{"id":25860963,"url":"https://github.com/subhamsarangi/minotaur","last_synced_at":"2026-02-07T05:02:21.313Z","repository":{"id":265512149,"uuid":"896143963","full_name":"subhamsarangi/minotaur","owner":"subhamsarangi","description":"load testing, monitoring","archived":false,"fork":false,"pushed_at":"2024-11-29T17:09:42.000Z","size":1132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T04:58:30.956Z","etag":null,"topics":["flask","grafana","locust","prometheus","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/subhamsarangi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-11-29T16:28:37.000Z","updated_at":"2025-02-19T09:01:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"66046d52-5b10-4cb0-848c-4d94844c4699","html_url":"https://github.com/subhamsarangi/minotaur","commit_stats":null,"previous_names":["subhamsarangi/minotaur"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/subhamsarangi/minotaur","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subhamsarangi%2Fminotaur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subhamsarangi%2Fminotaur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subhamsarangi%2Fminotaur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subhamsarangi%2Fminotaur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subhamsarangi","download_url":"https://codeload.github.com/subhamsarangi/minotaur/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subhamsarangi%2Fminotaur/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","grafana","locust","prometheus","python"],"created_at":"2025-03-01T23:03:32.745Z","updated_at":"2026-02-07T05:02:21.300Z","avatar_url":"https://github.com/subhamsarangi.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minotaur\n## flask, prometheus, grafana, locust\n## load testing, monitoring\n\n# user guide\n## run flask server\n\n    `python app.py`\n\n### check in browser at http://localhost:5000\n\n## run proemtheus\n\n### run it directly\n    `/home/homelander/minotaur/prometheus-2.40.0.linux-amd64/prometheus --config.file=/home/homelander/minotaur/prometheus-2.40.0.linux-amd64/prometheus.yml`\n\n### or make a prometheus systemd service\n- Create a systemd service file:\n    ```\n    [Unit]\n    Description=Prometheus\n    After=network.target\n\n    [Service]\n    ExecStart=/home/user1/minotaur/prometheus-2.40.0.linux-amd64/prometheus --config.file=/home/user1/minotaur/prometheus-2.40.0.linux-amd64/prometheus.yml\n    Restart=always\n    User=user1\n    Group=user1\n    ExecReload=/bin/kill -HUP $MAINPID\n    KillMode=mixed\n    KillSignal=SIGINT\n\n    [Install]\n    WantedBy=multi-user.target\n    ```\n\n- Reload systemd to pick up the new service: After creating the service file, reload systemd:\n\n    `sudo systemctl daemon-reload`\n\n- Start the Prometheus service: Start Prometheus using the systemd service:\n\n    `sudo systemctl start prometheus`\n\n- Enable Prometheus to start on boot: To make Prometheus start automatically when the system boots:\n\n    `sudo systemctl enable prometheus`\n\n- Check the status of Prometheus: To see if Prometheus is running properly:\n\n    `sudo systemctl status prometheus`\n\n- Stop Prometheus: To stop the Prometheus service:\n\n    `sudo systemctl stop prometheus`\n\n### check in browser at http://localhost:9090\n\n\n## run grafana\n    `sudo systemctl start grafana-server`\n\n### check in browser at http://localhost:3000\n\n#### login using admin and admin\n\n#### import a json or make a new dashboard\n\n## run locust\n\n    `locust -f locustfile.py`\n\n### check in browser at http://localhost:8089\n\n## results\n\n![grafana Image](screenshots/grafana.png)\n![prometheus Image](screenshots/prometheus.png)\n![locust Image](screenshots/locust.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubhamsarangi%2Fminotaur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubhamsarangi%2Fminotaur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubhamsarangi%2Fminotaur/lists"}