Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Host ¶
Host returns information about host on which this process is running. If host information collection is not implemented for this platform then types.ErrNotImplemented is returned.
func Process ¶
Process returns a types.Process object representing the process associated with the given PID. The types.Process object can be used to query information about the process. If process information collection is not implemented for this platform then types.ErrNotImplemented is returned.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
providers
|
|
aix
Package aix implements the HostProvider and ProcessProvider interfaces for providing information about IBM AIX on ppc64.
|
Package aix implements the HostProvider and ProcessProvider interfaces for providing information about IBM AIX on ppc64. |
darwin
Package darwin implements the HostProvider and ProcessProvider interfaces for providing information about MacOS.
|
Package darwin implements the HostProvider and ProcessProvider interfaces for providing information about MacOS. |
freebsd
Package freebsd implements the HostProvider and ProcessProvider interfaces for providing information about FreeBSD
|
Package freebsd implements the HostProvider and ProcessProvider interfaces for providing information about FreeBSD |
linux
Package linux implements the HostProvider and ProcessProvider interfaces for providing information about Linux.
|
Package linux implements the HostProvider and ProcessProvider interfaces for providing information about Linux. |
windows
Package windows implements the HostProvider and ProcessProvider interfaces for providing information about Windows.
|
Package windows implements the HostProvider and ProcessProvider interfaces for providing information about Windows. |
Click to show internal directories.
Click to hide internal directories.