简体   繁体   English

我可以从Linux CLI中获得多少有关JBoss的信息

[英]How much info about JBoss can I get from Linux CLI

How much info can I get about the JBoss instances running on a linux server. 我可以得到多少有关在Linux服务器上运行的JBoss实例的信息。 I would like to be able to see what modules are loaded in each server, what ports are used and if the loaded apps are working. 我希望能够查看每个服务器中加载了哪些模块,使用了哪些端口以及加载的应用程序是否正常运行。 I would like to do this in a lightway way using only avaliable commands on Linux. 我想通过Linux上仅可用的命令以轻松的方式执行此操作。

So far all I have is: 到目前为止,我所拥有的是:

pgrep -f jboss

Wich gives me the pid of the java instances running JBoss. Wich给了我运行JBoss的Java实例的pid。

To get some internal informations from a running JBoss instance you can use it's command line interface. 要从正在运行的JBoss实例获取一些内部信息,可以使用它的命令行界面。

Good point to start would be https://docs.jboss.org/author/display/AS71/CLI+Recipes 一个很好的起点是https://docs.jboss.org/author/display/AS71/CLI+Recipes

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

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