Registry / utility / bertimus9-systemstat

bertimus9-systemstat

JSON →
library0.5.0gogounverified

Provides system statistics such as memory and CPU information.

go get bitbucket.org/bertimus9/systemstat
INSTALL
IMPORT
SIG · BERTIMUS9-SYSTEMST
B
bertimus9-systemstat
utilitygov0.5.0
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.

systemstat
bitbucket.org/bertimus9/systemstat

Retrieves memory statistics from the system.

package main import ( "fmt" "bitbucket.org/bertimus9/systemstat" ) func main() { mem := systemstat.GetMem() fmt.Printf("Total memory: %d\n", mem.Total) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
bertimus9-systemstat — go get bertimus9-systemstat · libregistry