Skip to content

rudolfolah/proc-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proc-watch

License Apache 2.0 Python Prometheus

proc-watch is a tool for monitoring processes and logging their CPU and memory usage.

Copyright (C) 2023 Rudolf Olah

Licensed under Apache 2.0 license

Local Dev

pyenv local
python -m venv .venv --prompt .
source .venv/bin/activate
pip install -r requirements.txt

The current method writes to a text file, the default path is /tmp/proc_watch.prom:

less /tmp/proc_watch.prom

Releases

No releases published

Packages

No packages published

Languages