atop
atop copied to clipboard
System and process monitor for Linux
Inflight I/O requests count I/O requests issued to the device driver but have not yet completed, which are useful to analyze system I/O status. More than this, since plenty of...
I very much like the ability to filter on Runnable or D state processes with Q R or Q D, but when I have thread view enabled, this becomes less...
Openwrt r24924, sunxi/cortexa7, my compilation of the main rep. When starting atop system shows ``` [ timestamp] __vm_enough_memory: pid: xxx, comm: atop, no enough memory for allocation Segmentation fault ```...
Remove syslog.target from service files, this target hasn't existed for over a decade. https://github.com/systemd/systemd/blob/6aa8d43ade72e24c9426e604f7fc4b7582b9db7c/NEWS#L72-L73
If I hit Q D, I should see D-state for threads (if I enable thread-view with y) as well. Same for Q R or any other state filters.
this allows the Debian build process to set hardening flags
my kernel dmesg shows: ``` warning: `atop' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 ```
Frequent oom (receiving sigkill signals) in the container may affect the whole machine. It will be helpful to monitor the number of sigkill processes in this situation. Frequent coreump in...