简体   繁体   English

在Linux上运行的Java应用程序清单

[英]Listing of running Java applications on linux

Do you guys have some script or GUI tool that would give you nice and transparent listing of running java applications ? 你们有一些脚本或GUI工具可以为您提供清晰,透明的正在运行的Java应用程序列表吗? I'm using $ps ouput that I grep through for "java" keyword, but usually I'm running eclipse, tomcat, nexus, database IDE and a few others, all of them with many parameters and I'm spending too much time searching through that $ps output. 我使用的是$ ps输出,我通过grep输入了“ java”关键字,但是通常我运行的是eclipse,tomcat,nexus,数据库IDE和其他一些,所有这些都有很多参数,而我却花了太多时间搜索该$ ps输出。 I'm tired of it. 我已经厌倦了 Appreciate any suggestions. 感谢任何建议。

jps怎么样-它与最近的jdks一起提供。

I think jvisualvm or jconsole are doing what you expect. 我认为jvisualvm或jconsole可以满足您的要求。 These are GUI based and come with recent JVM's as well. 这些都是基于GUI的,并且还附带了最新的JVM。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM