Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v8fg/collectd
Mainly used to collect cpu, memory metrics correctly for container, k8s and non container environment.
https://github.com/v8fg/collectd
cgroup cgroups container cpu k8s linux mem memory
Last synced: 15 days ago
JSON representation
Mainly used to collect cpu, memory metrics correctly for container, k8s and non container environment.
- Host: GitHub
- URL: https://github.com/v8fg/collectd
- Owner: v8fg
- License: mit
- Created: 2021-11-25T00:05:27.000Z (almost 3 years ago)
- Default Branch: release
- Last Pushed: 2022-06-22T08:34:50.000Z (over 2 years ago)
- Last Synced: 2024-10-10T16:23:53.890Z (about 1 month ago)
- Topics: cgroup, cgroups, container, cpu, k8s, linux, mem, memory
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# collectd
Mainly used to collect cpu, memory metrics correctly for container, k8s and non container environment.
## Usage
`go get -u github.com/v8fg/collectd`
## Feature
|metrics|container|linux|
|--|--|--|
|cpu|Y|Y|
|memory|Y|Y|## ENV
The go version shall >= `1.16`