{"id":43350625,"url":"https://github.com/esap/echopprof","last_synced_at":"2026-02-02T02:22:13.998Z","repository":{"id":57531751,"uuid":"130176004","full_name":"esap/echopprof","owner":"esap","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-19T07:34:34.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T02:12:52.278Z","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/esap.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":"2018-04-19T07:29:51.000Z","updated_at":"2018-04-19T07:34:35.000Z","dependencies_parsed_at":"2022-09-06T23:11:25.894Z","dependency_job_id":null,"html_url":"https://github.com/esap/echopprof","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/esap/echopprof","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esap%2Fechopprof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esap%2Fechopprof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esap%2Fechopprof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esap%2Fechopprof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esap","download_url":"https://codeload.github.com/esap/echopprof/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esap%2Fechopprof/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29001653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"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":"2026-02-02T02:22:13.302Z","updated_at":"2026-02-02T02:22:13.980Z","avatar_url":"https://github.com/esap.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# echopprof\nA wrapper for golang web framework echo to use net/http/pprof easily.\n# install\nFirst install echopprof to your GOPATH using go get:\n```\ngo get github.com/esap/vendor/echopprof\n```\n# Usage\n```\npackage main\n\nimport (\n    \"github.com/labstack/echo\"\n    \"github.com/labstack/echo/engine/standard\"\n    \"github.com/esap/vendor/echopprof\"\n)\n\nfunc hello() echo.HandlerFunc {\n\treturn func(c echo.Context) error {\n\t\treturn c.String(200, \"Hello, World!\\n\")\n\t}\n}\n\nfunc main() {\n    e := echo.New()\n    e.Get(\"/\", hello())\n\n    // automatically add routers for net/http/pprof\n    // e.g. /debug/pprof, /debug/pprof/heap, etc.\n    echopprof.Wrapper(e)\n    e.Run(standard.New(\":8080\"))\n}\n```\nStart this server, and now visit http://127.0.0.1:8080/debug/pprof/ and you'll see what you want.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesap%2Fechopprof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesap%2Fechopprof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesap%2Fechopprof/lists"}