Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artyom/statm
- Owner: artyom
- Created: 2014-11-04T12:15:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T12:15:34.000Z (about 10 years ago)
- Last Synced: 2024-06-20T08:05:42.711Z (5 months ago)
- Language: Go
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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