Documentation ¶
Overview ¶
Package server implements the sansshell 'Process' service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // JstackBin is the location of the jstack binary. Binding this to a flag is often useful. JstackBin = "/usr/lib/jvm/adoptopenjdk-11-hotspot/bin/jstack" // JmapBin is the location of the jmap binary. Binding this to a flag is often useful. JmapBin = "/usr/lib/jvm/adoptopenjdk-11-hotspot/bin/jmap" )
View Source
var ( // PsBin is the location of the ps binary. Binding this to a flag is often useful. PsBin = "/usr/bin/ps" // PstackBin is the location of the pstack binary. Binding this to a flag is often useful. PstackBin = "/usr/bin/pstack" // GcoreBin is the location of the gcore binary. Binding this to a flag is often useful. GcoreBin = "/usr/bin/gcore" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.