負荷調査

strace

概要 straceの使い方についてのメモ スレッド $ strace -p 3887 Process 3887 attached futex(0x7fc579e0b9d0, FUTEX_WAIT, 3889, NULL^CProcess 3887 detached 上記コマンドを打ったところ、プロセスはちゃんと働いているはずなのにここで止まってしまった…

sarコマンドでのLA

sarコマンドでのLA -q Report queue length and load averages. The following values are displayed: runq-sz Run queue length (number of tasks waiting for run time). plist-sz Number of tasks in the task list. ldavg-1 System load average for the…