chengz0 / xstat

Methods used to collect stats of linux-like system

Home Page:https://github.com/chengz0/xstat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xstat

Methods used to collect stats of linux-like system

Mount file into docker

/proc/cpuinfo # MHz /proc/stat #cpu /proc/mounts # disk

/proc/sys/kernel/pid_max # max processes /proc/sys/fs/file-max # max files /proc/sys/fs/file-nr # allocated files

/proc/loadavg # load balance

/proc/meminfo #mem

/proc/net/netstat #net

/proc/uptime #uptime

About

Methods used to collect stats of linux-like system

https://github.com/chengz0/xstat

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 99.7%Language:Shell 0.3%