Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RemoteSysProbeUtil ¶
type RemoteSysProbeUtil struct{}
RemoteSysProbeUtil is not supported
func GetRemoteSystemProbeUtil ¶
func GetRemoteSystemProbeUtil() (*RemoteSysProbeUtil, error)
GetRemoteSystemProbeUtil is not supported
func (*RemoteSysProbeUtil) GetConnections ¶
func (r *RemoteSysProbeUtil) GetConnections(clientID string) (*model.Connections, error)
GetConnections is not supported
func (*RemoteSysProbeUtil) GetProcStats ¶ added in v0.9.0
func (r *RemoteSysProbeUtil) GetProcStats(pids []int32) (*model.ProcStatsWithPermByPID, error)
GetProcStats is not supported
func (*RemoteSysProbeUtil) GetStats ¶
func (r *RemoteSysProbeUtil) GetStats() (map[string]interface{}, error)
GetStats is not supported
type UDSListener ¶ added in v0.9.0
type UDSListener struct {
// contains filtered or unexported fields
}
UDSListener (Unix Domain Socket Listener)
func NewListener ¶ added in v0.9.0
func NewListener(socketAddr string) (*UDSListener, error)
NewListener returns an idle UDSListener
func (*UDSListener) GetListener ¶ added in v0.9.0
func (l *UDSListener) GetListener() net.Listener
GetListener will return the underlying Conn's net.Listener
func (*UDSListener) Stop ¶ added in v0.9.0
func (l *UDSListener) Stop()
Stop closes the UDSListener connection and stops listening
Click to show internal directories.
Click to hide internal directories.