{{"属性名"|T}} | {{"属性值"|T}} | {{"属性名"|T}} | {{"属性值"|T}} |
---|---|---|---|
{{"主机名"|T}} | {{.Host.Hostname}} | {{"已运行"|T}} | {{DurationFormat .Host.Uptime}} |
{{"启动时间"|T}} | {{(Date .Host.BootTime).Format "2006-01-02 15:04:05"}} | {{"进程数"|T}} | {{.Host.Procs}} |
{{"系统"|T}} | {{.Host.OS}} | {{"平台"|T}} | {{.Host.Platform}} |
{{"平台家族"|T}} | {{.Host.PlatformFamily}} | {{"平台版本"|T}} | {{.Host.PlatformVersion}} |
{{"CPU型号"|T}} |
{{range $k,$v:=.CPU}}
{{$v.ModelName}}
{{if gt $v.Cores 1}}
× {{$v.Cores}}
{{end}}
{{if $v.PhysicalID}}
({{$v.PhysicalID}})
{{end}}
{{end}} |
{{"CPU负载"|T}} |