Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnalyzerStructClientPool ¶
func NewAnalyzerStructClientPool(authOpts *shttp.AuthenticationOpts) (*ws.StructClientPool, error)
NewAnalyzerStructClientPool creates a new http WebSocket client Pool with authentication
Types ¶
type Agent ¶
type Agent struct { ws.DefaultSpeakerEventHandler // contains filtered or unexported fields }
Agent object started on each hosts/namespaces
type CPUInfo ¶
type CPUInfo struct { CPU int64 VendorID string `json:"VendorID,omitempty"` Family string `json:"Family,omitempty"` Model string `json:"Model,omitempty"` Stepping int64 `json:"Stepping,omitempty"` PhysicalID string `json:"PhysicalID,omitempty"` CoreID string `json:"CoreID,omitempty"` Cores int64 `json:"Cores,omitempty"` ModelName string `json:"ModelName,omitempty"` Mhz int64 `json:"Mhz,omitempty"` CacheSize int64 `json:"CacheSize,omitempty"` Microcode string `json:"Microcode,omitempty"` }
CPUInfo defines host information
Click to show internal directories.
Click to hide internal directories.