{"id":43907318,"url":"https://github.com/matteo-gz/prof","last_synced_at":"2026-02-06T20:05:19.685Z","repository":{"id":47119866,"uuid":"515879390","full_name":"matteo-gz/prof","owner":"matteo-gz","description":"golang pprof WebUI","archived":false,"fork":false,"pushed_at":"2024-08-11T13:05:07.000Z","size":484,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-11T14:25:11.081Z","etag":null,"topics":["go","golang","pprof","webui"],"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/matteo-gz.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":"2022-07-20T07:31:17.000Z","updated_at":"2024-08-11T14:25:21.534Z","dependencies_parsed_at":"2024-08-11T14:25:17.965Z","dependency_job_id":"649db460-6a71-44f7-989b-be23c9da2c98","html_url":"https://github.com/matteo-gz/prof","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/matteo-gz/prof","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-gz%2Fprof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-gz%2Fprof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-gz%2Fprof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-gz%2Fprof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matteo-gz","download_url":"https://codeload.github.com/matteo-gz/prof/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-gz%2Fprof/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29174397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T19:56:27.068Z","status":"ssl_error","status_checked_at":"2026-02-06T19:56:18.934Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["go","golang","pprof","webui"],"created_at":"2026-02-06T20:05:18.976Z","updated_at":"2026-02-06T20:05:19.679Z","avatar_url":"https://github.com/matteo-gz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prof\n\nThe web ui for golang pprof\n\n### Requirements\n\n- golang(pprof trace)\n- graphviz\n\n### Quick Use \n```\ngo install github.com/matteo-gz/prof/cmd/prof@latest\nprof\n```\n### Start it\n\n```\ncp env.yaml.example env.yaml\ngo build -o prof cmd/prof/main.go cmd/prof/wire_gen.go\n# start server\n./prof -c env.yaml\n# start server another way\n./prof -port=8201 -port2=8202 env=prod -dir=./storage -log=./logs\n```\n\n## Via\n\n- docker-compose `https://github.com/matteo-gz/prof_compose`\n\n## How to Run\n\n![](./doc/download.jpg)\n\n```\n# demo\n# your golang service \npackage main\n\nimport (\n\t\"net/http\"\n\t_ \"net/http/pprof\"\n)\n\nfunc main() {\n\t_ = http.ListenAndServe(\n\t\t\"0.0.0.0:6060\",\n\t\tnil,\n\t)\n}\n\n```\n\n![](./doc/proxy.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteo-gz%2Fprof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteo-gz%2Fprof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteo-gz%2Fprof/lists"}