topコマンドに表示されるタイトルは何の略なのかなとふと思ったので調べた
- us : user process. (ユーザープロセス)
- sy : system (kernel) process. (システムプロセス)
- ni : nice process. (niceプロセス)
- id : idle process. (アイドルプロセス)
- wa : waiting. (I/O待ち)
- hi : hardware interrupts. (ハードウェア割込み)
- si : software interrupts. (ソフトウェア割込み)
- st : steal time. (VMから物理CPUへの待ち時間)
- Mib : Mebibite. (ブロック単位1024、Megabyteは1000と区別している)
What the first five lines of Linux’s top command tell you | Enable Sysadmin