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
- Host: GitHub
- URL: https://github.com/sneiko/memfis
- Owner: sneiko
- License: gpl-3.0
- Created: 2025-07-26T22:46:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T23:00:56.000Z (11 months ago)
- Last Synced: 2025-07-27T02:24:46.201Z (11 months ago)
- Topics: golang, golang-tools, pprof, profile, tools
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```