博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
java性能监控工具jmc-windows
阅读量:6933 次
发布时间:2019-06-27

本文共 1882 字,大约阅读时间需要 6 分钟。

jmc

Java Mission Control is a Profiling, Monitoring, and Diagnostics Tools Suite.

Synopsis

jmc [ options ]

Options, if used, should follow immediately after the command name. Options may be in any order. For more information about the options used with the jmc command, see .

Description

Note: Java Mission Control requires a commercial license for use in production. To learn more about commercial features and how to enable them please visit .

Java Mission Control is a tool for production time profiling and diagnostics for the HotSpot JVM. The two main features of Java Mission Control are the Management Console and Java Flight Recorder, but several more features are offered as plug-ins, which can be downloaded from the tool. Java Mission Control is also available as a set of plug-ins for the Eclipse IDE.

Options

The following options are available when you launch Java Mission Control.

-help

Prints jmc command help.

-version

Prints the version of Java Mission Control and exit.

-showversion

Prints the version of Java Mission Control and continue.

-debug

Enables debug output.

-consoleLog

Prints the Eclipse log on the console. (Flag from Eclipse).

On Windows, use this option as follows:

JAVA_HOME\bin\jmc.exe -consoleLog 2>&1 | more
-data workspace

Sets the workspace used while running Java Mission Control. The default workspace is $HOME/.jmc. (Flag from Eclipse).

-open file

Opens the file in Java Mission Control. For example, to open a Flight Recording file (.jfr file).

eclipse-option

Passes this eclipse option to the underlying Eclipse platform. Eg. -nosplash

-vmargs jvm-arguments

Overrides the JVM arguments specified in the jmc.ini file located in JAVA_HOME/bin.

--launcher.appendVmargs

Appends JVM arguments from the -vmargs flag to those in the jmc.ini file.

See Also

  • Oracle Java SE Advanced and Oracle Java SE Suite at 

  • Java Mission Control User's Guide at 

转载地址:http://cvgjl.baihongyu.com/

你可能感兴趣的文章
AVFoundation学习Demo--拍摄视频
查看>>
阿里云账号注册流程方法(图文教程)
查看>>
亮道智能发布自动驾驶环境感知系统测试验证服务|2019 上海车展 ...
查看>>
ROS_机器人urdf建模仿真实践
查看>>
一碗鸡汤
查看>>
平台篇-58 HBase 平台实践和应用
查看>>
史上最大的实体关系抽取数据集!清华大学自然语言处理团队发布 FewRel ...
查看>>
K8s 1.14 发布了,Release Note 该怎么读?
查看>>
购买阿里云服务器,先试试主机免费试用能抢到不
查看>>
2018-01-11 Antlr4实现数学四则运算
查看>>
Docker 和 Kubernetes 从听过到略懂:给程序员的旋风教程
查看>>
ES6 模块加载export 、import、export default 、import() 语法与区别,笔记总结
查看>>
8Manage:如何变革性的加强企业采购管理?
查看>>
【Python3爬虫】常见反爬虫措施及解决办法(三)
查看>>
开源APM监控Pinpoint的快速部署和使用
查看>>
基于hi-nginx的web开发(python篇)——路由装饰器
查看>>
python设计模式(三):原型模式—快速实例化类的一种途径
查看>>
windows系统中,在当前目录下打开cmd命令行的两种方法
查看>>
IT外包,网络维护
查看>>
责任链设计模式
查看>>