pidpersec(8) | System Manager's Manual | pidpersec(8) |
mdflush - Trace md flush events. Uses Linux eBPF/bcc.
mdflush
This tool traces flush events by md, the Linux multiple device driver (software RAID). The timestamp and md device for the flush are printed. Knowing when these flushes happen can be useful for correlation with unexplained spikes in disk latency.
This works by tracing the kernel md_flush_request() function using dynamic tracing, and will need updating to match any changes to this function.
Note that the flushes themselves are likely to originate from higher in the I/O stack, such as from the file systems.
Since this uses BPF, only the root user can use this tool.
CONFIG_BPF and bcc.
Expected to be negligible.
This is from bcc.
Also look in the bcc distribution for a companion _examples.txt file containing example usage, output, and commentary for this tool.
Linux
Unstable - in development.
Brendan Gregg
2016-02-13 | USER COMMANDS |