Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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