# Functions
EnableBootTimeCache change cache behavior of BootTime.
NewProcess creates a new Process instance, it only stores the pid and checks that the process exists.
No description provided by the author
No description provided by the author
No description provided by the author
Pids returns a slice of process ID list which are running now.
No description provided by the author
Processes returns a slice of pointers to Process structs for all currently running processes.
No description provided by the author
# Constants
Blocked marks a task waiting on a short, uninterruptible operation (usually I/O).
Solaris states.
Process status.
Idle marks a task sleeping for more than about 20 seconds.
Lock marks a task waiting to acquire a lock.
Process status.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Resource limit constants are from /usr/include/x86_64-linux-gnu/bits/resource.h from libc6-dev package in Ubuntu 16.10.
Running marks a task a running or runnable (on the run queue).
Sleep marks task waiting for short, interruptible operation.
Stop marks a stopped process.
Process status.
Process status.
Wait marks an idle interrupt thread (or paging in pre 2.6.xx Linux).
Zombie marks a defunct process, terminated but not reaped by its parent.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
MemoryInfoExStat is different between OSes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author