Skip to content

Commit

Permalink
chore: README.md (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 authored Sep 6, 2024
1 parent 5660d19 commit 7842b51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img width="1920" alt="Xnip2024-09-05_22-25-31" src="https://github.com/user-attachments/assets/fee917b2-8bc6-47e5-8b18-47bd56c545a5">

You don’t want to clutter up your computer with Docker, Prometheus, Grafana or even K8S just to monitor a Go app's heap size in real-time, right?
You don’t want to clutter up your computer with Docker, Prometheus, Grafana or even K8S just to monitor a Go app's heap size, right?

Use `live-pprof` to Monitor a Go app's performance. It launches in just 1 second. Boost your local development now.
Use `live-pprof` to Monitor a Go app's performance. It launches in 1 second, boosting your local development.

## Install

Expand Down Expand Up @@ -32,7 +32,7 @@ func main() {

```bash
live-pprof 6060
# Or use:
# Or:
live-pprof http://localhost:6060/debug/pprof
# Both options will monitor http://localhost:6060/debug/pprof
# Both commands will monitor http://localhost:6060/debug/pprof
```

0 comments on commit 7842b51

Please sign in to comment.