This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
metrics.sh
Watch
1
Star
0
Fork
0
You've already forked metrics.sh
mirror of
https://github.com/pstadler/metrics.sh.git
synced
2025-02-28 22:09:11 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
metrics.sh
/
metrics
/
swap.sh
5 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
first commit
2015-02-19 20:15:38 +01:00
#!/bin/sh
basic script flow implemented
2015-02-21 18:18:27 +01:00
collect
(
)
{
echo
$(
free
|
awk
'/Swap/{print $3/$2 * 100.0;}'
)
}
Reference in New Issue
Copy Permalink