{"id":23750842,"url":"https://github.com/pforret/peakdetect","last_synced_at":"2025-07-10T07:33:15.114Z","repository":{"id":270015831,"uuid":"909143191","full_name":"pforret/peakdetect","owner":"pforret","description":"Detect CPU/MEM/DISK peaks on a web server and document what site/page is the cause","archived":false,"fork":false,"pushed_at":"2024-12-27T21:04:57.000Z","size":353,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T06:18:25.625Z","etag":null,"topics":["bashew","devops","server"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/pforret.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-12-27T21:01:44.000Z","updated_at":"2024-12-27T21:05:00.000Z","dependencies_parsed_at":"2024-12-27T22:28:29.624Z","dependency_job_id":null,"html_url":"https://github.com/pforret/peakdetect","commit_stats":null,"previous_names":["pforret/peakdetect"],"tags_count":0,"template":false,"template_full_name":"pforret/bashew","purl":"pkg:github/pforret/peakdetect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpeakdetect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpeakdetect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpeakdetect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpeakdetect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pforret","download_url":"https://codeload.github.com/pforret/peakdetect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpeakdetect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264545169,"owners_count":23625404,"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":["bashew","devops","server"],"created_at":"2024-12-31T16:59:32.157Z","updated_at":"2025-07-10T07:33:15.075Z","avatar_url":"https://github.com/pforret.png","language":"Shell","readme":"![bash_unit CI](https://github.com/pforret/peakdetect/workflows/bash_unit%20CI/badge.svg)\n![Shellcheck CI](https://github.com/pforret/peakdetect/workflows/Shellcheck%20CI/badge.svg)\n![GH Language](https://img.shields.io/github/languages/top/pforret/peakdetect)\n![GH stars](https://img.shields.io/github/stars/pforret/peakdetect)\n![GH tag](https://img.shields.io/github/v/tag/pforret/peakdetect)\n![GH License](https://img.shields.io/github/license/pforret/peakdetect)\n[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash\u0026style=flat)](https://www.basher.it/package/)\n\n# peakdetect\n\nDetect CPU/MEM/DISK peaks on a web server and document what site/page is the cause\n\n## 🔥 Usage\n\n```\nProgram : peakdetect  by peter@forret.com\nVersion : v0.0.1 (Apr 22 16:07:13 2023)\nPurpose : Detect CPU/MEM/DISK peaks on a web server and document what site/page is the cause\nUsage   : peakdetect [-h] [-q] [-v] [-f] [-l \u003clog_dir\u003e] [-t \u003ctmp_dir\u003e] \u003caction\u003e\nFlags, options and parameters:\n    -h|--help        : [flag] show usage [default: off]\n    -q|--quiet       : [flag] no output [default: off]\n    -v|--verbose     : [flag] also show debug messages [default: off]\n    -f|--force       : [flag] do not ask for confirmation (always yes) [default: off]\n    -l|--log_dir \u003c?\u003e : [option] folder for log files   [default: /Users/pforret/log/script]\n    -t|--tmp_dir \u003c?\u003e : [option] folder for temp files  [default: /tmp/script]\n    \u003caction\u003e         : [choice] action to perform  [options: action1,action2,check,env,update]\n                                  \n### TIPS \u0026 EXAMPLES\n* use peakdetect action1 to ...\n  peakdetect action1\n* use peakdetect action2 to ...\n  peakdetect action2\n* use peakdetect check to check if this script is ready to execute and what values the options/flags are\n  peakdetect check\n* use peakdetect env to generate an example .env file\n  peakdetect env \u003e .env\n* use peakdetect update to update to the latest version\n  peakdetect update\n* \u003e\u003e\u003e bash script created with pforret/bashew\n* \u003e\u003e\u003e for bash development, also check out pforret/setver and pforret/progressbar\n```\n\n## ⚡️ Examples\n\n```bash\n\u003e peakdetect -h \n# get extended usage info\n\u003e peakdetect env \u003e .env\n# create a .env file with default values\n```\n\n## 🚀 Installation\n\nwith [basher](https://github.com/basherpm/basher)\n\n\t$ basher install pforret/peakdetect\n\nor with `git`\n\n\t$ git clone https://github.com/pforret/peakdetect.git\n\t$ cd peakdetect\n\n## 📝 Acknowledgements\n\n* script created with [bashew](https://github.com/pforret/bashew)\n\n\u0026copy; 2024 Peter Forret\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fpeakdetect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpforret%2Fpeakdetect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fpeakdetect/lists"}