Performance Metrics
The URocketMQ core metric TPS (Transactions Per Second) is calculated as follows:
Sum of the number of messages produced and consumed per second, calculated in terms of KB value of the message.
Examples:
- If the average message size is 1KB, and the messages are being produced and consumed at the same time at 5000TPS and 5000 respectively, then the total TPS is 1*(5000+5000)=10000
- If the average message size is 2KB, and the messages are being produced and consumed at the same time at 5000TPS and 5000 respectively, then the total TPS is 2*(5000+5000)=20000
We currently offer 20k TPS, 50k TPS, 100k TPS, 200k TPS specifications. If you require higher specifications, you can contact technical support.