About 215,000 results
Open links in new tab
  1. How can I get current CPU and RAM usage in Python?

    The psutil library gives you information about CPU, RAM, etc., on a variety of platforms: psutil is a module providing an interface for retrieving information on running processes and system utilization …

  2. python - Error : No module named 'psutil' - Stack Overflow

    May 13, 2018 · Go to the folder where Python is install and psutil is available e.g. "C:\Python\Lib\site-packages" find all psutil related filesand rename them to something else e.g. Old__psutil Old_psutil …

  3. Newest 'psutil' Questions - Stack Overflow

    Jul 11, 2017 · Using psutil to determine duration of applications on Windows I'm using Windows and I want to write a program in Python that returns the length of time that has elapsed since an …

  4. psutil virtual memory units of measurement? - Stack Overflow

    psutil virtual memory units of measurement? Asked 11 years, 10 months ago Modified 3 years, 1 month ago Viewed 35k times

  5. pip - psutil module is not installing - Stack Overflow

    Oct 21, 2021 · I am trying to install psutil Python module using pip but it gives me error. I have update python from 3.9 to 3.10 then this error is coming. I also uninstalled 3.9 ...

  6. How to get accurate process CPU and memory usage with python?

    Sep 10, 2022 · I have been using psutil which seems to work fine when looking at the overall cpu and memory usage but doesn't appear to be very accurate for a single process. Memory usage is always …

  7. Temperature measured using "psutil" and the "CPU Temperature …

    Apr 14, 2020 · When I call psutil.sensors_temperatures() it is returning the temperature as 59.75, and when I run vcgencmd measure_temp it is giving 73.1 which is same as the temperature shown in …

  8. How to use psutil module on windows? - Stack Overflow

    May 26, 2020 · I am trying to get cpu temperature using psutil module. I installed it using

  9. python - Visual studio says psutil module not found even though it's ...

    I've got a problem with using psutil in python project. Psutil is installed, but visual studio still says it's not found. Any ideas why it's not working? I'm using Win 10 and Visual Studio 16.8.1 and

  10. python - PIP Cannot Install psutil - Stack Overflow

    Nov 28, 2021 · I'm using the pip install psutil funtion in the terminal. I was able to initialize the install and begin the download, but it failed with a lot of errors. I then tried to run cmd /k pip install --no-binary …