Initial commit
This commit is contained in:
commit
529efd53a1
140 changed files with 10310 additions and 0 deletions
5
rrdtools/test.sh
Normal file
5
rrdtools/test.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
CPU=expr 0 + `uptime | awk '{gsub(",", ""); print $(NF-1)}'`
|
||||
CCPU=`expr -e 100 \\* 0.14`
|
||||
echo $CCPU
|
||||
Loading…
Add table
Add a link
Reference in a new issue