Documentation ¶
Overview ¶
Package zpprof provides a register for zweb framework to use net/http/pprof easily.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SystemInfo ¶
type SystemInfo struct { ServerName string Runtime string //运行时间 GoroutineNum string //goroutine数量 CPUNum string //cpu核数 UsedMem string //当前内存使用量 TotalMem string //总分配的内存 SysMem string //系统内存占用量 Lookups string //指针查找次数 Mallocs string //内存分配次数 Frees string //内存释放次数 LastGCTime string //距离上次GC时间 NextGC string //下次GC内存回收量 PauseTotalNs string //GC暂停时间总量 PauseNs string //上次GC暂停时间 }
SystemInfo SystemInfo
Click to show internal directories.
Click to hide internal directories.