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

https://github.com/jesperpedersen/postgres-tools

Various tools for PostgreSQL
https://github.com/jesperpedersen/postgres-tools

application oltp performance-analysis postgresql

Last synced: about 1 year ago
JSON representation

Various tools for PostgreSQL

Awesome Lists containing this project

README

          

# postgres-tools

This repository contains various tools to do performance runs against
[PostgreSQL](http://www.postgresql.org "PostgreSQL's Homepage")

## Tools

### CronRun

Daily performance run against master branch

### Dataflow

Analysis of SQL sent to PostgreSQL

### DiffRuns

Compare two performance runs against each other

### LogAnalyzer

Overview and interactions of queries sent

### LWLockRun

Analysis of LWLock usage using flamegraphs

### LWLockStats

Analysis of LWLock usage using flamegraphs - manuel version of ```LWLockRun```

### PerfRun

Flamegraphs of perf record runs

### PostgreSQLInfo

HTML report of PostgreSQL configuration

### QueryAnalyzer

Analysis of queries sent

### Replay

Replay of SQL sent by an application

### ResolveAddress

Resolve addresses using eu-addr2line in a flamegraph input file

### SQLLoadGenerator

Generate an OLTP workload for Replay

### ShrinkLog

Shrink a PostgreSQL log

### StraceAnalyzer

A strace analyzer

## License

All tools are released under the MIT license.

## Author

Jesper Pedersen

jesper (dot) pedersen (at) comcast (dot) net