Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artyom/statm

Retrieve process memory statistics from /proc/[pid]/statm
https://github.com/artyom/statm

Last synced: about 14 hours ago
JSON representation

Retrieve process memory statistics from /proc/[pid]/statm

Awesome Lists containing this project

README

        

Package statm implements retrieving of memory statistics from
`/proc/[pid]/statm`.

This package is linux-only, calls on other platforms would lead to
`ErrNotImplemented` error.

Install:

go get -u -v github.com/artyom/statm

Documentation: https://godoc.org/github.com/artyom/statm