java性能监控工具jconsole-windows
jconsole
Starts a graphical console that lets you monitor and manage Java applications.
Synopsis
jconsole [ options ] [ connection ... ]
options
-
The command-line options. See Options.
- connection = pid | host:port | jmxURL
-
The
pidvalue is the process ID of a local Java Virtual Machine (JVM). The JVM must be running with the same user ID as the user ID running thejconsolecommand.Thehost:portvalues are the name of the host system on which the JVM is running, and the port number specified by the system propertycom.sun.management.jmxremote.portwhen the JVM was started.ThejmxUrlvalue is the address of the JMX agent to be connected to as described in JMXServiceURL.For more information about the
connectionparameter, see Monitoring and Management Using JMX Technology athttp://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.htmlSee also the
JMXServiceURLclass description athttp://docs.oracle.com/javase/8/docs/api/javax/management/remote/JMXServiceURL.html
Description
The jconsole command starts a graphical console tool that lets you monitor and manage Java applications and virtual machines on a local or remote machine.
On Windows, the jconsole command does not associate with a console window. It does, however, display a dialog box with error information when the jconsole command fails.
Options
- -interval=n
-
Sets the update interval to n seconds (default is 4 seconds).
- -notile
-
Does not tile windows initially (for two or more connections).
- -pluginpath plugins
-
Specifies a list of directories or JAR files to be searched for
JConsoleplug-ins. The plugins path should contain a provider-configuration file namedMETA-INF/services/com.sun.tools.jconsole.JConsolePluginthat contains one line for each plug-in. The line specifies the fully qualified class name of the class implementing thecom.sun.tools.jconsole.JConsolePluginclass. - -version
-
Displays release information and exits.
- -help
-
Displays a help message.
- -Jflag
-
Passes
flagto the JVM on which thejconsolecommand is run.
See Also
Using JConsole at
http://docs.oracle.com/javase/8/docs/technotes/guides/management/jconsole.htmlMonitoring and Management Using JMX Technology at
http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.htmlThe
JMXServiceURLclass description athttp://docs.oracle.com/javase/8/docs/api/javax/management/remote/JMXServiceURL.html
java性能监控工具jconsole-windows的更多相关文章
- Java JVM监控工具JConsole简介
Java JVM监控工具JConsole简介 jconsole命令 功能:打开java监视管理控制台 方法: jconsole [选项1] [选项2] …… [选项n] 常用选项: -help ...
- (转载)Java自带的GUI性能监控工具Jconsole以及JisualVM简介
原文链接:http://blog.csdn.net/chendc201/article/details/22905503 1 Jconsole 1.1 简介以及连接 JConsole是一个基于JMX的 ...
- 五大最佳开源java性能监控工具
如果你正在寻找性能监控工具,不妨看看以下推荐的这五款开源工具,这些工具目前已经可以替代付费工具了,你可以看看是否是你的最佳选择.本文推荐的五款开源工具目前是开源社区中最受欢迎的. 1. Stagemo ...
- Java性能监控工具:VisualVM
VisualVM是JDK自带的一款全能型性能监控和故障分析工具,包括对CPU使用.JVM堆内存消耗.线程.类加载的实时监控,内存dump文件分析,垃圾回收运行情况的可视化分析等,对故障排查和性能调优很 ...
- java性能监控工具jstat
jstat Monitors Java Virtual Machine (JVM) statistics. This command is experimental and unsupported. ...
- java性能监控工具jstat-windows
jstat Monitors Java Virtual Machine (JVM) statistics. This command is experimental and unsupported. ...
- java性能监控工具jmc-windows
jmc Java Mission Control is a Profiling, Monitoring, and Diagnostics Tools Suite. Synopsis jmc [ opt ...
- JProfiler 8(一个很好的java性能监控工具) 下载和注册码
windows x64 zip下载地址:http://download-aws.ej-technologies.com/jprofiler/jprofiler_windows-x64_8_0_1.zi ...
- java性能监控工具:jmap命令详解
.命令基本概述 Jmap是一个可以输出所有内存中对象的工具,甚至可以将VM 中的heap,以二进制输出成文本.打印出某个java进程(使用pid)内存内的,所有‘对象’的情况(如:产生那些对象,及其数 ...
随机推荐
- Python 爬取图书图片和地址
#-*- coding:utf-8 -*- import xlwt import urllib import re def getHtml(url): page = urllib.urlopen(ur ...
- python正则re模块
今日内容: 知识点一:正则 什么是正则: 就是用一系列具有特殊含义的字符组成一套规则,改规则用来描述具有某一特征的字符串 正则就是用来在一个大的字符串中取出符合规则的小字符串 为什么用正则: ...
- install and config redis on ubuntu14.04
1.installation: (1)download redis from http://redis.io/download (2)installation: $ tar -xvf redis-3. ...
- Iterator设计模式--jdk1.7
参照:http://www.cnblogs.com/tstd/p/5049338.html java.util.Iterator<E>是一个接口,它的定义如下: public interf ...
- HttpRunner自动化框架学习笔记
一.简单介绍 HttpRunner 是一款面向 HTTP(S) 协议的通用测试框架,只需编写维护一份 YAML/JSON 脚本,即可实现自动化测试.性能测试.线上监控.持续集成等多种测试需求. 支持p ...
- 【Luogu】P2569股票交易(单调队列优化DP)
题目链接 首先这题可以肯定的是朴素DP秒出.然后单调队列优化因为没接触过所以不会emmm 而且脑补没补出来 坐等四月省选倒数第一emmm 心态爆炸,偷懒放题解链接 #include<cstdio ...
- HDU——2191悼念512汶川大地震遇难同胞(多重背包转化为01背包或二进制优化)
悼念512汶川大地震遇难同胞——珍惜现在,感恩生活 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Jav ...
- XML与DTD简介
(详细学习参考)https://blog.csdn.net/u013087513/article/details/52745509 XML约束之DTD的使用 (1)为什么要有约束? XML都是用户自定 ...
- java面试题之谈谈你对java的理解
平台无关性:一处编译到处运行 GC:不用像c++那样手动释放堆内容 语言特性:泛型.反射.lamda表达式 面向对象:封装.继承.多态 类库:集合.并发库.网络库.IO库 异常处理
- 【NOIP2017】逛公园(最短路图,拓扑排序,计数DP)
题意: 策策同学特别喜欢逛公园. 公园可以看成一张 N 个点 M 条边构成的有向图,且没有自环和重边.其中 1 号点是公园的入口, N 号点是公园的出口,每条边有一个非负权值,代表策策经过这条边所要花 ...