Skip to content
Advertisement

Tag: top-command

How to hide “idle” (both CPU and RAM) processes in top?

I have a linux command based on top that outputs my current tasks snapshot (I’ve assembled it from various SE topics so it may not be optimal but it works for me): The output is something like this: [2018-11-20 18:09:11] {CPU:0.0,MEM:0.2,CMD:uwsgi} [2018-11-20 18:09:11] {CPU:0.0,MEM:0.0,CMD:uwsgi} [2018-11-20 18:09:11] {CPU:0.0,MEM:0.0,CMD:nginx} [2018-11-20 18:09:11] {CPU:0.0,MEM:0.0,CMD:nginx} [2018-11-20 18:09:11] {CPU:0.0,MEM:0.0,CMD:nginx} Actually, I get like 300 lines for

Network usage top/htop on Linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Advertisement