gopsutil
gopsutil copied to clipboard
how to get cpu usage in k8s container, not percent, but absolute value
I need get container cpu usage in k8s, but not percent. How can I do that?
Do you mean the cpu usage of a specified container on a k8s node? If so, https://github.com/google/cadvisor may help you.