package
0.0.3
Repository: https://github.com/hujingwei/go-zero.git
Documentation: pkg.go.dev

# README

stat/sys

System Information

项目简介

获取Linux平台下的系统信息,包括cpu主频、cpu使用率等

# Functions

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.

# Structs

Info cpu info.
Stat cpu stat.

# Interfaces

CPU is cpu stat usage.