Categorygithub.com/Edip1/sysinfo-browser
repositorypackage
0.0.0-20241212134655-bcadd57b54ed
Repository: https://github.com/edip1/sysinfo-browser.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

sysinfo Browser

System info in the browser written in go

Endpoints:

CPU:

EndpointInfo
/info/cpu/nameReturns CPU model name
/info/cpu/usageReturns CPU usage (Realtime)
/info/cpu/usage/XReturns CPU usages in last X seconds
/info/cpu/averageReturns CPU usage average (Realtime)
/info/cpu/usage/average/XReturns CPU usage average in last X seconds
/info/cpu/usage/cinterval/XReturns the confidence interval according to the usage in last X seconds

GPU:

EndpointInfo
/info/gpu/nameReturns GPU name

Memory:

EndpointInfo
/info/mem/availableReturns available memory
/info/mem/totalReturns total memory
/info/mem/usageReturns memory usage (in MiB)
/info/mem/usagepercentReturns memory usage (percent)

Disks:

EndpointInfo
/info/disksReturns Partitions names
/info/disks/PARTNAME/sizeReturns partition size

OS Related info:

EndpointInfo
/info/os/desktopReturns Desktop Environment
/info/os/hostnameReturns hostname
/info/os/kernelReturns kernel name
/info/os/nameReturns distro name
/info/os/uptimeReturns uptime