19 Dec 11

Different ways to visualize device utilization across multiple devices, and how that utilization is changing over time.

by mlb 14 years ago

10 Oct 11

Getting familiar with common uses of lsof

by mlb 14 years ago saved 2 times

I needed to list all files in a directory, but ls, find, and os.listdir all hung. This is my story. TLDR: Write a C program that calls the syscall getdents directly, with a large buffer size, ignore entries with inode == 0.

by mlb 14 years ago