package
0.0.0-20190422025920-beccf3fe4313
Repository: https://github.com/changwh/go-common.git
Documentation: pkg.go.dev
# README
os/stat
System Information
项目简介
获取Linux平台下的系统信息,包括cpu主频、cpu使用率等
编译环境
- 请只用 Golang v1.8.x 以上版本编译执行
# Functions
GetClockTicks get the OS's ticks per second.
GetInfo get cpu info.
ParseUintList parses and validates the specified string as the value found in some cgroup file (e.g.
ReadStat read cpu stat.
# Variables
ErrNoCFSLimit is no quota limit.