BuoyantIO / slow_cooker

A load tester focused on lifecycle issues and long-running tests
Apache License 2.0
327 stars 26 forks source link

Added iteration number to stdout #67

Closed farquet closed 6 years ago

farquet commented 6 years ago

Added an iteration column to the slow cooker stdout in order to know how many iterations to easily see the current progress of the benchmark.

#                         iteration good/b/f t   goal%  min [p50 p95 p99  p999]  max bhash change
2018-10-08T08:28:24+02:00 0    382/0/166 12500   3% 5s   4 [  6  12 2305 2307 ] 2306      0 +
2018-10-08T08:28:29+02:00 1   6493/0/0 12500  51% 5s   2 [  3   5   7   18 ]   18      0 -
2018-10-08T08:28:34+02:00 2   7834/0/0 12500  62% 5s   1 [  3   3   4   20 ]   20      0 --
2018-10-08T08:28:39+02:00 3   1689/15/0 12500  13% 5s   1 [  2   3  15 1058 ] 1058      0 -
2018-10-08T08:28:44+02:00 4     33/10/0 12500   0% 5s   1 [  2 1007 2008 2008 ] 2008      0
2018-10-08T08:28:49+02:00 5     28/25/0 12500   0% 5s   1 [  3 1010 2007 4011 ] 4011      0
2018-10-08T08:28:54+02:00 6     27/2/0 12500   0% 5s   1 [  2 3007 3007 3007 ] 3007      0
2018-10-08T08:28:59+02:00 7   4705/10/0 12500  37% 5s   0 [  2   3   4 2007 ] 2007      0 --
2018-10-08T08:29:04+02:00 8   6753/0/0 12500  54% 5s   0 [  1   2   3  662 ]  662      0 --
2018-10-08T08:29:09+02:00 9   4771/0/0 12500  38% 5s   0 [  1   2   2 2008 ] 2008      0 --
...
farquet commented 6 years ago

Formatting changes done

siggy commented 6 years ago

@farquet Merged, thanks!

wmorgan commented 6 years ago

Thanks @farquet! Nice to see you again!