Crawl all pod metrics you need
THIS PROJECT IS STILL WIPWIPWIPWIP
cd ./podspider
go build
go run ./main.go
Typical usage:
- Setup the configuration of podspider
- Run this software
Then the software will start dumping your pods information, currently includes
cpu usage
,memory usage
,network usage
anddisk usage
.
To control what you want to dump, please check the ResourceManager.Tick()
[ ] Client-server mode for distributed cgroup manipulation [ ] Dynamic resource allocation