laghdaf / jvmtop

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

refresh frequency too high #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any way to reduce the "refresh" frequency? Every second or two is a 
bit much. Be nice to be able to vary it via command line.

Original issue reported on code.google.com by markshei...@gmail.com on 24 May 2013 at 7:17

GoogleCodeExporter commented 9 years ago
Currently, this is not possible but this should be easy to implement.

Original comment by patric.r...@gmail.com on 27 May 2013 at 10:23

GoogleCodeExporter commented 9 years ago
You could do like vmstat.

jvmtop.sh [options] [delay [count]] [pid]

  options: -n display the header just once, not at every iteration
           -h help, shows the options, ...
           -v version

Original comment by nicflatt...@gmail.com on 27 May 2013 at 5:04

GoogleCodeExporter commented 9 years ago
Implemented with 0.7.0. (--delay argument).

Original comment by patric.r...@gmail.com on 21 Jul 2013 at 8:12