{"id":16387088,"url":"https://github.com/rudolfolah/proc-watch","last_synced_at":"2026-04-20T04:02:50.314Z","repository":{"id":192648677,"uuid":"687123335","full_name":"rudolfolah/proc-watch","owner":"rudolfolah","description":"proc-watch is a tool for monitoring processes and logging their CPU and memory usage.","archived":false,"fork":false,"pushed_at":"2024-07-13T12:48:38.000Z","size":8,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T02:51:22.467Z","etag":null,"topics":["process-monitor","process-monitoring","process-watcher","prometheus-metrics","prometheus-monitoring-solution","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rudolfolah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-04T17:04:37.000Z","updated_at":"2024-07-29T06:58:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ee93ade-a87e-4fb2-90e3-6f9205792ede","html_url":"https://github.com/rudolfolah/proc-watch","commit_stats":null,"previous_names":["rudolfolah/proc-watch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfolah%2Fproc-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfolah%2Fproc-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfolah%2Fproc-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudolfolah%2Fproc-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudolfolah","download_url":"https://codeload.github.com/rudolfolah/proc-watch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240157092,"owners_count":19756893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["process-monitor","process-monitoring","process-watcher","prometheus-metrics","prometheus-monitoring-solution","python"],"created_at":"2024-10-11T04:24:52.991Z","updated_at":"2026-04-20T04:02:50.309Z","avatar_url":"https://github.com/rudolfolah.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proc-watch\n\n![License Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue)\n![Python](https://img.shields.io/badge/Python-green)\n![Prometheus](https://img.shields.io/badge/Prometheus-orange)\n\n`proc-watch` is a tool for monitoring processes and logging their CPU and memory usage.\n\nCopyright (C) 2023 Rudolf Olah\n\nLicensed under Apache 2.0 license\n\n## Local Dev\n\n```bash\npyenv local\npython -m venv .venv --prompt .\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n\n## [Prometheus exporting](https://github.com/prometheus/client_python)\nThe current method writes to a text file, the default path is `/tmp/proc_watch.prom`:\n\n```sh\nless /tmp/proc_watch.prom\n```\n\n## Docker\n\nBuild the image:\n\n```sh\ndocker build -t proc-watch:latest .\n```\n\nRun it:\n\n```sh\ndocker run -it --rm proc-watch:latest --pid=host\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudolfolah%2Fproc-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudolfolah%2Fproc-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudolfolah%2Fproc-watch/lists"}