Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sedhossein/pg-benchmark

WIP: Minimal pg-benchmark with a monitoring system.
https://github.com/sedhossein/pg-benchmark

Last synced: about 6 hours ago
JSON representation

WIP: Minimal pg-benchmark with a monitoring system.

Awesome Lists containing this project

README

        

# pg-benchmark

### prometheus
download it, extract, and go to directory. after that:
```
docker run \
-p 9090:9090 \
-v ./prometheus.yml:/etc/prometheus/prometheus.yml \
prom/prometheus
```

```
docker run -d -p 3000:3000 grafana/grafana
```

```
docker run --net=host -e DATA_SOURCE_NAME="postgresql://admin:secret@localhost:5432/postgres?sslmode=disable" wrouesnel/postgres_exporter
```