Posts

Showing posts with the label JMeter

JMeter, Docker, Grafana Integration

Image
  JMeter Docker Installation Performance Testing Framework on Docker This framework could be used both for backend load testing with Apache JMeter and frontend load test with sitespeed.io + webpage test private instance. Custom Grafana dashboards features: view  application/server-side metrics in real time while test is running analyze  errors cause with detailed traces for failed requests compare  different test runs in scripted dashboard Dashboard demo Tests comparison Getting Started Framework consists of next services: Grafana : data visualization & monitoring Influxdb : time series DB platform for metrics & events (Time Series Data) Telegraf : server agent for collecting & reporting metrics Sitespeed.io : set of tools for frontend load testing Graphite : time series DB platform for metrics Jenkins : continuous integration server for tests execution Portainer : service for managing docker environment Webpagetest : private instance of webpagetest serve...