Reading time: 2 – 3 minutes
What processes are waiting for IO interrupts:
while true; do date; ps auxf | awk '{if($8=="D") print $0;}'; sleep 1; done
What processes are waiting for IO interrupts:
while true; do date; ps auxf | awk '{if($8=="D") print $0;}'; sleep 1; done
Reading time: 2 – 2 minutes Tracking Docker container status in real time is a common challenge in DevOps. Popular
Reading time: 4 – 6 minutes Tired of updating documentation across multiple platforms? If your projects rely on Notion for
Reading time: 9 – 15 minutes Packaging Python applications into standalone executables can simplify deployment and distribution, especially when dealing
Reading time: 34 – 56 minutes Managing environment variables for different environments, such as production and development, is crucial for
3 thoughts on “Waiting for IO”
hola Oriol, coneixes iotop?
Si clar, molt ben parit.
Ara instal·lar iotop en alguns CentOS pot ser tot un mal de cap.
Una altre eina interessant relacionada amb el tema és: http://www.coker.com.au/bonnie++/
es un post com la ampolla de la cocacola, intentant suggerir excitació:
8==”D
Comments are closed.