An open API service indexing awesome lists of open source software.

https://github.com/dim13/loadavg

get system load averages
https://github.com/dim13/loadavg

getloadavg go posix

Last synced: 15 days ago
JSON representation

get system load averages

Awesome Lists containing this project

README

          

# loadavg - get system load averages

[![Go Reference](https://pkg.go.dev/badge/github.com/dim13/loadavg.svg)](https://pkg.go.dev/github.com/dim13/loadavg)
[![Go](https://github.com/dim13/loadavg/actions/workflows/go.yml/badge.svg)](https://github.com/dim13/loadavg/actions/workflows/go.yml)

Package `loadavg` implements a CGO wrapper on
[getloadavg(3)](https://man.openbsd.org/getloadavg.3) function
for POSIX compatible platforms.