没有 GUI,JProfiler 可以 运行 吗?
Can JProfiler be run without the GUI?
是否有可能 运行 JProfiler 无需启动 GUI 就可以分析应用程序,select 应用程序等?
我希望能够 运行 我的应用程序的一组执行并以自动方式保存分析结果。
谢谢
您可以使用 JProfiler 的离线分析功能:
JProfiler's offline profiling capability allows you to run profiling sessions from the command line without the need for starting JProfiler's GUI front end. Offline profiling makes sense if you want to
- perform profiling runs from a scripted environment (e.g. an ant build file)
- save snapshots on a regular basis for QA work
- profile server components on remote machines via slow network connections
是否有可能 运行 JProfiler 无需启动 GUI 就可以分析应用程序,select 应用程序等?
我希望能够 运行 我的应用程序的一组执行并以自动方式保存分析结果。
谢谢
您可以使用 JProfiler 的离线分析功能:
JProfiler's offline profiling capability allows you to run profiling sessions from the command line without the need for starting JProfiler's GUI front end. Offline profiling makes sense if you want to
- perform profiling runs from a scripted environment (e.g. an ant build file)
- save snapshots on a regular basis for QA work
- profile server components on remote machines via slow network connections