Plotting JMeter test results dynamically in HTML chart -
i want able run jmeter test thousands of users , plot results dynamically using jquery based charting library highcharts i.e. response every virtual user must plotted in near real time show stock ticker chart gets updated dynamically. ok running test in non-gui mode.
i have tried following, - run jmeter test in non-gui mode , write response file. notice results written file in buffered manner means if have program monitoring file new records, wont in real time.
i looking suggestions on how can achieved 1. need write custom jmeter plugin? in case how work? 2. there listener can give me desired data 3. can done via post processor?
i have seen real time reporting being done on cloud based load testing websites use jmeter, i'm sure can done, how?
there buffering when writing file, shouldn't more few seconds worth of data.
i'd go route of reading log file statsd using logstash.net , there can find existing solution pushes chart.
Comments
Post a Comment