Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespsena committed Jun 13, 2012
1 parent affe0b7 commit 54c42da
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
@@ -0,0 +1,28 @@
Linux CPU Usage Monitor
=======================

./cpu-usage-monitor.sh -h
Linux CPU Usage Monitor

Author: Moises P. Sena (http://moisespsena.com)
Original Author: Paul Colby (http://colby.id.au)

Usage ./cpu-usage-monitor.sh [-l [-s|-f] |-h]

Options

-h: Print this messsage

-s: Print the percent number. Example: 10

-f: Print the formated percent number. Example: CPU: 10%

-l: Print with infinit loop

Examples:

./cpu-usage-monitor.sh -s
./cpu-usage-monitor.sh -f
./cpu-usage-monitor.sh -l -s
./cpu-usage-monitor.sh -l -f
./cpu-usage-monitor.sh -h

0 comments on commit 54c42da

Please sign in to comment.