{"id":22403438,"url":"https://github.com/rsevilla87/hloader","last_synced_at":"2025-03-27T00:45:29.761Z","repository":{"id":203053959,"uuid":"708705774","full_name":"rsevilla87/hloader","owner":"rsevilla87","description":"Easy to use HTTP loader tool","archived":false,"fork":false,"pushed_at":"2024-04-03T08:37:33.000Z","size":40,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T06:25:51.372Z","etag":null,"topics":["golang","http","http-client","http2","performance","stats"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsevilla87.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-10-23T08:14:25.000Z","updated_at":"2024-04-05T14:36:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b4d59ca-c690-4762-8b9a-37a654f6a20c","html_url":"https://github.com/rsevilla87/hloader","commit_stats":null,"previous_names":["rsevilla87/simple-http-loader"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsevilla87%2Fhloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsevilla87%2Fhloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsevilla87%2Fhloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsevilla87%2Fhloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsevilla87","download_url":"https://codeload.github.com/rsevilla87/hloader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245760994,"owners_count":20667893,"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":["golang","http","http-client","http2","performance","stats"],"created_at":"2024-12-05T09:17:09.843Z","updated_at":"2025-03-27T00:45:29.638Z","avatar_url":"https://github.com/rsevilla87.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hloader\n\n[![Go-build](https://github.com/rsevilla87/hloader/actions/workflows/go-build.yml/badge.svg?branch=main\u0026event=push)](https://github.com/rsevilla87/hloader/actions/workflows/go-build.yml)\n\n```shell\n $ ./bin/hloader -h\nHTTP loader\n\nUsage:\n  ./bin/hloader [flags]\n  ./bin/hloader [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  help        Help about any command\n  version     Get version info\n\nFlags:\n  -u, --url string          Target URL\n  -r, --rate int            Request rate, 0 means unlimited\n  -c, --concurrency int     Number of concurrent connections (default 1)\n  -d, --duration duration   Test duration (default 10s)\n  -t, --timeout duration    Request timeout (default 1s)\n  -i, --insecure            Skip server's certificate verification (default true)\n  -k, --keepalive           Enable HTTP keepalive (default true)\n      --http2               Use HTTP2 protocol, if possible (default true)\n      --pprof               Enable pprof endpoint in localhost:6060\n  -o, --output string       Dump request outputs in the given CSV file\n  -h, --help                help for ./bin/hloader\n\n```\n\n## Compilation\n\n```shell\n$ make build\nGOARCH=amd64 CGO_ENABLED=0 go build -v -ldflags \"-X github.com/cloud-bulldozer/go-commons/version.GitCommit=a5c03b3c983255096635b872d4153c98419f8bd1 -X github.com/cloud-bulldozer/go-commons/version.Version=main -X github.com/cloud-bulldozer/go-commons/version.BuildDate=2023-10-24-12:13:18\" -o bin/hloader cmd/hloader.go\n```\n\n## CSV output\n\nThe csv output has the following format:\n\n```csv\n1699016948650,200,276028,537,false,false\n\u003ctimestamp in milliseconds\u003e,\u003cstatus code\u003e,\u003clatency in microseconds\u003e,\u003cbytes read\u003e,\u003ctimeout\u003e,\u003chttp error\u003e\n```\n\nLike for example:\n\n```csv\n1699016948640,200,283085,537,false,false\n1699016948650,200,276028,537,false,false\n1699016948670,200,255849,537,false,false\n1699016948700,200,225850,537,false,false\n1699016948709,200,216579,537,false,false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsevilla87%2Fhloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsevilla87%2Fhloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsevilla87%2Fhloader/lists"}