Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sedhossein/pg-benchmark
- Owner: sedhossein
- Created: 2020-06-24T10:50:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T18:25:45.000Z (over 4 years ago)
- Last Synced: 2023-03-01T15:56:23.807Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```