forked from alexfernandez/loadtest
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestpythonpython related codingpython related codingvisualizationdata analysis and graphingdata analysis and graphing
Description
Generate a histogram graph to visualize the response time distribution from a single loadtest execution
Todo:
- see if loadtest already can output the response time for every request, if necessary make it write that data to a log file
- make sure you are only getting response times for requests that were successful (HTTP code 200)
- use python to generate a histogram of the response time data. Write your code in the file
scripts/histogram.py
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpythonpython related codingpython related codingvisualizationdata analysis and graphingdata analysis and graphing