package
1.13.2
Repository: https://github.com/weaveworks/scope.git
Documentation: pkg.go.dev

# 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.

# Variables

Exposed for testing.
Exposed for testing.

# 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.

# Interfaces

Tree represents all processes on the machine.
Walker is something that walks the /proc directory.

# Type aliases

Jiffies is the type for the function used to fetch the elapsed jiffies.