An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.1% on proxy.golang.org
Top 0.5% dependent packages on proxy.golang.org
Top 0.6% dependent repos on proxy.golang.org
Top 2.6% forks on proxy.golang.org
Top 0.6% docker downloads on proxy.golang.org

proxy.golang.org : github.com/arl/statsviz

Package statsviz allows visualizing Go runtime metrics data in real time in your browser. Register a Statsviz HTTP handlers with your server's http.ServeMux (preferred method): Alternatively, you can register with http.DefaultServeMux: By default, Statsviz is served at http://host:port/debug/statsviz/. This, and other settings, can be changed by passing some Option to NewServer. If your application is not already running an HTTP server, you need to start one. Add "net/http" and "log" to your imports, and use the following code in your main function: Then open your browser and visit http://localhost:8080/debug/statsviz/. If you want more control over Statsviz HTTP handlers, examples are: then use NewServer to obtain a Server instance. Both the Server.Index and Server.Ws() methods return http.HandlerFunc.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/arl/statsviz
Keywords: garbage-collector , go , golang , golang-library , hacktoberfest , live , metrics , monitoring , plots , runtime , stats , visualization
License: MIT
Latest release: about 1 month ago
First release: almost 5 years ago
Namespace: github.com/arl
Dependent packages: 137
Dependent repositories: 91
Stars: 3,400 on GitHub
Forks: 121 on GitHub
Docker dependents: 12
Docker downloads: 987,396
Total Commits: 161
Committers: 9
Average commits per author: 17.889
Development Distribution Score (DDS): 0.354
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/arl
Last synced: about 5 hours ago

    Loading...
    Readme
    Loading...