{"id":15508220,"url":"https://github.com/jponge/time-to-boot-server","last_synced_at":"2026-06-20T10:31:13.089Z","repository":{"id":66511433,"uuid":"100961484","full_name":"jponge/time-to-boot-server","owner":"jponge","description":"Measure the time to boot a server and make a first connection","archived":false,"fork":false,"pushed_at":"2017-08-21T14:40:59.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-19T10:06:55.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/jponge.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":"2017-08-21T14:40:49.000Z","updated_at":"2023-05-09T09:30:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"0744436a-2b5b-458d-8441-f81bd6125797","html_url":"https://github.com/jponge/time-to-boot-server","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"e9ce6b502914fa49d5120fa572b7f928b14f9e27"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jponge/time-to-boot-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Ftime-to-boot-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Ftime-to-boot-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Ftime-to-boot-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Ftime-to-boot-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jponge","download_url":"https://codeload.github.com/jponge/time-to-boot-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Ftime-to-boot-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34566920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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-10-02T09:36:33.497Z","updated_at":"2026-06-20T10:31:13.057Z","avatar_url":"https://github.com/jponge.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `time-to-boot-server` ~ Measure the time to boot a server and make a first connection\n\nThis is a simple tool to measure how long it takes for a server application to boot and succeed in receiving a first network request.\n\n## Usage\n\nYou can run it as in:\n\n    time-to-boot-server --target http://localhost:8080/ --executable python -- -m SimpleHTTPServer 8080\n\nRun with `--help` to get a list of all arguments.\n\nThere are 2 connection modes:\n\n* `http-get`: succeeds on the first HTTP GET request with a 200 status code, and consumes all the body\n* `tcp-connect`: succeeds on the first established TCP connection, and does not consuje anything.\n\n`tcp-connect` is the fastest time to connect to the server, but for any framework with lazy initialization some components may only be initialized upon the first request so `http-get` is more accurate _in general_.\n\n## Building and running\n\nThis is a Go program so...\n\n    go get github.com/jponge/time-to-boot-server\n\nIf you don't know how to build Go code:\n\n    mkdir ~/Code/go-workspace\n    export GOPATH=~/Code/go-workspace\n    export PATH=$GOPATH/bin:$PATH\n    \n    go get github.com/jponge/time-to-boot-server\n\n## License\n\nMIT, see [LICENSE](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjponge%2Ftime-to-boot-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjponge%2Ftime-to-boot-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjponge%2Ftime-to-boot-server/lists"}