An open API service indexing awesome lists of open source software.

https://github.com/sneiko/memfis

Golang Pprof heap report visualiser
https://github.com/sneiko/memfis

golang golang-tools pprof profile tools

Last synced: 11 months ago
JSON representation

Golang Pprof heap report visualiser

Awesome Lists containing this project

README

          

### PProf Heap Analyzer

A lightweight tool for visualizing Go heap profile reports from saved pprof files.
*Key Features*
- File-based analysis: Load pre-captured heap profiles without a running application
- Interactive dashboard: Visualize memory statistics with charts and tables
- Standalone: No need for live application connection - works directly with profile heap report files

Usage with --file Flag
bash
```
./pprof-analyzer --file
```