Performances of ServiceMix WSDL-First example
I have spent some time profiling ServiceMix a bit, and particularly the WSDL-First example from the distribution. Here are the results while running a SOAP UI load tests on the example from the 3.1 distribution and the upcoming 3.1.1 distribution:
The most interesting number is the tps (transaction per seconds) absolute number: roughly 600 transactions per seconds sounds like a reasonable number (this small tests were running on my laptop without any particular tuning on the JVM or ServiceMix configuration) !
The other one is the tpc increase between 3.1 and 3.1.1:
which means this sample performances for this sample has been boosted by 23 percents !
Version, min, max, avg, last, cnt, tps, bytes, bps, err
SMX 3.1, 9, 234, 20.64, 14, 57724, 484.43, 19106644, 159450, 0
SMX 3.1.1, 5, 204, 16.75, 14, 71065, 596.99, 23522515, 196095, 0
The most interesting number is the tps (transaction per seconds) absolute number: roughly 600 transactions per seconds sounds like a reasonable number (this small tests were running on my laptop without any particular tuning on the JVM or ServiceMix configuration) !
The other one is the tpc increase between 3.1 and 3.1.1:
595.99 / 484.43 = 1.2324
which means this sample performances for this sample has been boosted by 23 percents !
Comments
i am interested in ServiceMix Load Testing !
would you please explain more details about your test ?
Good Luck
I'm interested in this kind of test