-
Notifications
You must be signed in to change notification settings - Fork 0
I O Lab #2 Journal
BenWare-FED edited this page Oct 26, 2023
·
1 revision
- iotop:Can be helpful in identifying why a system is running slow. It can be used to quickly determine if the disk is able to keep up with the amount of I/O requests and if there is any user in particular that is putting out more requests than they should be.
- ioping: Can be useful when determining if specific drives are responding to I/O requests slowly.
- iostat: Can be used to track where there are a lot of requests going. The command can help locate where an abnormal amount of requests are being sent to.
- sysbench: Can be used to see if there is a problem with the RAM’s latency and determining if the RAM is the cause of system lag.