mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
spelling fixes (2nd try)
This commit is contained in:
parent
e3169d5930
commit
8589c6df43
62 changed files with 82 additions and 72 deletions
|
@ -79,7 +79,7 @@ else
|
|||
OLDPURR=$ACTUALPURR;
|
||||
fi
|
||||
|
||||
# calcualte CPU cycles
|
||||
# calculate CPU cycles
|
||||
CPUCYCLES=$(echo $OLDPURR $ACTUALPURR $TIMEBASE $OLDTIME $ACTUALTIME | awk '{printf ("%.1f", (($1-$2)/$3)/($4-$5));}');
|
||||
|
||||
# write data to state file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue