Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI jvm operation list is not ordered #41

Open
tzach opened this issue Mar 18, 2014 · 1 comment
Open

CLI jvm operation list is not ordered #41

tzach opened this issue Mar 18, 2014 · 1 comment
Assignees

Comments

@tzach
Copy link
Member

tzach commented Mar 18, 2014

jvm command return a list of operation i arbitrary order (see below).
An alphabetic list will make more sense.

[/]% jvm
usage: jvm COMMAND [ARGS]

The most commonly used jvm commands are:
   classloading     show JVM classloding
   runtime          show JVM runtime
   compilation      show JVM compilation
   nonheap          Show JVM memory non heap
   propls           list the vm system properties
   propset          set a system property
   propget          get a system property
   proprm           remove a system property
   gcinfo           Show JVM garbage collection information
   gcrun            Run the garbage collection
   heap             Show JVM memory heap
   top              top for VM threads
   pools            List JVM memory pools
   system           show JVM operating system
   stop             stop vm threads
   interrupt        interrupt VM threads
   pool             show memory pool details
   free             Display amount of free and used memory of the JVM
   dump             dump vm threads
   ls               list vm threads
@jaspal-dhillon
Copy link
Contributor

@lightpriest @penberg @tzach @tgrabiec
This can easily be rectified by modifying printDetailsSection() in F
ormat.java in the crash source. Do I send a patch to cloudius-systems/crash or the crashhub/crash ? ( because I see no activity in https://github.com/cloudius-systems/crash , last commit being on Aug 12,2013 ) It's not clear how to contribute to the crash shell used by OSv and how frequently is the jar updated online.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants