java性能监控工具jps-windows
jps
Lists the instrumented Java Virtual Machines (JVMs) on the target system. This command is experimental and unsupported.
Synopsis
jps [ options ] [ hostid ]
options
-
Command-line options. See Options.
- hostid
-
The identifier of the host for which the process report should be generated. The
hostid
can include optional components that indicate the communications protocol, port number, and other implementation specific data. See Host Identifier.
Description
The jps
command lists the instrumented Java HotSpot VMs on the target system. The command is limited to reporting information on JVMs for which it has the access permissions.
If the jps
command is run without specifying a hostid
, then it searches for instrumented JVMs on the local host. If started with a hostid
, then it searches for JVMs on the indicated host, using the specified protocol and port. A jstatd
process is assumed to be running on the target host.
The jps
command reports the local JVM identifier, or lvmid
, for each instrumented JVM found on the target system. The lvmid
is typically, but not necessarily, the operating system's process identifier for the JVM process. With no options, jps
lists each Java application's lvmid
followed by the short form of the application's class name or jar file name. The short form of the class name or JAR file name omits the class's package information or the JAR files path information.
The jps
command uses the Java launcher to find the class name and arguments passed to the main method. If the target JVM is started with a custom launcher, then the class or JAR file name and the arguments to the main
method are not available. In this case, the jps
command outputs the string Unknown
for the class name or JAR file name and for the arguments to the main
method.
The list of JVMs produced by the jps
command can be limited by the permissions granted to the principal running the command. The command only lists the JVMs for which the principle has access rights as determined by operating system-specific access control mechanisms.
Options
The jps
command supports a number of options that modify the output of the command. These options are subject to change or removal in the future.
-q
Suppresses the output of the class name, JAR file name, and arguments passed to the main
method, producing only a list of local JVM identifiers.
-m
Displays the arguments passed to the main
method. The output may be null
for embedded JVMs.
-l
Displays the full package name for the application's main
class or the full path name to the application's JAR file.
-v
Displays the arguments passed to the JVM.
-V
Suppresses the output of the class name, JAR file name, and arguments passed to the main method, producing only a list of local JVM identifiers.
-Joption
-
Passes
option
to the JVM, where option is one of theoptions
described on the reference page for the Java application launcher. For example,-J-Xms48m
sets the startup memory to 48 MB. Seejava
(1).
Host Identifier
The host identifier, or hostid
is a string that indicates the target system. The syntax of the hostid
string corresponds to the syntax of a URI:
[protocol:][[//]hostname][:port][/servername]
- protocol
-
The communications protocol. If the
protocol
is omitted and ahostname
is not specified, then the default protocol is a platform-specific, optimized, local protocol. If the protocol is omitted and a host name is specified, then the default protocol isrmi
. - hostname
-
A hostname or IP address that indicates the target host. If you omit the
hostname
parameter, then the target host is the local host. - port
-
The default port for communicating with the remote server. If the
hostname
parameter is omitted or theprotocol
parameter specifies an optimized, local protocol, then theport
parameter is ignored. Otherwise, treatment of theport
parameter is implementation specific. For the defaultrmi
protocol, theport
parameter indicates the port number for the rmiregistry on the remote host. If theport
parameter is omitted, and theprotocol
parameter indicatesrmi
, then the default rmiregistry port (1099) is used. - servername
-
The treatment of this parameter depends on the implementation. For the optimized, local protocol, this field is ignored. For the
rmi
protocol, this parameter is a string that represents the name of the RMI remote object on the remote host. See thejstatd
command-n
option for more information.
Output Format
The output of the jps
command follows the following pattern:
lvmid [ [ classname | JARfilename | "Unknown"] [ arg* ] [ jvmarg* ] ]
All output tokens are separated by white space. An arg
value that includes embedded white space introduces ambiguity when attempting to map arguments to their actual positional parameters.
Note: It is recommended that you do not write scripts to parse jps
output because the format might change in future releases. If you write scripts that parse jps
output, then expect to modify them for future releases of this tool.
Examples
This section provides examples of the jps
command.
List the instrumented JVMs on the local host:
jps
18027 Java2Demo.JAR
18032 jps
18005 jstat
The following example lists the instrumented JVMs on a remote host. This example assumes that the jstat
server and either the its internal RMI registry or a separate external rmiregistry process are running on the remote host on the default port (port 1099). It also assumes that the local host has appropriate permissions to access the remote host. This example also includes the -l
option to output the long form of the class names or JAR file names.
jps -l remote.domain
3002 /opt/jdk1.7.0/demo/jfc/Java2D/Java2Demo.JAR
2857 sun.tools.jstatd.jstatd
The following example lists the instrumented JVMs on a remote host with a non-default port for the RMI registry. This example assumes that the jstatd
server, with an internal RMI registry bound to port 2002, is running on the remote host. This example also uses the -m
option to include the arguments passed to the main
method of each of the listed Java applications.
jps -m remote.domain:2002
3002 /opt/jdk1.7.0/demo/jfc/Java2D/Java2Demo.JAR
3102 sun.tools.jstatd.jstatd -p 2002
java性能监控工具jps-windows的更多相关文章
- 五大最佳开源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 ...
- java性能监控工具jconsole-windows
jconsole Starts a graphical console that lets you monitor and manage Java applications. Synopsis jco ...
- 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)内存内的,所有‘对象’的情况(如:产生那些对象,及其数 ...
- java性能监控工具jcmd-windows
jcmd Sends diagnostic command requests to a running Java Virtual Machine (JVM). Synopsis jcmd [-l|-h ...
随机推荐
- Leetcode 440.字典序第k小的数字
字典序第k小的数字 给定整数 n 和 k,找到 1 到 n 中字典序第 k 小的数字. 注意:1 ≤ k ≤ n ≤ 109. 示例 : 输入: n: 13 k: 2 输出: 10 解释: 字典序的排 ...
- [整理]菜鸟教程:docker使用笔记
- docker # 查看 docker stats 指令的具体使用方法 - docker stats --help # 运行一个web应用 - docker pull training/webapp ...
- iOS学习笔记45-Swift(五)协议
一.Swift协议 协议是为方法.属性等定义一套规范,没有具体的实现,类似于Java中的抽象接口,它只是描述了方法或属性的骨架,而不是实现.方法和属性实现还需要通过定义类,函数和枚举完成. 1. 协议 ...
- [SCOI2016] 背单词 (Trie 树,贪心)
题目链接 大致题意 给你 \(n\) 个字符串, 要求你给出最小的代价. 对于每个字符串: 1.如果它的后缀在它之后,那么代价为 \(n^2\). 2.如果一个字符串没有后缀,那么代价为 \(x\), ...
- php的异常处理
https://my.oschina.net/sallency/blog/837615
- Java NIO系列教程(三-十二) Buffer
原文链接 作者:Jakob Jenkov 译者:airu 校对:丁一 Java NIO中的Buffer用于和NIO通道进行交互.如你所知,数据是从通道读入缓冲区,从缓冲区写入到 ...
- Django标签之包含标签Inclusion tags
Django过滤器和标签功能很强大,而且支持自定义标签,很是方便:其中一种标签是Inclusion tags,即包含标签,个人感觉比较反人类的 包含标签(Inclusion tags)通过渲染其他的模 ...
- 你如果知道这些css常用命名,绝对事半功倍!--摘抄
对于布局,即用.g-作为前缀,通常有以下推荐的写法 对于模块,即.m-作为前缀.元件,.u-作为前缀,通常有下面推荐的写法. 对于功能,即以.f-为前缀,通常推荐如下: 对于颜色,即以.s-为前缀,通 ...
- ListView列表刷新方法的区别
ListView列表刷新方法的区别 ListView对象的刷新方法: listNote.invalidate();重绘所有组件listNote.invalidateViews();重绘组件[包含所有的 ...
- Device Tree Usage 【转】
转自:http://blog.chinaunix.net/uid-20522771-id-3457184.html 原文链接:http://devicetree.org/Device_Tree_Usa ...