Wednesday, January 11, 2012

Unix ps equivalent on windows (dos command)

There is a dos command which can be used to see the list of JVMs running on machine.
It is jps - Java Virtual Machine Process Status Tool.

The jps tool lists the instrumented HotSpot Java Virtual Machines (JVMs) on the target system. The tool is limited to reporting information on JVMs for which it has the access permissions.


Usage:

  • jps
  • jps -m
  • jps -l
  • jps -v
  • jps -V
  • jps -mlvV

No comments:

Post a Comment