# Functions
Close closes the agent, removing temporary files and closing the TCP listener.
No description provided by the author
No description provided by the author
Listen starts the gops agent on a host process.
No description provided by the author
No description provided by the author
ParseGopsAddress tries to parse the target string, be it remote host:port or local process's PID or executable name.
# Constants
BinaryDump returns running binary file.
ClearChannelLogLevel clears the log level for a channel.
CPUProfile starts `go tool pprof` with the current CPU profile.
CustomOp reserved for application specific operations.
CustomOpAsync reserved for application specific operations which execute async.
GC runs the garbage collector.
HeapProfile starts `go tool pprof` with the current memory profile.
MemStats reports memory stats.
SetChannelLogLevel sets the log level for a channel.
SetGCPercent sets the garbage collection target percentage.
SetLogLevel sets the logrus level.
StackTrace represents a command to print stack trace.
Stats returns Go runtime statistics such as number of goroutines, GOMAXPROCS, and NumCPU.
Trace starts the Go execution tracer, waits 5 seconds and launches the trace tool.
Version prints the Go version.