coreos / mayday

A diagnostics tool for capturing system state.
Apache License 2.0
80 stars 27 forks source link

Some more commands to consider #60

Open cgag opened 7 years ago

cgag commented 7 years ago

http://techblog.netflix.com/2015/11/linux-performance-analysis-in-60s.html

I need to see which are already covered, and which binaries are/aren't shipped with coreos, but I wanted to dump this resource before I forgot.

tschuy commented 7 years ago

Looking through these, several of them aren't available on CoreOS or give duplicate information:

Interestingly, we don't collect dmesg, uptime as far as I can tell, or load average. I'll probably pull those last two in from /proc/uptime and /proc/loadavg, though, to avoid the overhead of running a command and instead just the overhead of the uptime.c call.

I'll ask around about whether we want to add dmesg.

tschuy commented 7 years ago

fixed by #64