Registry / observability / lufia-iostat

lufia-iostat

JSON →
library1.2.1gogounverified

Package iostat presents I/O and CPU statistics.

go get github.com/lufia/iostat
INSTALL
IMPORT
SIG · LUFIA-IOSTAT
L
lufia-iostat
observabilitygov1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

iostat
✓ github.com/lufia/iostat

Read and print I/O statistics for all devices.

package main import ( "fmt" "github.com/lufia/iostat" ) func main() { stats, _ := iostat.Read() for _, s := range stats { fmt.Printf("%+v\n", s) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Resources
lufia-iostat — go get lufia-iostat · libregistry