Skip to content

Instantly share code, notes, and snippets.

@iidaatcnt
Last active November 27, 2017 01:18
Show Gist options
  • Save iidaatcnt/db90d66f80eb2b47140dd7745d982c58 to your computer and use it in GitHub Desktop.
Save iidaatcnt/db90d66f80eb2b47140dd7745d982c58 to your computer and use it in GitHub Desktop.
ワンライナー:sysstatのメモリ使用率を表示させる
$ sar -f sa10 -r | awk '/^[0-9]/{printf("%s %4.1f\%\n",substr($1,1,5),($3-$6+$7)/8178748*100)}'
03:10 92.2
03:20 91.9
03:30 91.9
03:40 91.8
03:50 92.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment