cloudius-systems / mgmt

20 stars 11 forks source link

CLI JVM specific commands should start with a jvm prefix #23

Closed tzach closed 10 years ago

tzach commented 10 years ago

Although the name suggest general OS info, the following commands return JVM specific info: thread, system [freemem, totalmem, gc] This commands should be moved under a jvm prefix. Similar commands for thread and system are require for the OS level, and can replace them at the cli root (no prefix).

tzach commented 10 years ago

In particular

[/]% top - present ALL system threads (not just jvm)
[/]% jvm top - jvm thread
tzach commented 10 years ago

validated