About 50 results
Open links in new tab
  1. Pausing a running process? - Python Forum

    Nov 14, 2018 · Hi folks. Is there anyway using python I can pause a different python app that's running? Start app 1. Start app 2. App 2 pauses app 1 while it does something. App 2 closes. App 1 resumes. …

  2. psutil network speed stuck - Python Forum

    Aug 6, 2020 · Hi everyone. For a test bench, I'm trying to write a simple piece of code that monitors the network speed on a specific adapter. I'm running on Windows and decided to use psutil. Below the …

  3. Killing processes via python

    Aug 4, 2021 · Hello, my knowledge of python is rather limited so I might just be poking in the dark... What I am attempting to do is open a file, write some stuff in it and close it. The problem I have is, …

  4. How to run local python script to remote machine without sending

    Feb 21, 2019 · I have created a python script on my local machine, i want to run this local script on multiple remote machines (Linux and Windows servers) and redirect the output to local machine. For …

  5. Python 3.9 alpha how to install psutil? - Python Forum

    Oct 9, 2023 · I tryed python 3.9 alpha but its failed to install psutil? pip install psutil Requirement already satisfied: psutil in /usr/local/lib64/python3.8/site-packages (5.7.0)

  6. print CPU temperature - Python Forum

    Aug 4, 2020 · Hello please can someone help me with example of code that prints out CPU temperature ? Thank you a lot.

  7. using paramiko to see resualt - Python Forum

    Dec 6, 2022 · Hello, I'm trying to connect using SSH and send some commands how can I see the result of the command ? for example answer = ssh.exec_command('ls Documents/ ') print (answer) I get …

  8. check process status and start if it stop linux - Python Forum

    May 17, 2018 · Hi all, I want to write script to checking my process if it running OK. my flow is: -ssh server-->check process--->if true--->End |if flase>---->start process---->check process again--->End …

  9. How to Calculate CPU, Disk, Memory and Network utilization rate

    Apr 27, 2025 · How to Calculate CPU, Disk, Memory and Network utilization rate Python Forum Python Coding General Coding Help Thread Rating: 1 2 3 4 5 ... View a Printable Version

  10. Missing something here - Python Forum

    Jan 14, 2019 · Hi all, Never used Python before so I'm using some scripts someone else has created for an automated watering system running on a RaspberryPi (Raspbian Stretch - a Debian fork IIRC). …