systats icon indicating copy to clipboard operation
systats copied to clipboard

Go module to get linux system stats (System info, CPU/Memory/Disk/Network usage, service status, etc).

Results 1 systats issues
Sort by recently updated
recently updated
newest added

GetDisks() returns an empty array on my Debian 11. This is probably because exec.Command() returns an "exit status 1" error. In the terminal, the "df -T -B1 --exclude-type=tmpfs --exclude-type=devtmpfs --exclude-type=udev"...