A quick and dirty list of Linux tools to help analyze systems that freeze, and processes that hang, especially the kernel.
top
dmesg
, journalctl
, …vmstat
- Report virtual memory statisticslsof
- list open files (and locks, and avoid blocking)tcpdump
, Wireshark, …perf
- performance analysis tools for Linux cf. Perf Wikistrace
- trace system calls and signalsgdb
- GNU DebuggerReferences and further reading:
Special topics:
PowerTOP: “monitor processes and show which of them are utilizing the CPU and wake it from its Idle-States, allowing to identify applications with particular high power demands” (Powertop - ArchWiki 2018-09-03)↩
SysAdmin'ish Blog 2018-09-03
URL: https://fam.tuwien.ac.at/~schamane/_/blog/2018-09-03_tools_for_freezes.htm
Last modification: 2018-09-04 10:09
Copyright 2018 by Andreas Schamanek
Home page: https://fam.tuwien.ac.at/~schamane/
Letters to author: andreas.schamanek@tuwien.ac.at