로딩
요청 처리 중입니다...

pidstat

 pidstat

pidstat은 linux상에서 io정보에 대해 추적하는 유틸리티이다. 다음과 같이 설치가 가능하다.

[root@lim272-22c-g2 ~]# yum install pidstat 다음과 같은 예제를 통해 IO를 일으키는 process 및 상태를 확인할 수 있다. [root@lim272-22c-g2 ~]# pidstat -U lim272 2 Linux 3.10.0-1160.45.1.el7.x86_64 (lim272-22c-g2.novalocal) 06/23/2023 _x86_64_ (16 CPU) 05:39:25 AM USER PID %usr %system %guest %CPU CPU Command 05:39:27 AM lim272 20125 1.48 0.00 0.00 1.48 3 gsql 05:39:27 AM lim272 20127 4.93 0.99 0.00 5.91 1 gmaster 05:39:27 AM lim272 20171 91.13 27.09 0.00 118.23 3 cdi...

# goldilocks # iowait

원문 링크 : pidstat