Documentation ¶
Index ¶
Constants ¶
View Source
const ( ORDER_SORT = 1 ORDER_CPU = 2 ORDER_CAPACITY = 3 )
View Source
const CHECKTIME = 10 * time.Second
View Source
const STABLETIME = 30 * time.Second
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct { Subsystem string Environment string Hostname string Datacenter string Rack string Id string IsUp bool IsLocal bool Uptodate bool SortMetric int32 CpuMetric int32 CapacityMetric int32 TimeLastUp uint64 TimeUpSince uint64 Database []string NetInfo []Net }
func LoadServerInfo ¶
Click to show internal directories.
Click to hide internal directories.