{"id":13665997,"url":"https://github.com/jacenkow/gpu-sentry","last_synced_at":"2025-04-26T09:31:54.202Z","repository":{"id":54603610,"uuid":"168978724","full_name":"jacenkow/gpu-sentry","owner":"jacenkow","description":"Flask-based package for monitoring utilisation of nVidia GPUs.","archived":false,"fork":false,"pushed_at":"2019-02-08T11:58:08.000Z","size":81,"stargazers_count":155,"open_issues_count":3,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-11T00:37:22.108Z","etag":null,"topics":["flask","gpu","nvidia-smi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jacenkow.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}},"created_at":"2019-02-03T18:32:44.000Z","updated_at":"2024-07-16T04:33:46.000Z","dependencies_parsed_at":"2022-08-13T21:10:19.971Z","dependency_job_id":null,"html_url":"https://github.com/jacenkow/gpu-sentry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacenkow%2Fgpu-sentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacenkow%2Fgpu-sentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacenkow%2Fgpu-sentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacenkow%2Fgpu-sentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacenkow","download_url":"https://codeload.github.com/jacenkow/gpu-sentry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250967074,"owners_count":21515526,"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":["flask","gpu","nvidia-smi"],"created_at":"2024-08-02T06:00:55.342Z","updated_at":"2025-04-26T09:31:53.930Z","avatar_url":"https://github.com/jacenkow.png","language":"Python","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# gpu-sentry\nFlask-based package for monitoring utilisation of nVidia GPUs.\n\n![Monitor](img/monitor.png)\n\n## Motivation\nInstead of checking each of your machines with `nvidia-smi` command, a client\nrunning on the machines is sending periodically statistics about GPU memory\nutilisation. The central server is collecting the requests and displays them on\na single website.\n\n## Installation\nRun `pip install -e .` to install all the dependencies and the package itself.\n\n## Configuration\nMost of the settings can be found in `config.py`.\n\n`CLIENT_TIMEOUT` allows to set how often a client, i.e. the GPU machine sends\nstatistics to the central server. You can alter the value with the amount of\nseconds you wish to set.\n\n`PERMIT_CLIENTS` has two fold purpose, first the keys are used to filter out\nmachines which will be displayed on the website, i.e. we permit only machines\nwith the specified `hostname`s, and the corresponding values point to display\nnames.\n\n## Running\nCurrently the package does not work as a background process so please use\n`screen`, `tmux` or `wsgi`.\n\nTo run the package as client, i.e. on a GPU machine run\n\n```\npython cli.py -m client\n```\n\nor on the central server execute\n\n```\npython cli.py -m server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacenkow%2Fgpu-sentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacenkow%2Fgpu-sentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacenkow%2Fgpu-sentry/lists"}