allwmh / jvmtop

Automatically exported from code.google.com/p/jvmtop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refresh frequency too high

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
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

Implemented with 0.7.0. (--delay argument).

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

  • Changed state: Done