Emit via stdout and zulip plugin if enabled if there's any process that takes up a lot of CPU. Sometimes there are rogue processes in the background, e.g., rust-analyzer for VSCode remote, even though no one else is logged in per w.
|
output += system("top -bcn 1 -w512 |head -n 12") + "\n" |
Emit via stdout and zulip plugin if enabled if there's any process that takes up a lot of CPU. Sometimes there are rogue processes in the background, e.g., rust-analyzer for VSCode remote, even though no one else is logged in per
w.running-ng/src/running/command/runbms.py
Line 207 in 53b4be6