luker3
9 years agoVisitor
Load test Bytes result too low
I apologize if this in the wrong location. I'm using SoapUI 5.0.0-m-SNAPSHOT to do some Load Tests. I'm having trouble understanding how some of the fields are being calculated. For my test I am send a message with a 8MB inline file attachment. I sending 1 thread with 1 second delay for 60 seconds.
The results are as follows:
Connections | Threads | Set Duration (s) | Strategy | Delay (ms) | Size | Min | Max | Avg | Count | TPS | Total Bytes | BPS |
1 | 1 | 60 | Simple | 1000 | 8mb | 2483 | 6582 | 3076.93 | 15 | 0.24 | 4941 | 80 |
How is the total bytes for 15 messages only 4941 bytes? The messages should be 8MB each.