ch5.3 Storage - Troubleshooting Storage, Storage Usage + Quotas Flashcards
ulimit
Bash command that limits the system resources for a user in a Linux-based server
df [options] [object names]
Bash command that displays the device’s storage space
du [options] [object names]
Bash command that displays how a device is used
I/O Scheduling
The process where the OS determines the order of input and output operations as they pertain to block storage devices
CFQ Scheduler
Deadline Scheduler
Noop Scheduler
What file to modify to set the scheduler used by each device?
/sys/block/queue/scheduler
rewatch the scheduler section of the training ->
Section 5: Storage
45. Troubleshooting Storage Issues
starting at 2:13
rewatch the scheduler section of the training ->
Section 5: Storage
45. Troubleshooting Storage Issues
starting at 2:13
iostat
Bash command that generates reports on CPU and device usage (input/output statistics)
IOPS
Acronym that stands for Input/Output Per Second
If there is a low IOPS on a system, you can use the iostat Bash command to identify what kind of input/output is being generated
tps (acronym)
Transfers (I/O requests) per second
kB_read/s (acronym)
Number of blocks read per second
kB_wrtn/s (acronym)
Number of blocks written per second
kB_read (acronym)
Total number of blocks read