mirror of
https://github.com/pstadler/metrics.sh.git
synced 2025-02-28 13:59:12 -05:00
2 lines
59 B
Bash
2 lines
59 B
Bash
#!/bin/sh
|
|
echo $(free | awk '/Swap/{print $3/$2 * 100.0;}') |