Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Jps command how to view details such as Java processes

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article to share with you is about jps command how to view Java process and other details, Xiaobian feel quite practical, so share to everyone to learn, I hope you can read this article after some harvest, not much to say, follow Xiaobian to see it.

jps is java's own command to view java processes. Through this command, you can view all running java processes, java package names, jar package names, JVM parameters, etc. in the current system.

jps -help to check command usage.

-q: Only VM label is displayed, jar,class, main parameters and other information are not displayed.

-m: Output arguments passed in by the main function.

-l: Output the full package name or jar name of the main application class.

-v: List the JVM startup parameters.

-V: output via.hotsportrc or-XX:Flags= specified jvm parameter.

-Joption: Java launcher that passes arguments to javac calls.

Here is the simplest way to use the jps command:

The jps command simply lists the pid and java class names and jar package types of the process without options.

The above is how jps command to view Java process details, Xiaobian believes that some knowledge points may be our daily work will see or use. I hope you can learn more from this article. For more details, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report