Open GoogleCodeExporter opened 9 years ago
For anyone interested, I created a modified jvmtop.sh that (sort of) does this
- it uses getopts, so uses short instead of long args :(
I've tested it some, but not a ton.
Original comment by DaveParillo
on 9 Aug 2013 at 1:22
Attachments:
I totally agree, a --help argument should definitely be implemented. It's on my
TODO-list since the first alpha release - but obviously not with the highest
priority.
The same is true for argument parsing/short args support.
Thanks for sharing the shell script which adds these features right now.
Original comment by patric.r...@gmail.com
on 9 Aug 2013 at 8:17
No prob. In the spirit of full disclosure, I should mention that the first
script uploaded has two lines that may be specific to my environment: line 2 :
. ~/.bash_profile and the last line: java $JAVA_OPTS -cp
/home/jboss/bin/jvmtop.jar ....
I am uploading a new script to add your $DIR back in, but not sure how to get
the verify_java to use JAVA_HOME, even though it's in my environment.
Original comment by DaveParillo
on 9 Aug 2013 at 11:40
Attachments:
added in 0.8.0
Original comment by patric.r...@gmail.com
on 14 Aug 2013 at 2:47
Original issue reported on code.google.com by
DaveParillo
on 8 Aug 2013 at 11:49