Created
June 18, 2015 15:45
-
-
Save phatboyg/308c91dcdaecd16acfc7 to your computer and use it in GitHub Desktop.
Performance Testing Handler Count with MT 2.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
08:43:24,973 INFO Configuration Result: | |
[Success] Name MassTransitStressConsole | |
[Success] DisplayName MassTransit RabbitMQ Stress Console | |
[Success] Description Generates a stressful load on RabbitMQ using MassTransit | |
[Success] ServiceName MassTransitStressConsole | |
08:43:25,005 INFO Topshelf v3.2.150.0, .NET Framework v4.0.30319.34209 | |
08:43:25,036 INFO RabbitMQ Stress Test (using MassTransit) | |
08:43:25,036 INFO Host: rabbitmq://localhost/stress_service?prefetch=20 | |
08:43:25,051 INFO Username: guest | |
08:43:25,051 INFO Password: ***** | |
08:43:25,051 INFO Message Size: 128 (fixed) | |
08:43:25,051 INFO Iterations: 1000 | |
08:43:25,051 INFO Clients: 20 | |
08:43:25,051 INFO Requests Per Client: 1 | |
08:43:25,051 INFO Heartbeat: 3 | |
08:43:25,051 INFO Consumer Limit: 20 | |
08:43:25,051 INFO Setting minimum thread count: 140 | |
08:43:25,067 INFO Creating rabbitmq://localhost/stress_service?prefetch=20 | |
08:43:27,625 INFO Creating rabbitmq://localhost/stress_service_client_0 | |
08:43:27,641 INFO Creating rabbitmq://localhost/stress_service_client_3 | |
08:43:27,641 INFO Creating rabbitmq://localhost/stress_service_client_2 | |
08:43:27,641 INFO Creating rabbitmq://localhost/stress_service_client_1 | |
08:43:27,672 INFO Creating rabbitmq://localhost/stress_service_client_4 | |
08:43:27,672 INFO Creating rabbitmq://localhost/stress_service_client_7 | |
08:43:27,672 INFO Creating rabbitmq://localhost/stress_service_client_8 | |
08:43:27,672 INFO Creating rabbitmq://localhost/stress_service_client_9 | |
08:43:27,703 INFO Creating rabbitmq://localhost/stress_service_client_10 | |
08:43:27,672 INFO Creating rabbitmq://localhost/stress_service_client_5 | |
08:43:27,703 INFO Creating rabbitmq://localhost/stress_service_client_11 | |
08:43:27,703 INFO Creating rabbitmq://localhost/stress_service_client_12 | |
08:43:27,672 INFO Creating rabbitmq://localhost/stress_service_client_6 | |
08:43:27,719 INFO Creating rabbitmq://localhost/stress_service_client_13 | |
08:43:27,719 INFO Creating rabbitmq://localhost/stress_service_client_15 | |
08:43:27,750 INFO Creating rabbitmq://localhost/stress_service_client_18 | |
08:43:27,750 INFO Creating rabbitmq://localhost/stress_service_client_16 | |
08:43:27,750 INFO Creating rabbitmq://localhost/stress_service_client_19 | |
08:43:27,750 INFO Creating rabbitmq://localhost/stress_service_client_17 | |
08:43:27,719 INFO Creating rabbitmq://localhost/stress_service_client_14 | |
08:43:30,262 INFO The MassTransitStressConsole service is now running, press Control+C to exit. | |
08:43:49,747 INFO Service Stop requested, exiting. | |
08:43:49,747 INFO Stopping the MassTransitStressConsole service | |
08:43:49,762 INFO RabbitMQ Stress Test Completed | |
08:43:49,762 INFO Request Count: 20000 | |
08:43:49,762 INFO Response Count: 20000 | |
08:43:49,762 INFO Max Handler Count: 20 | |
08:43:49,762 INFO Average Resp Time: 10ms | |
08:43:49,778 INFO Max Response Time: 936ms | |
08:43:49,778 INFO Min Response Time: 0ms | |
08:43:49,794 INFO Med Response Time: 15ms | |
08:43:49,809 INFO 95% Response Time: 15ms | |
08:43:49,809 INFO Elapsed Test Time: 00:00:22.1553423 | |
08:43:49,809 INFO Total Client Time: 329816ms | |
08:43:49,809 INFO Per Client Time: 16490ms | |
08:43:49,809 INFO Message Throughput: 2425m/s | |
08:43:49,825 INFO 0ms ************************************************************ ( 19981) | |
08:43:49,840 INFO 93ms ( 14) | |
08:43:49,840 INFO 186ms ( 4) | |
08:43:52,867 INFO The MassTransitStressConsole service has stopped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment