https://github.com/segmentio/pprof-server
Web server exposing performance profiles of Go services.
https://github.com/segmentio/pprof-server
Last synced: 5 months ago
JSON representation
Web server exposing performance profiles of Go services.
- Host: GitHub
- URL: https://github.com/segmentio/pprof-server
- Owner: segmentio
- License: mit
- Archived: true
- Created: 2017-09-12T07:34:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:23:46.000Z (over 1 year ago)
- Last Synced: 2025-03-25T05:35:23.253Z (over 1 year ago)
- Language: Perl
- Size: 269 KB
- Stars: 32
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pprof-server [](https://circleci.com/gh/segmentio/pprof-server)
Web server exposing performance profiles of Go services.
## Building
```
govendor sync
```
```
go build ./cmd/pprof-server
```
## Running
```
./pprof-server -registry consul://localhost:8500
```
```
docker run -it --rm -p 6061:6061 segment/pprof-server -registry consul://172.17.0.1:8500
```
