laghdaf / jvmtop

Automatically exported from code.google.com/p/jvmtop
0 stars 0 forks source link

Connecting to a PID with -p or --pid does not work #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using JvmTop 0.8.0 alpha.

According to the help -p or --pid must be used to connect to a PID, but instead 
-p or --pid must not be specified to connect to a PID.

When connecting to a PID, do not specify -p or --pid:

./jvmtop.sh 2384

instead of:

./jvmtop.sh -p 2384
or
./jvmtop.sh --pid 2384

Cheers, Ian.

Original issue reported on code.google.com by ian.hoog...@gmail.com on 4 Apr 2014 at 8:36

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. Fixed with 
https://code.google.com/p/jvmtop/source/detail?r=254cf1fca9526948365f17b9eff0a56
f4eac8497

Original comment by patric.r...@gmail.com on 19 Aug 2014 at 8:05