https://github.com/m0zgen/pidnice
⚙️ Set nice priority for specified process
https://github.com/m0zgen/pidnice
pid priority proccess python3 renice
Last synced: about 1 year ago
JSON representation
⚙️ Set nice priority for specified process
- Host: GitHub
- URL: https://github.com/m0zgen/pidnice
- Owner: m0zgen
- Created: 2023-12-16T10:05:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T10:44:17.000Z (over 2 years ago)
- Last Synced: 2025-02-27T01:13:30.801Z (about 1 year ago)
- Topics: pid, priority, proccess, python3, renice
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PidNice
Set the nice value of a specified process.
## Usage
```shell
./run.py chrome --priority 10
```