{"id":22138255,"url":"https://github.com/z0mbix/smoker","last_synced_at":"2025-09-07T20:09:44.763Z","repository":{"id":139776712,"uuid":"44978307","full_name":"z0mbix/smoker","owner":"z0mbix","description":"Simple smoke test utility to test a list of URLs for an expected HTTP response code","archived":false,"fork":false,"pushed_at":"2015-10-26T15:40:49.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T10:33:29.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/z0mbix.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":"2015-10-26T15:37:19.000Z","updated_at":"2015-10-26T15:40:50.000Z","dependencies_parsed_at":"2023-03-13T14:37:07.816Z","dependency_job_id":null,"html_url":"https://github.com/z0mbix/smoker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/z0mbix/smoker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0mbix%2Fsmoker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0mbix%2Fsmoker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0mbix%2Fsmoker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0mbix%2Fsmoker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z0mbix","download_url":"https://codeload.github.com/z0mbix/smoker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0mbix%2Fsmoker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088625,"owners_count":25220260,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-01T20:09:14.158Z","updated_at":"2025-09-07T20:09:44.738Z","avatar_url":"https://github.com/z0mbix.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Smoker\n-----\n\nVery simple tool to test a list of URLs for expected response codes and output the time the request took.\n\n# Usage\n\nUse **-file** to specify the file containing URLs to test with expected return code (Default: urls.json)\n\nUse **-cookies** to set specific cookies\n\n\n# Examples\n\nTest urls listed in urls.json:\n\n    $ ./smoker\n    http://httpbin.org/ 200 181.786687ms\n    https://httpbin.org/ 200 429.430469ms\n    https://httpbin.org/status/404 404 343.816642ms\n    https://httpbin.org/redirect-to?url=http%3A%2F%2Fexample.com%2F 302 85.686784ms\n    https://httpbin.org/basic-auth/user/passwd 401 83.938694ms\n\nTest urls listed in staging.json and send a couple of cookies:\n\n    $ ./smoker \\\n      -file=staging.json \\\n      -cookies=\"foo=foo; bar=bar\"\n\nIf all URLs respond as expected, then it will exit with status 0, otherwise it will exit 1\n\n\n# Install\n\nThere is a simple Makefile which will build and install smoker for you to **/usr/local/bin**:\n\n    $ make \u0026\u0026 sudo make install\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0mbix%2Fsmoker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz0mbix%2Fsmoker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0mbix%2Fsmoker/lists"}