OK, I found this explanation:
http://code.google.com/p/jmeter-plugins/wiki/TransactionThroughputVsThreads
But if I take the "Response Times vs Threads" and use that data to try
to reproduce the "Transaction Throughput vs Threads" data acquired
during the same run, I do not get the same answer.
Calculating:
NUMBER_OF_THREADS * 1000 / RESPONSE_TIME_IN_MILLISECONDS
gives me a flat curve at about 1800.
The TransactionsThrougputVsThreads data is a straight line peaking at
10,000 at the maximum number of threads.
Pointers and explanations appreciated!
Regards,
Peter K.