tweaks
[tridge/junkcode.git] / watchmem.sh
1 #!/bin/sh
2
3 vmstat 1| awk '{print $0"     "$4 + $5 + $6 - $3}'