https://github.com/hhatto/pgstatprof
sampling profiler for PostgreSQL
https://github.com/hhatto/pgstatprof
cli postgresql profiler rust sampling-profiler tool
Last synced: 4 months ago
JSON representation
sampling profiler for PostgreSQL
- Host: GitHub
- URL: https://github.com/hhatto/pgstatprof
- Owner: hhatto
- Created: 2018-08-01T03:18:57.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2026-02-24T01:45:28.000Z (4 months ago)
- Last Synced: 2026-02-24T08:18:06.027Z (4 months ago)
- Topics: cli, postgresql, profiler, rust, sampling-profiler, tool
- Language: Rust
- Homepage:
- Size: 174 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pgstatprof [](https://github.com/hhatto/pgstatprof/actions/workflows/rust.yml)
sampling profiler for PostgreSQL written in Rust.
This tool inspired by [myprofiler](https://github.com/KLab/myprofiler).
## Installation
```
$ cargo install --git https://github.com/hhatto/pgstatprof.git
```
## Usage
```
$ pgstatprof -h
```
## License
MIT