# CPU and memory usage of pods always zero

**URL:** https://discuss.kubernetes.io/t/cpu-and-memory-usage-of-pods-always-zero/26651
**Category:** General Discussions
**Created:** [January 9, 2024, 9:01am UTC](https://discuss.kubernetes.io/t/cpu-and-memory-usage-of-pods-always-zero/26651 "2024-01-09T09:01:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![edoardottt](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/edoardottt/32/14000_2.png) [@edoardottt](https://discuss.kubernetes.io/u/edoardottt)
#### Post date: [January 9, 2024, 9:01am UTC](https://discuss.kubernetes.io/t/cpu-and-memory-usage-of-pods-always-zero/26651/1 "2024-01-09T09:01:55Z")

</div>

I’m running a simple cluster with 4 replicas of the “hello-node” container and I’m trying to get the resources usage, but these statistics remain at zero value. Even when I stress the service with high level of HTTP requests, they don’t change.. what could be the problem?  
How can I get these values properly?

Maybe this can help:

- [CPU usage of pod always zero · Issue #17889 · kubernetes/minikube · GitHub](https://github.com/kubernetes/minikube/issues/17889)
- [kubectl top output format options · Issue #1534 · kubernetes/kubectl · GitHub](https://github.com/kubernetes/kubectl/issues/1534#issuecomment-1880621656)

### Cluster information:

Kubernetes version: minikube version: v1.32.0 (Kubernetes v1.23.17 on Docker 24.0.7)  
Cloud being used: bare-metal  
Installation method: binary download  
Host OS: Linux 6.5.0-14-generic (Ubuntu 23.10)  
CNI and version: podman 0.4.0 (ls /etc/cni/net.d)  
CRI and version: docker://24.0.7
