# Functions
GetDeltaTotalJiffies returns the number of jiffies that have passed since it was last called.
IsProcInAccept returns true if the process has a at least one thread blocked on the accept() system call.
NewCachingWalker returns a new CachingWalker.
NewReporter makes a new Reporter.
NewTree returns a new Tree that can be polled.
NewWalker creates a new process Walker.
# Constants
We use these keys in node metadata.
We use these keys in node metadata.
We use these keys in node metadata.
We use these keys in node metadata.
We use these keys in node metadata.
We use these keys in node metadata.
We use these keys in node metadata.
We use these keys in node metadata.
# Structs
CachingWalker is a walker than caches a copy of the output from another Walker, and then allows other concurrent readers to Walk that copy.
Process represents a single process.
Reporter generates Reports containing the Process topology.
# Type aliases
Jiffies is the type for the function used to fetch the elapsed jiffies.