Created
October 8, 2015 08:01
-
-
Save bronger/6185881357fc069447be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
torsten_bronger@gke-cluster-1-ca9b7482-node-z2o3:~$ cat /proc/`pidof docker`/status | |
Name: docker | |
State: S (sleeping) | |
Tgid: 4045 | |
Ngid: 0 | |
Pid: 4045 | |
PPid: 1 | |
TracerPid: 0 | |
Uid: 0 0 0 0 | |
Gid: 0 0 0 0 | |
FDSize: 512 | |
Groups: | |
VmPeak: 1057716 kB | |
VmSize: 1057716 kB | |
VmLck: 0 kB | |
VmPin: 0 kB | |
VmHWM: 32844 kB | |
VmRSS: 32844 kB | |
VmData: 1043964 kB | |
VmStk: 136 kB | |
VmExe: 13444 kB | |
VmLib: 0 kB | |
VmPTE: 364 kB | |
VmSwap: 0 kB | |
Threads: 62 | |
SigQ: 1/14829 | |
SigPnd: 0000000000000000 | |
ShdPnd: 0000000000000000 | |
SigBlk: 0000000000000000 | |
SigIgn: 0000000000000000 | |
SigCgt: ffffffffffc1feff | |
CapInh: 0000000000000000 | |
CapPrm: 0000003fffffffff | |
CapEff: 0000003fffffffff | |
CapBnd: 0000003fffffffff | |
Seccomp: 0 | |
Cpus_allowed: 1 | |
Cpus_allowed_list: 0 | |
Mems_allowed: 00000000,00000001 | |
Mems_allowed_list: 0 | |
voluntary_ctxt_switches: 420 | |
nonvoluntary_ctxt_switches: 264 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment