Tag: visualization
Harharhar said the Santa when capturing browser test metrics with Webdriver and LittleMobProxy
In the modern age of big data and all that, it is trendy to capture as much data we can. So this is an attempt at capturing data on a set of web browsing tests I run on Selenium WebDriver. This is with Java using Selenium Webdriver and LittleMobProxy. What I do here is configure […]
Read More Harharhar said the Santa when capturing browser test metrics with Webdriver and LittleMobProxyPerformance testing with InfluxDB + Grafana + Telegraf, Part 3
This time running the test with the fixed SNMP based router monitoring and with the client-server monitoring as well. Notice in the following graphs how I learned to also put two scales on a single chart, combine line and bar charts, and add units to all the charts. OOoooo, prettyy…. First up, the number of […]
Read More Performance testing with InfluxDB + Grafana + Telegraf, Part 3Performance testing with InfluxDB + Grafana + Telegraf, Part 1
Previously I played around with ElasticSearch + Kibana, which was nice for visualizing some activities on my Minecraft server. I then proceeded to try the same for some server performance metrics data such as CPU and memory use (collected using some Python scripts I created with the psutil library). ES + Kibana are absolutely great […]
Read More Performance testing with InfluxDB + Grafana + Telegraf, Part 1