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 = "/bin/ps" // PstackBin is the location of the pstack binary. On OS/X this isn't supported. PstackBin = "" // GcoreBin is the location of the gcore binary. On OS/X this isn't supported. GcoreBin = "" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.