Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhatto/pgstatprof
sampling profiler for PostgreSQL
https://github.com/hhatto/pgstatprof
cli postgresql profiler rust sampling-profiler tool
Last synced: about 1 month ago
JSON representation
sampling profiler for PostgreSQL
- Host: GitHub
- URL: https://github.com/hhatto/pgstatprof
- Owner: hhatto
- Created: 2018-08-01T03:18:57.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T12:37:30.000Z (3 months ago)
- Last Synced: 2024-08-08T14:43:25.067Z (3 months ago)
- Topics: cli, postgresql, profiler, rust, sampling-profiler, tool
- Language: Rust
- Homepage:
- Size: 132 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pgstatprof [![build](https://github.com/hhatto/pgstatprof/actions/workflows/rust.yml/badge.svg)](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