Snippets

Brian Medley Solaris 11.3 Mojolicious benchmark

Created by Brian Medley

File some_benchmarks.txt Added

  • Ignore whitespace
  • Hide word diff
+[bpm@Orfgum] c:~/Downloads/wrk-3.1.0>./wrk -t12 -c100 -d30s http://192.168.224.183:3000/
+Running 30s test @ http://192.168.224.183:3000/
+  12 threads and 100 connections
+  Thread Stats   Avg      Stdev     Max   +/- Stdev
+    Latency   236.96ms   37.17ms 572.38ms   83.23%
+    Req/Sec    33.87      2.69    40.00     66.45%
+  12303 requests in 30.04s, 4.41MB read
+Requests/sec:    409.60
+Transfer/sec:    150.30KB
+[bpm@Orfgum] c:~/Downloads/wrk-3.1.0>
+[bpm@Orfgum] c:~/Downloads/wrk-3.1.0>
+[bpm@Orfgum] c:~/Downloads/wrk-3.1.0>./wrk -t12 -c100 -d30s http://127.0.0.1:3000/      
+Running 30s test @ http://127.0.0.1:3000/
+  12 threads and 100 connections
+  Thread Stats   Avg      Stdev     Max   +/- Stdev
+    Latency   199.87ms   26.76ms 375.00ms   89.93%
+    Req/Sec    39.70      3.37    51.00     70.05%
+  14427 requests in 30.03s, 5.17MB read
+Requests/sec:    480.41
+Transfer/sec:    176.29KB
+[bpm@Orfgum] c:~/Downloads/wrk-3.1.0>
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.