Initial commit
This commit is contained in:
commit
529efd53a1
140 changed files with 10310 additions and 0 deletions
13
rrdtools/archive/prove/mio.test
Normal file
13
rrdtools/archive/prove/mio.test
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
uptime
|
||||
CPU=`uptime | awk '{print $11}'`
|
||||
PIPPO=`expr eval ${CPU%,} + 0`
|
||||
# echo $CPU
|
||||
# PIPPO=${CPU%.}
|
||||
# echo $PIPPO
|
||||
# ultimo ${pippo%.}
|
||||
# primo ${pippo#.}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue