Skip to content

Instantly share code, notes, and snippets.

@thieux
Created February 2, 2017 11:07
Show Gist options
  • Select an option

  • Save thieux/f3c3a8fa5229777939e787be40b89ba8 to your computer and use it in GitHub Desktop.

Select an option

Save thieux/f3c3a8fa5229777939e787be40b89ba8 to your computer and use it in GitHub Desktop.

Linux Top Command

Tasks: 193 total,   1 running, 192 sleeping,   0 stopped,   0 zombie
%Cpu(s): 42,9 us,  4,1 sy,  0,2 ni, 49,7 id,  2,8 wa,  0,0 hi,  0,3 si,  0,0 st
KiB Mem:   8195608 total,  8070412 used,   125196 free,   144788 buffers
KiB Swap:  4290556 total,    16776 used,  4273780 free.  2380092 cached Mem

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                   
 1902 engineer  20   0 4825048 1,631g  34352 S 246,6 20,9  10:31.10 java                                                      
13821 engineer  20   0 3236064 948256  23072 S  64,9 11,6   2:00.46 java                                                      
 1577 engineer  20   0 2058244 415688  69748 S  58,4  5,1   4:28.93 gnome-shell                                               
  983 root      20   0  469580 127416  19812 S  13,0  1,6   1:58.69 Xorg                                                      
  678 root      20   0  420152  15788  13272 S   6,5  0,2   0:00.44 docker                                                    
    1 root      20   0  111164   4504   3100 S   0,0  0,1   0:00.91 systemd                                                   
    2 root      20   0       0      0      0 S   0,0  0,0   0:00.00 kthreadd                                                  
    3 root      20   0       0      0      0 S   0,0  0,0   0:00.54 ksoftirqd/0                                               
    5 root       0 -20       0      0      0 S   0,0  0,0   0:00.00 kworker/0:0H
    ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment