|
C:\pylot_1.26>python run.py -a 5
-------------------------------------------------
Test parameters:
number of agents: 5
test duration in seconds: 60
rampup in seconds: 0
interval in milliseconds: 0
test case xml: testcases.xml
log messages: False
Started agent 5
All agents running...
[################100%##################] 60s/60s
Requests: 659
Errors: 0
Avg Response Time: 0.452
Avg Throughput: 10.92
Current Throughput: 12
Bytes Received: 836930
-------------------------------------------------
Generating Results...
Generating Graphs...
Done generating results. You can view your test at:
results/results_2014.03.27_15.44.19/results.html
Done.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "C:\Python26\lib\atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "C:\Python26\Lib\site-packages\matplotlib\_pylab_helpers.py", line 81, in
destroy_all
Gcf.destroy(manager.num)
File "C:\Python26\Lib\site-packages\matplotlib\_pylab_helpers.py", line 68, in
destroy
manager.destroy()
File "C:\Python26\Lib\site-packages\matplotlib\backends\backend_tkagg.py", lin
e 462, in destroy
self.window.destroy()
File "C:\Python26\lib\lib-tk\Tkinter.py", line 1685, in destroy
for c in self.children.values(): c.destroy()
File "C:\Python26\Lib\site-packages\matplotlib\backends\backend_tkagg.py", lin
e 671, in destroy
Tk.Frame.destroy(self, *args)
File "C:\Python26\lib\lib-tk\Tkinter.py", line 1935, in destroy
for c in self.children.values(): c.destroy()
File "C:\Python26\lib\lib-tk\Tkinter.py", line 1936, in destroy
self.tk.call('destroy', self._w)
TclError: out of stack space (infinite loop?)
Error in sys.exitfunc:
Traceback (most recent call last):
File "C:\Python26\lib\atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "C:\Python26\Lib\site-packages\matplotlib\_pylab_helpers.py", line 81, in
destroy_all
Gcf.destroy(manager.num)
File "C:\Python26\Lib\site-packages\matplotlib\_pylab_helpers.py", line 68, in
destroy
manager.destroy()
File "C:\Python26\Lib\site-packages\matplotlib\backends\backend_tkagg.py", lin
e 462, in destroy
self.window.destroy()
File "C:\Python26\lib\lib-tk\Tkinter.py", line 1685, in destroy
for c in self.children.values(): c.destroy()
File "C:\Python26\Lib\site-packages\matplotlib\backends\backend_tkagg.py", lin
e 671, in destroy
Tk.Frame.destroy(self, *args)
File "C:\Python26\lib\lib-tk\Tkinter.py", line 1935, in destroy
for c in self.children.values(): c.destroy()
File "C:\Python26\lib\lib-tk\Tkinter.py", line 1936, in destroy
self.tk.call('destroy', self._w)
_tkinter.TclError: out of stack space (infinite loop?) |
|