Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo in the usage guide
  • Loading branch information
matsprea committed Nov 14, 2014
1 parent 4ca359d commit 36587eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ This plugin also attach perfomance data to the output:
Usage:
------

chech_jstat.sh -v
check_jstat.sh -v
Print version and exit"
chech_jstat.sh -h
check_jstat.sh -h
Print this help nd exit
chech_jstat.sh -p <pid> [-w <%ratio>] [-c <%ratio>]
chech_jstat.sh -s <service> [-w <%ratio>] [-c <%ratio>]
chech_jstat.sh -j <java-name> [-w <%ratio>] [-c <%ratio>]
check_jstat.sh -p <pid> [-w <%ratio>] [-c <%ratio>]
check_jstat.sh -s <service> [-w <%ratio>] [-c <%ratio>]
check_jstat.sh -j <java-name> [-w <%ratio>] [-c <%ratio>]
-p <pid> the PID of process to monitor
-s <service> the service name of process to monitor
-j <java-name> the java app (see jps) process to monitor
Expand Down Expand Up @@ -77,4 +77,4 @@ Usage:
-w <%> the warning threshold ratio current/max in %
-c <%> the critical threshold ratio current/max in %



0 comments on commit 36587eb

Please sign in to comment.