Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremychauvet/showroom-performance-testing
:fire: Showroom about performance testing based on a little website locally hosted with Docker. Gatling playground.
https://github.com/jeremychauvet/showroom-performance-testing
gatling gatling-example grafana performance-monitoring performance-testing prometheus weave-scope
Last synced: 6 days ago
JSON representation
:fire: Showroom about performance testing based on a little website locally hosted with Docker. Gatling playground.
- Host: GitHub
- URL: https://github.com/jeremychauvet/showroom-performance-testing
- Owner: jeremychauvet
- License: apache-2.0
- Created: 2020-07-11T08:54:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T17:53:04.000Z (11 months ago)
- Last Synced: 2023-12-21T19:55:39.904Z (11 months ago)
- Topics: gatling, gatling-example, grafana, performance-monitoring, performance-testing, prometheus, weave-scope
- Language: Batchfile
- Homepage:
- Size: 59.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Performance testing showroom
Project aim's to demonstrate how to monitore a website with tools such as Prometheus, Grafana and Victoria Metrics.
![showcase](./docs/preview.png)
## Services
### Ghost (CMS)
Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.
- [Website](http://localhost)
- [Grafana](http://localhost:3000)
- User : admin
- Password : PassW0rd_
- [cAdvisor](http://localhost:8080)
Please access [the init page](http://localhost/ghost/#/setup) to setup site name and admin account and access backoffice. Frontoffice is available with this [URL](http://localhost)### Grafana
Grafana is an open-source data visualization and monitoring tool used for creating interactive dashboards and visualizing time series data. It provides a flexible and feature-rich platform for monitoring and analyzing metrics from various data sources such as databases, cloud services, and other systems.
[Grafana frontend](http://localhost:3000) can be accessed with the folowing credentials:
- User : admin
- Password : PassW0rd_## How to use
Please note that you need Docker installed to run the stack.
Once installed, please run `make start`.