Skip to content

Sandstorm831/System-Monitoring-Tool

Repository files navigation

functions

func GetCurrentCpu(r chan float64);
func GetProcs() int;
func GetHz() uint;
func GetHostName() string;
func GetInterfaceNames() []string;
func GetUptime() float64;
func GetBytes(interfaceName string) Bytes;
func GetMem() MemKB;
func GetListOfPid() []string;
func GetPidCpuAndUptime(pid string) (PidStat, error)
func GetPidMem(pid string) uint64;
func GetPidCommandLine(pid string) (string, error);
func GetPidName(pid string) (string, error);

The output csv of example.go: //epoch, cpu, mUsed, sUsed, cache, uptimeInMin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published