# eric-metrics **Repository Path**: tym_hmm/eric-metrics ## Basic Information - **Project Name**: eric-metrics - **Description**: http golang runtime 监控 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-10 - **Last Updated**: 2022-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eric-metrics ## golang runtime 监控 ### 实时可视化Go程序运行时度量数据:堆、对象、goroutines、GC暂停、调度器等。 ![](eric-metrics.png) ## 使用 包下载: go get -u gitee.com/tym_hmm/eric-metrics 注册组件 更多使用见example ```go ericMetrics.RegisterDefault() log.Println(http.ListenAndServe(":6060", nil)) ``` 查看数据 `http:///debug/eric-metrics`