EnableBootTimeCache change cache behavior of BootTime. If true, cache BootTime value. Default is false.
NewProcess creates a new Process instance, it only stores the pid and
checks that the process exists. Other method on Process can be used
to get more information about the process. An error will be returned
if the process does not exist.
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
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.