You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently got access to a dual-socket AMD Epyc 7742 machine with a total of 256 logical cores. One of the first things I did was to install bpytop to monitor system behavior. However, I noticed that bpytop reacts very slowly on this machine. When I reached out to the bpytop community, they asked me to run scripts/internal/print_api_speed.py from the psutil repo and it showed that cpu_freq takes 5.11 seconds.
Could this issue be related to the core count of the CPUs or to their relative novelty? I'd appreciate any help on how I can improve the performance of cpu_freq() on the system.
The text was updated successfully, but these errors were encountered:
Summary
Description
I recently got access to a dual-socket AMD Epyc 7742 machine with a total of 256 logical cores. One of the first things I did was to install bpytop to monitor system behavior. However, I noticed that bpytop reacts very slowly on this machine. When I reached out to the bpytop community, they asked me to run
scripts/internal/print_api_speed.py
from the psutil repo and it showed that cpu_freq takes 5.11 seconds.Could this issue be related to the core count of the CPUs or to their relative novelty? I'd appreciate any help on how I can improve the performance of cpu_freq() on the system.
The text was updated successfully, but these errors were encountered: