When I examined the results.csv file, I expected to find an error
count in the error column but instead discovered 10055 socket error
codes which indicates insufficient local system memory on socket I/
O... which could be from either/both transmission or reception buffer
overruns. At only 450 transactions/second, I did not expect
insufficient buffers with very small send/receive messages on a quad-
core windows based system.
I have not thoroughly looked (just googling on the net), but is there
an option to turn on graphing of error counts corresponding to
transmission results. I always find these valuable when attempting to
improve server stability at high request/transmission rates.
When running server stress tests, it is important to determine when
those errors start to occur, and whether the server properly recovers.
If a server does not recover, sooner or later that server could create
a problem when in production.
not sure I understand. If your server is responding with errors
*really fast*, the results will show that rate.
I agree there needs to be a lot of work done in the results and
graphing. I will accept patches/pull-requests of code. Do you have
interest in collaborating around those areas? If not, then add
well-defined descriptions of features/fixes to the issue tracker and
I'll get to them eventually.
regards,
-Corey