SysAdmin Tips & Tricks

This will print out the list of processes, sorted by how much they are writing to the disk, updated every 1 second.

top -m io -o write -s 1

GregoryReinbold/SysAdmin (last edited 2019-03-01T21:50:09+0000 by GregoryReinbold)