From 8c6666a2bbd111c1c5b1f58c02dd616de696c455 Mon Sep 17 00:00:00 2001 From: Seth Date: Sun, 2 Feb 2025 08:52:20 +1300 Subject: [PATCH] outputs single results to file --- .benchmark.swp | Bin 0 -> 1024 bytes benchmark | 22 +- results310125.csv | 3 + scripts/report.lua | 4 + .../2025-01-28-18-20requestsAndThroughput | 211 +++++++++++++++ .../2025-01-28-18-24requestsAndThroughput | 228 +++++++++++++++++ testData/2025-01-28-18-24sslTest | 29 +++ .../2025-01-30-11-58requestsAndThroughput | 232 +++++++++++++++++ testData/2025-01-30-11-58sslTest | 29 +++ .../2025-01-31-17-37requestsAndThroughput.csv | 241 ++++++++++++++++++ testData/2025-01-31-17-37sslTest.csv | 31 +++ .../2025-01-31-23-30requestsAndThroughput.csv | 194 ++++++++++++++ testData/2025-01-31-23-30sslTest.csv | 48 ++++ testSrv.csv | 13 + testSrv2.csv | 10 + 15 files changed, 1292 insertions(+), 3 deletions(-) create mode 100644 .benchmark.swp create mode 100644 results310125.csv create mode 100644 scripts/report.lua create mode 100644 testData/2025-01-28-18-20requestsAndThroughput create mode 100644 testData/2025-01-28-18-24requestsAndThroughput create mode 100644 testData/2025-01-28-18-24sslTest create mode 100644 testData/2025-01-30-11-58requestsAndThroughput create mode 100644 testData/2025-01-30-11-58sslTest create mode 100644 testData/2025-01-31-17-37requestsAndThroughput.csv create mode 100644 testData/2025-01-31-17-37sslTest.csv create mode 100644 testData/2025-01-31-23-30requestsAndThroughput.csv create mode 100644 testData/2025-01-31-23-30sslTest.csv create mode 100644 testSrv.csv create mode 100644 testSrv2.csv diff --git a/.benchmark.swp b/.benchmark.swp new file mode 100644 index 0000000000000000000000000000000000000000..196c37f1a4523c65dac3fdd8c82de0f6bf2ca055 GIT binary patch literal 1024 zcmYc?$V<%2S1{ExVL$=L3K> $dataStore + for sz in ${size[@]}; + do + testReason="requestsAndThroughput" + docker run --rm -v $(pwd)/scripts:/root/wrk/scripts git.sethsamuel.online/fluffy/wrk -s /root/wrk/scripts/report.lua -t $i -c $tcpConnections -d $testLength $pr$testUrl/$sz.file >> $dataStore$testReason.csv + + done done done + +for pr in ${proto[@]}; +do + for i in `seq 1 $(($(getconf _NPROCESSORS_ONLN)))`; + do + testReason="sslTest" + docker run --rm -v $(pwd)/scripts:/root/wrk/scripts git.sethsamuel.online/fluffy/wrk -s /root/wrk/scripts/report.lua -t $i -c $tcpConnections -d $testLength $pr$testUrl/$sz.file >> $dataStore$testReason.csv + done +done + #taskset -c $i wrk -t $threads -c $tcpConnections -d $testLength $testUrl/1kb.file & diff --git a/results310125.csv b/results310125.csv new file mode 100644 index 0000000..443a177 --- /dev/null +++ b/results310125.csv @@ -0,0 +1,3 @@ +proto,time,cores,connections per core,file size,latency min,latency avg,latency max,latency stdev,latency 50%,latency 70%,latency 90%,latency 99%,total requests,bytes,bytes/sec +http,60,1,50,1,291630,322282,1717341,151363,293922,294591,296814,1198751,9739,2921700 +http,60,1,50,10,291631,323646,1588452,158752,294161,294876,297505,1279958,9751,2925300 diff --git a/scripts/report.lua b/scripts/report.lua new file mode 100644 index 0000000..2aa9233 --- /dev/null +++ b/scripts/report.lua @@ -0,0 +1,4 @@ + done = function(summary,latency,requests) + io.write("------------------------------\n") + io.write(string.format("%d,%d,%d,%d,%d,%d,%d,%d,%d,%d\n\n",latency.min,latency.mean,latency.max,latency.stdev,latency:percentile(50),latency:percentile(70),latency:percentile(90),latency:percentile(99),summary.requests,summary.bytes)) +end \ No newline at end of file diff --git a/testData/2025-01-28-18-20requestsAndThroughput b/testData/2025-01-28-18-20requestsAndThroughput new file mode 100644 index 0000000..63a979c --- /dev/null +++ b/testData/2025-01-28-18-20requestsAndThroughput @@ -0,0 +1,211 @@ +Running 15s test @ http://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 156.83ms 24.55ms 601.35ms 99.49% + Req/Sec 320.33 104.28 500.00 65.31% + Latency Distribution + 50% 169.51ms + 75% 170.35ms + 90% 173.17ms + 99% 174.27ms + 4730 requests in 15.02s, 1.33MB read + Non-2xx or 3xx responses: 4730 +Requests/sec: 314.98 +Transfer/sec: 90.43KB +Running 15s test @ http://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 155.23ms 25.61ms 570.81ms 99.38% + Req/Sec 324.90 93.24 505.00 64.83% + Latency Distribution + 50% 139.36ms + 75% 170.27ms + 90% 173.33ms + 99% 174.32ms + 4783 requests in 15.02s, 1.34MB read + Non-2xx or 3xx responses: 4783 +Requests/sec: 318.53 +Transfer/sec: 91.45KB +Running 15s test @ http://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 155.11ms 23.21ms 562.99ms 99.58% + Req/Sec 323.43 101.13 505.00 70.07% + Latency Distribution + 50% 139.57ms + 75% 170.17ms + 90% 171.42ms + 99% 173.84ms + 4777 requests in 15.01s, 1.34MB read + Non-2xx or 3xx responses: 4777 +Requests/sec: 318.17 +Transfer/sec: 91.35KB +Running 15s test @ http://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 154.23ms 19.37ms 510.69ms 94.36% + Req/Sec 325.70 98.81 505.00 69.66% + Latency Distribution + 50% 139.04ms + 75% 170.64ms + 90% 173.34ms + 99% 174.26ms + 4797 requests in 15.02s, 1.34MB read + Non-2xx or 3xx responses: 4797 +Requests/sec: 319.46 +Transfer/sec: 91.72KB +Running 15s test @ http://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 154.55ms 18.33ms 206.19ms 84.99% + Req/Sec 162.20 53.72 252.00 68.04% + Latency Distribution + 50% 139.22ms + 75% 170.44ms + 90% 173.17ms + 99% 205.31ms + 4782 requests in 15.01s, 1.34MB read + Non-2xx or 3xx responses: 4782 +Requests/sec: 318.52 +Transfer/sec: 91.45KB +Running 15s test @ http://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 154.02ms 16.68ms 176.16ms 70.82% + Req/Sec 162.59 47.75 252.00 69.07% + Latency Distribution + 50% 139.30ms + 75% 171.15ms + 90% 173.30ms + 99% 174.11ms + 4797 requests in 15.02s, 1.34MB read + Non-2xx or 3xx responses: 4797 +Requests/sec: 319.42 +Transfer/sec: 91.71KB +Running 15s test @ http://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 152.41ms 16.05ms 181.22ms 57.20% + Req/Sec 164.66 52.48 252.00 57.93% + Latency Distribution + 50% 139.20ms + 75% 170.29ms + 90% 171.03ms + 99% 174.17ms + 4853 requests in 15.01s, 1.36MB read + Non-2xx or 3xx responses: 4853 +Requests/sec: 323.26 +Transfer/sec: 92.81KB +Running 15s test @ http://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 156.79ms 18.91ms 569.40ms 93.18% + Req/Sec 160.05 53.03 252.00 72.41% + Latency Distribution + 50% 169.98ms + 75% 170.80ms + 90% 173.26ms + 99% 173.99ms + 4716 requests in 15.01s, 1.32MB read + Non-2xx or 3xx responses: 4716 +Requests/sec: 314.17 +Transfer/sec: 90.20KB +Running 15s test @ https://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 744.45ms 316.04ms 1.95s 78.08% + Req/Sec 76.24 42.48 222.00 63.93% + Latency Distribution + 50% 655.29ms + 75% 907.22ms + 90% 1.14s + 99% 1.83s + 975 requests in 15.04s, 3.69MB read + Socket errors: connect 0, read 0, write 0, timeout 2 + Non-2xx or 3xx responses: 975 +Requests/sec: 64.84 +Transfer/sec: 250.94KB +Running 15s test @ https://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 573.65ms 192.26ms 1.72s 80.49% + Req/Sec 90.36 44.12 270.00 71.11% + Latency Distribution + 50% 515.47ms + 75% 619.99ms + 90% 861.09ms + 99% 1.21s + 1253 requests in 15.02s, 4.74MB read + Non-2xx or 3xx responses: 1253 +Requests/sec: 83.44 +Transfer/sec: 323.26KB +Running 15s test @ https://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 691.95ms 253.10ms 1.54s 65.94% + Req/Sec 75.87 43.05 210.00 65.41% + Latency Distribution + 50% 618.02ms + 75% 883.88ms + 90% 1.05s + 99% 1.40s + 1044 requests in 15.02s, 3.95MB read + Non-2xx or 3xx responses: 1044 +Requests/sec: 69.52 +Transfer/sec: 269.32KB +Running 15s test @ https://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 599.22ms 228.93ms 1.86s 82.05% + Req/Sec 88.38 42.64 212.00 68.15% + Latency Distribution + 50% 514.19ms + 75% 674.42ms + 90% 928.18ms + 99% 1.39s + 1211 requests in 15.02s, 4.58MB read + Non-2xx or 3xx responses: 1211 +Requests/sec: 80.61 +Transfer/sec: 312.28KB +Running 15s test @ https://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 660.23ms 254.09ms 1.69s 71.47% + Req/Sec 40.87 24.99 141.00 65.38% + Latency Distribution + 50% 562.23ms + 75% 842.83ms + 90% 1.06s + 99% 1.33s + 1097 requests in 15.03s, 4.15MB read + Non-2xx or 3xx responses: 1097 +Requests/sec: 72.98 +Transfer/sec: 282.73KB +Running 15s test @ https://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 602.92ms 228.13ms 1.53s 82.52% + Req/Sec 43.95 24.14 140.00 69.85% + Latency Distribution + 50% 516.42ms + 75% 672.16ms + 90% 968.41ms + 99% 1.32s + 1177 requests in 15.02s, 4.45MB read + Non-2xx or 3xx responses: 1177 +Requests/sec: 78.34 +Transfer/sec: 303.51KB +Running 15s test @ https://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 722.10ms 234.67ms 1.02s 50.00% + Req/Sec 14.89 16.06 50.00 88.89% + Latency Distribution + 50% 804.00ms + 75% 945.05ms + 90% 975.30ms + 99% 1.02s + 22 requests in 1.50s, 85.23KB read + Non-2xx or 3xx responses: 22 +Requests/sec: 14.62 +Transfer/sec: 56.65KB diff --git a/testData/2025-01-28-18-24requestsAndThroughput b/testData/2025-01-28-18-24requestsAndThroughput new file mode 100644 index 0000000..85353ae --- /dev/null +++ b/testData/2025-01-28-18-24requestsAndThroughput @@ -0,0 +1,228 @@ +Running 15s test @ http://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 156.25ms 18.22ms 492.49ms 87.04% + Req/Sec 320.60 102.45 505.00 69.18% + Latency Distribution + 50% 169.79ms + 75% 170.77ms + 90% 173.20ms + 99% 202.18ms + 4727 requests in 15.01s, 1.33MB read + Non-2xx or 3xx responses: 4727 +Requests/sec: 314.82 +Transfer/sec: 90.39KB +Running 15s test @ http://test.fluffyb.net/10kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 150.54ms 15.99ms 206.30ms 62.95% + Req/Sec 333.28 101.64 505.00 61.38% + Latency Distribution + 50% 138.71ms + 75% 170.15ms + 90% 171.00ms + 99% 173.74ms + 4910 requests in 15.01s, 1.38MB read + Non-2xx or 3xx responses: 4910 +Requests/sec: 327.07 +Transfer/sec: 93.90KB +Running 15s test @ http://test.fluffyb.net/100kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 156.97ms 19.46ms 518.90ms 96.86% + Req/Sec 318.90 96.56 505.00 68.71% + Latency Distribution + 50% 169.83ms + 75% 170.83ms + 90% 173.62ms + 99% 206.27ms + 4711 requests in 15.01s, 1.32MB read + Non-2xx or 3xx responses: 4711 +Requests/sec: 313.78 +Transfer/sec: 90.09KB +Running 15s test @ http://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 158.95ms 21.02ms 214.25ms 81.46% + Req/Sec 315.08 90.06 500.00 69.86% + Latency Distribution + 50% 169.86ms + 75% 171.46ms + 90% 173.72ms + 99% 208.63ms + 4649 requests in 15.02s, 1.30MB read + Non-2xx or 3xx responses: 4649 +Requests/sec: 309.51 +Transfer/sec: 88.86KB +Running 15s test @ http://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 158.40ms 24.74ms 569.31ms 92.08% + Req/Sec 158.12 56.62 252.00 63.23% + Latency Distribution + 50% 169.73ms + 75% 170.78ms + 90% 173.27ms + 99% 205.91ms + 4665 requests in 15.02s, 1.31MB read + Non-2xx or 3xx responses: 4665 +Requests/sec: 310.65 +Transfer/sec: 89.19KB +Running 15s test @ http://test.fluffyb.net/10kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 159.08ms 38.00ms 935.29ms 95.83% + Req/Sec 158.84 42.77 252.00 72.16% + Latency Distribution + 50% 169.76ms + 75% 170.64ms + 90% 173.31ms + 99% 243.69ms + 4685 requests in 15.01s, 1.31MB read + Non-2xx or 3xx responses: 4685 +Requests/sec: 312.04 +Transfer/sec: 89.59KB +Running 15s test @ http://test.fluffyb.net/100kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 156.07ms 30.72ms 568.57ms 96.22% + Req/Sec 161.27 47.95 252.00 63.57% + Latency Distribution + 50% 138.83ms + 75% 170.57ms + 90% 173.52ms + 99% 206.35ms + 4760 requests in 15.02s, 1.33MB read + Non-2xx or 3xx responses: 4760 +Requests/sec: 316.90 +Transfer/sec: 90.99KB +Running 15s test @ http://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 157.12ms 20.72ms 557.90ms 96.83% + Req/Sec 159.42 44.10 252.00 70.10% + Latency Distribution + 50% 169.57ms + 75% 173.03ms + 90% 173.71ms + 99% 208.68ms + 4701 requests in 15.02s, 1.32MB read + Non-2xx or 3xx responses: 4701 +Requests/sec: 313.02 +Transfer/sec: 89.87KB +Running 15s test @ https://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 599.83ms 223.15ms 1.73s 80.68% + Req/Sec 88.21 41.58 191.00 65.19% + Latency Distribution + 50% 529.68ms + 75% 679.84ms + 90% 920.04ms + 99% 1.36s + 1207 requests in 15.02s, 4.57MB read + Non-2xx or 3xx responses: 1207 +Requests/sec: 80.37 +Transfer/sec: 311.34KB +Running 15s test @ https://test.fluffyb.net/10kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 646.65ms 271.36ms 1.99s 74.27% + Req/Sec 82.29 47.91 260.00 66.17% + Latency Distribution + 50% 541.20ms + 75% 786.85ms + 90% 1.09s + 99% 1.37s + 1117 requests in 15.02s, 4.23MB read + Socket errors: connect 0, read 0, write 0, timeout 3 + Non-2xx or 3xx responses: 1117 +Requests/sec: 74.36 +Transfer/sec: 288.07KB +Running 15s test @ https://test.fluffyb.net/100kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 613.85ms 237.53ms 1.90s 79.78% + Req/Sec 82.78 40.68 222.00 64.49% + Latency Distribution + 50% 524.03ms + 75% 715.40ms + 90% 984.15ms + 99% 1.44s + 1156 requests in 15.01s, 4.37MB read + Socket errors: connect 0, read 0, write 0, timeout 5 + Non-2xx or 3xx responses: 1156 +Requests/sec: 77.00 +Transfer/sec: 298.31KB +Running 15s test @ https://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 636.44ms 237.83ms 1.46s 71.19% + Req/Sec 82.71 40.66 191.00 62.88% + Latency Distribution + 50% 543.27ms + 75% 788.53ms + 90% 1.04s + 99% 1.22s + 1133 requests in 15.02s, 4.29MB read + Non-2xx or 3xx responses: 1133 +Requests/sec: 75.43 +Transfer/sec: 292.23KB +Running 15s test @ https://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 604.78ms 210.93ms 1.45s 76.54% + Req/Sec 43.92 25.58 120.00 69.47% + Latency Distribution + 50% 531.67ms + 75% 703.18ms + 90% 959.90ms + 99% 1.22s + 1195 requests in 15.05s, 4.52MB read + Non-2xx or 3xx responses: 1195 +Requests/sec: 79.40 +Transfer/sec: 307.60KB +Running 15s test @ https://test.fluffyb.net/10kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 691.85ms 272.20ms 1.99s 64.74% + Req/Sec 35.85 23.61 120.00 62.10% + Latency Distribution + 50% 607.93ms + 75% 921.47ms + 90% 1.08s + 99% 1.33s + 958 requests in 15.02s, 3.62MB read + Socket errors: connect 0, read 0, write 0, timeout 24 + Non-2xx or 3xx responses: 958 +Requests/sec: 63.78 +Transfer/sec: 246.86KB +Running 15s test @ https://test.fluffyb.net/100kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 546.31ms 153.77ms 1.60s 81.34% + Req/Sec 46.65 23.88 121.00 69.09% + Latency Distribution + 50% 506.20ms + 75% 589.32ms + 90% 724.32ms + 99% 1.10s + 1310 requests in 15.03s, 4.96MB read + Non-2xx or 3xx responses: 1310 +Requests/sec: 87.17 +Transfer/sec: 337.70KB +Running 15s test @ https://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 663.73ms 325.53ms 1.92s 83.69% + Req/Sec 38.13 23.33 130.00 72.24% + Latency Distribution + 50% 539.01ms + 75% 809.72ms + 90% 1.07s + 99% 1.78s + 998 requests in 15.02s, 3.77MB read + Socket errors: connect 0, read 0, write 0, timeout 37 + Non-2xx or 3xx responses: 998 +Requests/sec: 66.43 +Transfer/sec: 257.11KB diff --git a/testData/2025-01-28-18-24sslTest b/testData/2025-01-28-18-24sslTest new file mode 100644 index 0000000..c54c7e4 --- /dev/null +++ b/testData/2025-01-28-18-24sslTest @@ -0,0 +1,29 @@ +Running 15s test @ https://test.fluffyb.net/0kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 492.86ms 195.80ms 1.26s 83.54% + Req/Sec 66.95 39.44 181.00 66.67% + Latency Distribution + 50% 419.46ms + 75% 509.33ms + 90% 828.68ms + 99% 1.15s + 893 requests in 15.01s, 3.37MB read + Non-2xx or 3xx responses: 893 +Requests/sec: 59.51 +Transfer/sec: 230.27KB +Running 15s test @ https://test.fluffyb.net/0kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 633.42ms 342.27ms 1.88s 84.17% + Req/Sec 31.43 18.67 111.00 68.78% + Latency Distribution + 50% 472.67ms + 75% 792.21ms + 90% 1.11s + 99% 1.65s + 747 requests in 15.01s, 2.82MB read + Socket errors: connect 0, read 0, write 0, timeout 8 + Non-2xx or 3xx responses: 747 +Requests/sec: 49.78 +Transfer/sec: 192.38KB diff --git a/testData/2025-01-30-11-58requestsAndThroughput b/testData/2025-01-30-11-58requestsAndThroughput new file mode 100644 index 0000000..9cf7bfa --- /dev/null +++ b/testData/2025-01-30-11-58requestsAndThroughput @@ -0,0 +1,232 @@ +Running 1m test @ http://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 138.99ms 10.19ms 495.97ms 99.82% + Req/Sec 361.45 75.04 505.00 68.46% + Latency Distribution + 50% 138.58ms + 75% 138.87ms + 90% 139.18ms + 99% 140.35ms + 21555 requests in 1.00m, 6.04MB read + Non-2xx or 3xx responses: 21555 +Requests/sec: 358.95 +Transfer/sec: 103.06KB +Running 1m test @ http://test.fluffyb.net/10kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 139.21ms 10.12ms 526.93ms 99.63% + Req/Sec 360.90 101.77 505.00 70.47% + Latency Distribution + 50% 138.64ms + 75% 139.00ms + 90% 139.46ms + 99% 144.63ms + 21512 requests in 1.00m, 6.03MB read + Non-2xx or 3xx responses: 21512 +Requests/sec: 358.22 +Transfer/sec: 102.85KB +Running 1m test @ http://test.fluffyb.net/100kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 138.83ms 8.14ms 513.15ms 99.86% + Req/Sec 362.25 98.63 505.00 68.18% + Latency Distribution + 50% 138.52ms + 75% 138.82ms + 90% 139.16ms + 99% 141.34ms + 21569 requests in 1.00m, 6.05MB read + Non-2xx or 3xx responses: 21569 +Requests/sec: 359.21 +Transfer/sec: 103.13KB +Running 1m test @ http://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 138.65ms 6.67ms 509.57ms 99.92% + Req/Sec 362.43 74.44 505.00 72.94% + Latency Distribution + 50% 138.44ms + 75% 138.87ms + 90% 139.21ms + 99% 140.34ms + 21588 requests in 1.00m, 6.05MB read + Non-2xx or 3xx responses: 21588 +Requests/sec: 359.55 +Transfer/sec: 103.23KB +Running 1m test @ http://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 138.67ms 6.56ms 507.11ms 99.90% + Req/Sec 180.97 47.14 252.00 60.79% + Latency Distribution + 50% 138.46ms + 75% 138.80ms + 90% 139.21ms + 99% 141.40ms + 21586 requests in 1.00m, 6.05MB read + Non-2xx or 3xx responses: 21586 +Requests/sec: 359.40 +Transfer/sec: 103.19KB +Running 1m test @ http://test.fluffyb.net/10kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 138.49ms 808.61us 164.50ms 92.26% + Req/Sec 181.30 42.01 252.00 69.89% + Latency Distribution + 50% 138.43ms + 75% 138.73ms + 90% 139.09ms + 99% 140.38ms + 21610 requests in 1.00m, 6.06MB read + Non-2xx or 3xx responses: 21610 +Requests/sec: 359.81 +Transfer/sec: 103.30KB +Running 1m test @ http://test.fluffyb.net/100kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 138.63ms 5.92ms 506.61ms 99.74% + Req/Sec 180.99 43.61 252.00 67.45% + Latency Distribution + 50% 138.46ms + 75% 138.79ms + 90% 139.15ms + 99% 141.09ms + 21591 requests in 1.00m, 6.05MB read + Non-2xx or 3xx responses: 21591 +Requests/sec: 359.55 +Transfer/sec: 103.23KB +Running 1m test @ http://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 140.13ms 10.55ms 505.34ms 95.45% + Req/Sec 179.22 35.64 252.00 69.89% + Latency Distribution + 50% 138.52ms + 75% 138.86ms + 90% 139.27ms + 99% 170.32ms + 21365 requests in 1.00m, 5.99MB read + Non-2xx or 3xx responses: 21365 +Requests/sec: 355.78 +Transfer/sec: 102.15KB +Running 1m test @ https://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 601.99ms 215.75ms 1.82s 79.36% + Req/Sec 84.90 42.33 240.00 63.25% + Latency Distribution + 50% 527.75ms + 75% 685.77ms + 90% 924.51ms + 99% 1.31s + 4862 requests in 1.00m, 18.39MB read + Socket errors: connect 0, read 0, write 0, timeout 28 + Non-2xx or 3xx responses: 4862 +Requests/sec: 80.95 +Transfer/sec: 313.54KB +Running 1m test @ https://test.fluffyb.net/10kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 603.85ms 231.91ms 1.95s 80.37% + Req/Sec 83.51 41.58 210.00 63.92% + Latency Distribution + 50% 520.58ms + 75% 696.75ms + 90% 952.69ms + 99% 1.37s + 4809 requests in 1.00m, 18.19MB read + Socket errors: connect 0, read 0, write 0, timeout 27 + Non-2xx or 3xx responses: 4809 +Requests/sec: 80.09 +Transfer/sec: 310.26KB +Running 1m test @ https://test.fluffyb.net/100kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 626.00ms 252.05ms 2.00s 79.54% + Req/Sec 81.92 41.20 222.00 64.96% + Latency Distribution + 50% 527.45ms + 75% 740.69ms + 90% 1.01s + 99% 1.42s + 4695 requests in 1.00m, 17.75MB read + Socket errors: connect 0, read 0, write 0, timeout 22 + Non-2xx or 3xx responses: 4695 +Requests/sec: 78.17 +Transfer/sec: 302.66KB +Running 1m test @ https://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 592.76ms 221.79ms 1.88s 78.69% + Req/Sec 83.97 42.06 220.00 63.35% + Latency Distribution + 50% 505.33ms + 75% 670.04ms + 90% 949.08ms + 99% 1.30s + 4525 requests in 1.00m, 17.12MB read + Socket errors: connect 0, read 0, write 0, timeout 77 + Non-2xx or 3xx responses: 4525 +Requests/sec: 75.34 +Transfer/sec: 291.81KB +Running 1m test @ https://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 532.15ms 148.32ms 1.92s 82.10% + Req/Sec 47.10 23.71 160.00 68.66% + Latency Distribution + 50% 495.49ms + 75% 566.44ms + 90% 716.12ms + 99% 1.13s + 4763 requests in 1.00m, 18.01MB read + Socket errors: connect 0, read 0, write 0, timeout 121 + Non-2xx or 3xx responses: 4763 +Requests/sec: 79.29 +Transfer/sec: 307.01KB +Running 1m test @ https://test.fluffyb.net/10kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 565.19ms 185.01ms 1.78s 80.78% + Req/Sec 44.74 24.06 151.00 57.73% + Latency Distribution + 50% 507.46ms + 75% 615.37ms + 90% 810.20ms + 99% 1.22s + 4752 requests in 1.00m, 17.97MB read + Socket errors: connect 0, read 0, write 0, timeout 104 + Non-2xx or 3xx responses: 4752 +Requests/sec: 79.11 +Transfer/sec: 306.37KB +Running 1m test @ https://test.fluffyb.net/100kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 628.87ms 243.82ms 1.99s 77.61% + Req/Sec 43.15 24.82 151.00 65.71% + Latency Distribution + 50% 531.50ms + 75% 752.51ms + 90% 1.01s + 99% 1.34s + 4737 requests in 1.00m, 17.91MB read + Socket errors: connect 0, read 0, write 0, timeout 5 + Non-2xx or 3xx responses: 4737 +Requests/sec: 78.87 +Transfer/sec: 305.36KB +Running 1m test @ https://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 625.88ms 248.71ms 1.99s 79.55% + Req/Sec 41.14 23.12 131.00 69.48% + Latency Distribution + 50% 523.82ms + 75% 750.29ms + 90% 983.57ms + 99% 1.48s + 4578 requests in 1.00m, 17.31MB read + Socket errors: connect 0, read 0, write 0, timeout 66 + Non-2xx or 3xx responses: 4578 +Requests/sec: 76.22 +Transfer/sec: 295.15KB diff --git a/testData/2025-01-30-11-58sslTest b/testData/2025-01-30-11-58sslTest new file mode 100644 index 0000000..034a3f3 --- /dev/null +++ b/testData/2025-01-30-11-58sslTest @@ -0,0 +1,29 @@ +Running 1m test @ https://test.fluffyb.net/0kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 541.51ms 222.55ms 2.00s 82.41% + Req/Sec 67.67 45.41 202.00 61.68% + Latency Distribution + 50% 461.60ms + 75% 648.68ms + 90% 879.86ms + 99% 1.20s + 3546 requests in 1.00m, 13.40MB read + Socket errors: connect 0, read 0, write 0, timeout 8 + Non-2xx or 3xx responses: 3546 +Requests/sec: 59.10 +Transfer/sec: 228.65KB +Running 1m test @ https://test.fluffyb.net/0kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 533.72ms 217.29ms 1.53s 81.93% + Req/Sec 34.78 22.18 111.00 59.05% + Latency Distribution + 50% 450.21ms + 75% 641.62ms + 90% 876.80ms + 99% 1.25s + 3586 requests in 1.00m, 13.54MB read + Non-2xx or 3xx responses: 3586 +Requests/sec: 59.75 +Transfer/sec: 231.07KB diff --git a/testData/2025-01-31-17-37requestsAndThroughput.csv b/testData/2025-01-31-17-37requestsAndThroughput.csv new file mode 100644 index 0000000..b112b8c --- /dev/null +++ b/testData/2025-01-31-17-37requestsAndThroughput.csv @@ -0,0 +1,241 @@ +Running 1m test @ http://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 295.03ms 111.30ms 1.30s 95.95% + Req/Sec 179.38 91.29 494.00 75.76% + Latency Distribution + 50% 274.48ms + 75% 275.49ms + 90% 277.82ms + 99% 984.07ms + 10464 requests in 1.00m, 2.99MB read + Non-2xx or 3xx responses: 10464 +Requests/sec: 174.17 +Transfer/sec: 51.03KB +------------------------------ +271734,295025,1298662,111300,274481,275181,277824,984074,10464,3139200Running 1m test @ http://test.fluffyb.net/10kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 303.00ms 155.13ms 1.51s 96.32% + Req/Sec 179.94 138.56 484.00 57.14% + Latency Distribution + 50% 274.56ms + 75% 275.38ms + 90% 277.50ms + 99% 1.22s + 10443 requests in 1.00m, 2.99MB read + Non-2xx or 3xx responses: 10443 +Requests/sec: 173.87 +Transfer/sec: 50.94KB +------------------------------ +272180,303000,1513629,155125,274562,275119,277499,1223789,10443,3132900Running 1m test @ http://test.fluffyb.net/100kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 301.41ms 145.87ms 1.46s 96.22% + Req/Sec 175.24 142.43 494.00 51.60% + Latency Distribution + 50% 274.61ms + 75% 275.70ms + 90% 278.32ms + 99% 1.17s + 10441 requests in 1.00m, 2.99MB read + Non-2xx or 3xx responses: 10441 +Requests/sec: 173.80 +Transfer/sec: 50.92KB +------------------------------ +271870,301413,1455962,145867,274608,275367,278318,1166417,10441,3132300Running 1m test @ http://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 306.06ms 162.49ms 1.52s 95.94% + Req/Sec 188.40 165.36 490.00 61.30% + Latency Distribution + 50% 274.60ms + 75% 275.53ms + 90% 277.69ms + 99% 1.29s + 10397 requests in 1.00m, 2.97MB read + Non-2xx or 3xx responses: 10397 +Requests/sec: 173.09 +Transfer/sec: 50.71KB +------------------------------ +272083,306059,1523468,162488,274602,275243,277690,1286567,10397,3119100Running 1m test @ http://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 302.61ms 148.58ms 1.52s 96.01% + Req/Sec 91.88 60.30 230.00 62.53% + Latency Distribution + 50% 274.73ms + 75% 275.64ms + 90% 277.89ms + 99% 1.23s + 10409 requests in 1.00m, 2.98MB read + Non-2xx or 3xx responses: 10409 +Requests/sec: 173.27 +Transfer/sec: 50.76KB +------------------------------ +272077,302607,1516616,148580,274730,275371,277885,1227100,10409,3122700Running 1m test @ http://test.fluffyb.net/10kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 300.42ms 144.78ms 1.48s 96.27% + Req/Sec 93.58 69.04 242.00 60.15% + Latency Distribution + 50% 274.49ms + 75% 275.16ms + 90% 276.46ms + 99% 1.19s + 10485 requests in 1.00m, 3.00MB read + Non-2xx or 3xx responses: 10485 +Requests/sec: 174.58 +Transfer/sec: 51.15KB +------------------------------ +272303,300420,1475170,144778,274490,274984,276459,1187167,10485,3145500Running 1m test @ http://test.fluffyb.net/100kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 303.34ms 155.86ms 1.51s 96.35% + Req/Sec 91.40 69.37 242.00 61.21% + Latency Distribution + 50% 274.64ms + 75% 275.54ms + 90% 277.78ms + 99% 1.22s + 10452 requests in 1.00m, 2.99MB read + Non-2xx or 3xx responses: 10452 +Requests/sec: 174.00 +Transfer/sec: 50.98KB +------------------------------ +272039,303339,1513043,155857,274642,275252,277782,1224100,10452,3135600Running 1m test @ http://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 299.57ms 140.66ms 1.48s 96.76% + Req/Sec 91.42 66.66 242.00 57.05% + Latency Distribution + 50% 274.49ms + 75% 275.30ms + 90% 277.55ms + 99% 1.19s + 10467 requests in 1.00m, 2.99MB read + Non-2xx or 3xx responses: 10467 +Requests/sec: 174.25 +Transfer/sec: 51.05KB +------------------------------ +272182,299574,1481275,140661,274491,275076,277555,1192800,10467,3140100Running 1m test @ https://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 303.38ms 156.19ms 1.50s 96.31% + Req/Sec 196.59 155.92 484.00 50.35% + Latency Distribution + 50% 274.64ms + 75% 275.46ms + 90% 277.52ms + 99% 1.20s + 10408 requests in 1.00m, 2.98MB read + Non-2xx or 3xx responses: 10408 +Requests/sec: 173.26 +Transfer/sec: 50.76KB +------------------------------ +272212,303379,1495922,156193,274645,275198,277521,1204960,10408,3122400Running 1m test @ https://test.fluffyb.net/10kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 286.02ms 93.15ms 1.36s 98.15% + Req/Sec 187.68 126.94 484.00 64.90% + Latency Distribution + 50% 274.48ms + 75% 275.20ms + 90% 276.55ms + 99% 791.84ms + 10654 requests in 1.00m, 3.05MB read + Non-2xx or 3xx responses: 10654 +Requests/sec: 177.35 +Transfer/sec: 51.96KB +------------------------------ +272097,286021,1357190,93150,274478,274999,276550,791840,10654,3196200Running 1m test @ https://test.fluffyb.net/100kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 289.72ms 110.37ms 1.52s 97.86% + Req/Sec 191.64 163.92 484.00 56.49% + Latency Distribution + 50% 274.67ms + 75% 275.54ms + 90% 277.07ms + 99% 912.82ms + 10600 requests in 1.00m, 3.03MB read + Non-2xx or 3xx responses: 10600 +Requests/sec: 176.45 +Transfer/sec: 51.69KB +------------------------------ +272594,289722,1517869,110373,274666,275247,277072,912815,10600,3180000Running 1m test @ https://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 299.49ms 141.24ms 1.47s 96.35% + Req/Sec 181.56 162.09 494.00 66.27% + Latency Distribution + 50% 274.12ms + 75% 274.90ms + 90% 276.29ms + 99% 1.17s + 10441 requests in 1.00m, 2.99MB read + Non-2xx or 3xx responses: 10441 +Requests/sec: 173.79 +Transfer/sec: 50.91KB +------------------------------ +272117,299486,1468190,141239,274124,274739,276291,1169484,10441,3132300Running 1m test @ https://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 304.06ms 155.87ms 1.50s 95.99% + Req/Sec 92.80 57.58 242.00 61.59% + Latency Distribution + 50% 274.33ms + 75% 275.00ms + 90% 277.12ms + 99% 1.27s + 10394 requests in 1.00m, 2.97MB read + Non-2xx or 3xx responses: 10394 +Requests/sec: 172.98 +Transfer/sec: 50.68KB +------------------------------ +272054,304064,1500473,155873,274329,274847,277122,1274036,10394,3118200Running 1m test @ https://test.fluffyb.net/10kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 303.63ms 155.77ms 1.51s 96.05% + Req/Sec 92.65 70.44 242.00 59.63% + Latency Distribution + 50% 274.18ms + 75% 274.99ms + 90% 276.74ms + 99% 1.22s + 10390 requests in 1.00m, 2.97MB read + Non-2xx or 3xx responses: 10390 +Requests/sec: 172.92 +Transfer/sec: 50.66KB +------------------------------ +271656,303628,1513734,155766,274180,274797,276737,1222923,10390,3117000Running 1m test @ https://test.fluffyb.net/100kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 288.03ms 104.18ms 1.45s 98.09% + Req/Sec 98.00 56.05 240.00 58.43% + Latency Distribution + 50% 274.40ms + 75% 275.26ms + 90% 276.64ms + 99% 874.38ms + 10629 requests in 1.00m, 3.04MB read + Non-2xx or 3xx responses: 10629 +Requests/sec: 176.89 +Transfer/sec: 51.82KB +------------------------------ +271980,288026,1447820,104176,274404,275018,276637,874378,10629,3188700Running 1m test @ https://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 295.11ms 120.35ms 1.29s 96.87% + Req/Sec 92.00 59.22 242.00 67.24% + Latency Distribution + 50% 274.54ms + 75% 275.46ms + 90% 277.38ms + 99% 1.00s + 10497 requests in 1.00m, 3.00MB read + Non-2xx or 3xx responses: 10497 +Requests/sec: 174.69 +Transfer/sec: 51.18KB +------------------------------ +272141,295106,1292815,120346,274542,275211,277377,1004646,10497,3149100 \ No newline at end of file diff --git a/testData/2025-01-31-17-37sslTest.csv b/testData/2025-01-31-17-37sslTest.csv new file mode 100644 index 0000000..e37aac2 --- /dev/null +++ b/testData/2025-01-31-17-37sslTest.csv @@ -0,0 +1,31 @@ +Running 1m test @ https://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 295.49ms 122.45ms 1.30s 96.95% + Req/Sec 180.68 90.83 454.00 73.16% + Latency Distribution + 50% 274.54ms + 75% 275.31ms + 90% 277.11ms + 99% 1.01s + 10500 requests in 1.00m, 3.00MB read + Non-2xx or 3xx responses: 10500 +Requests/sec: 174.77 +Transfer/sec: 51.20KB +------------------------------ +272059,295485,1298261,122451,274544,275055,277114,1009317,10500,3150000Running 1m test @ https://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 303.51ms 156.87ms 1.51s 96.24% + Req/Sec 92.01 63.75 242.00 62.30% + Latency Distribution + 50% 274.43ms + 75% 275.19ms + 90% 277.25ms + 99% 1.22s + 10414 requests in 1.00m, 2.98MB read + Non-2xx or 3xx responses: 10414 +Requests/sec: 173.30 +Transfer/sec: 50.77KB +------------------------------ +272054,303511,1513351,156871,274434,274966,277249,1222754,10414,3124200 \ No newline at end of file diff --git a/testData/2025-01-31-23-30requestsAndThroughput.csv b/testData/2025-01-31-23-30requestsAndThroughput.csv new file mode 100644 index 0000000..e25a103 --- /dev/null +++ b/testData/2025-01-31-23-30requestsAndThroughput.csv @@ -0,0 +1,194 @@ +Running 1m test @ http://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 322.28ms 151.36ms 1.72s 95.97% + Req/Sec 179.83 184.46 494.00 76.65% + 9739 requests in 1.00m, 2.79MB read + Non-2xx or 3xx responses: 9739 +Requests/sec: 162.11 +Transfer/sec: 47.49KB +------------------------------ +291630,322282,1717341,151363,293922,294591,296814,1198751,9739,2921700 + +Running 1m test @ http://test.fluffyb.net/10kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 323.65ms 158.75ms 1.59s 96.14% + Req/Sec 166.96 146.74 490.00 52.08% + 9751 requests in 1.00m, 2.79MB read + Non-2xx or 3xx responses: 9751 +Requests/sec: 162.31 +Transfer/sec: 47.55KB +------------------------------ +291631,323646,1588452,158752,294161,294876,297505,1279958,9751,2925300 + +Running 1m test @ http://test.fluffyb.net/100kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 322.08ms 151.96ms 1.58s 96.25% + Req/Sec 177.19 118.87 404.00 62.32% + 9769 requests in 1.00m, 2.79MB read + Non-2xx or 3xx responses: 9769 +Requests/sec: 162.62 +Transfer/sec: 47.64KB +------------------------------ +290221,322076,1576000,151962,294051,294699,296872,1298486,9769,2930700 + +Running 1m test @ http://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 322.40ms 153.29ms 1.52s 96.25% + Req/Sec 178.69 69.96 494.00 81.03% + 9750 requests in 1.00m, 2.79MB read + Non-2xx or 3xx responses: 9750 +Requests/sec: 162.30 +Transfer/sec: 47.55KB +------------------------------ +291458,322395,1516549,153289,294343,295054,297131,1208484,9750,2925000 + +Running 1m test @ http://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 324.24ms 160.29ms 1.57s 96.04% + Req/Sec 86.23 47.10 242.00 73.36% + 9747 requests in 1.00m, 2.79MB read + Non-2xx or 3xx responses: 9747 +Requests/sec: 162.24 +Transfer/sec: 47.53KB +------------------------------ +291685,324235,1567358,160292,294251,295150,298599,1257683,9747,2924100 + +Running 1m test @ http://test.fluffyb.net/10kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 326.37ms 171.14ms 1.70s 96.07% + Req/Sec 86.37 45.27 242.00 64.43% + 9707 requests in 1.00m, 2.78MB read + Socket errors: connect 0, read 0, write 0, timeout 2 + Non-2xx or 3xx responses: 9707 +Requests/sec: 161.61 +Transfer/sec: 47.35KB +------------------------------ +291764,326367,1702670,171140,294073,294729,296114,1393000,9707,2912100 + +Running 1m test @ http://test.fluffyb.net/100kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 329.39ms 176.65ms 1.68s 95.58% + Req/Sec 89.31 66.05 230.00 57.44% + 9683 requests in 1.00m, 2.77MB read + Non-2xx or 3xx responses: 9683 +Requests/sec: 161.17 +Transfer/sec: 47.22KB +------------------------------ +291729,329394,1676995,176645,294077,294687,296811,1365694,9683,2904900 + +Running 1m test @ http://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 320.29ms 145.39ms 1.51s 96.46% + Req/Sec 87.79 45.14 242.00 71.89% + 9791 requests in 1.00m, 2.80MB read + Non-2xx or 3xx responses: 9791 +Requests/sec: 163.01 +Transfer/sec: 47.76KB +------------------------------ +291744,320285,1509821,145385,293974,294687,296679,1201794,9791,2937300 + +Running 1m test @ https://test.fluffyb.net/1kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 340.31ms 200.02ms 1.67s 94.31% + Req/Sec 172.43 100.27 434.00 65.07% + 9495 requests in 1.00m, 2.72MB read + Non-2xx or 3xx responses: 9495 +Requests/sec: 158.06 +Transfer/sec: 46.31KB +------------------------------ +291690,340312,1665507,200015,293889,294628,296983,1430709,9495,2848500 + +Running 1m test @ https://test.fluffyb.net/10kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 314.91ms 131.42ms 1.55s 97.27% + Req/Sec 172.10 136.31 494.00 66.39% + 9830 requests in 1.00m, 2.81MB read + Non-2xx or 3xx responses: 9830 +Requests/sec: 163.62 +Transfer/sec: 47.94KB +------------------------------ +291598,314905,1551636,131419,294061,294702,296509,1200060,9830,2949000 + +Running 1m test @ https://test.fluffyb.net/100kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 320.17ms 136.24ms 1.45s 96.07% + Req/Sec 191.34 195.95 484.00 72.65% + 9694 requests in 1.00m, 2.77MB read + Non-2xx or 3xx responses: 9694 +Requests/sec: 161.36 +Transfer/sec: 47.27KB +------------------------------ +291625,320168,1446111,136239,294280,294893,297028,1188518,9694,2908200 + +Running 1m test @ https://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 325.85ms 165.24ms 1.70s 95.98% + Req/Sec 178.13 138.75 480.00 72.02% + 9688 requests in 1.00m, 2.77MB read + Non-2xx or 3xx responses: 9688 +Requests/sec: 161.29 +Transfer/sec: 47.25KB +------------------------------ +291692,325847,1698355,165243,294264,294905,296806,1326891,9688,2906400 + +Running 1m test @ https://test.fluffyb.net/1kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 321.75ms 148.65ms 1.55s 96.12% + Req/Sec 87.46 82.87 242.00 77.57% + 9728 requests in 1.00m, 2.78MB read + Non-2xx or 3xx responses: 9728 +Requests/sec: 161.92 +Transfer/sec: 47.44KB +------------------------------ +291864,321753,1545846,148650,294407,295127,297120,1318251,9728,2918400 + +Running 1m test @ https://test.fluffyb.net/10kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 329.78ms 185.31ms 1.68s 95.42% + Req/Sec 87.87 76.11 242.00 63.57% + 9668 requests in 1.00m, 2.77MB read + Socket errors: connect 0, read 0, write 0, timeout 2 + Non-2xx or 3xx responses: 9668 +Requests/sec: 160.92 +Transfer/sec: 47.14KB +------------------------------ +287929,329784,1675793,185310,291638,292511,294690,1330554,9668,2900400 + +Running 1m test @ https://test.fluffyb.net/100kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 321.14ms 154.94ms 1.67s 96.27% + Req/Sec 90.24 67.99 242.00 51.61% + 9771 requests in 1.00m, 2.80MB read + Non-2xx or 3xx responses: 9771 +Requests/sec: 162.63 +Transfer/sec: 47.65KB +------------------------------ +289718,321142,1670324,154940,292295,293021,295291,1302580,9771,2931300 + +Running 1m test @ https://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 330.12ms 188.29ms 1.67s 95.74% + Req/Sec 79.07 52.83 242.00 66.88% + 9709 requests in 1.00m, 2.78MB read + Non-2xx or 3xx responses: 9709 +Requests/sec: 161.59 +Transfer/sec: 47.34KB +------------------------------ +289674,330123,1673284,188294,292139,292824,294473,1363105,9709,2912700 + diff --git a/testData/2025-01-31-23-30sslTest.csv b/testData/2025-01-31-23-30sslTest.csv new file mode 100644 index 0000000..04fc643 --- /dev/null +++ b/testData/2025-01-31-23-30sslTest.csv @@ -0,0 +1,48 @@ +Running 1m test @ http://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 329.88ms 187.32ms 1.70s 95.60% + Req/Sec 166.89 75.73 450.00 67.39% + 9733 requests in 1.00m, 2.78MB read + Non-2xx or 3xx responses: 9733 +Requests/sec: 162.00 +Transfer/sec: 47.46KB +------------------------------ +287873,329880,1698167,187319,291815,292924,295246,1388373,9733,2919900 + +Running 1m test @ http://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 325.39ms 172.33ms 1.61s 95.94% + Req/Sec 86.27 71.13 242.00 68.80% + 9778 requests in 1.00m, 2.80MB read + Non-2xx or 3xx responses: 9778 +Requests/sec: 162.78 +Transfer/sec: 47.69KB +------------------------------ +289387,325388,1610645,172331,292088,292721,294592,1302751,9778,2933400 + +Running 1m test @ https://test.fluffyb.net/1000kb.file + 1 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 321.15ms 155.20ms 1.75s 95.93% + Req/Sec 178.70 137.72 474.00 63.00% + 9779 requests in 1.00m, 2.80MB read + Non-2xx or 3xx responses: 9779 +Requests/sec: 162.74 +Transfer/sec: 47.68KB +------------------------------ +289974,321148,1745761,155196,292212,292799,294496,1344597,9779,2933700 + +Running 1m test @ https://test.fluffyb.net/1000kb.file + 2 threads and 50 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 323.17ms 163.38ms 1.60s 96.00% + Req/Sec 93.53 55.16 242.00 72.35% + 9746 requests in 1.00m, 2.79MB read + Non-2xx or 3xx responses: 9746 +Requests/sec: 162.19 +Transfer/sec: 47.52KB +------------------------------ +289930,323171,1600922,163378,292342,293199,296242,1314386,9746,2923800 + diff --git a/testSrv.csv b/testSrv.csv new file mode 100644 index 0000000..1e1805e --- /dev/null +++ b/testSrv.csv @@ -0,0 +1,13 @@ +Running 15s test @ https://git.sethsamuel.online + 1 threads and 5 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 687.38ms 2.99ms 693.98ms 62.86% + Req/Sec 7.09 1.02 10.00 86.36% + 105 requests in 15.03s, 1.49MB read +Requests/sec: 6.99 +Transfer/sec: 101.58KB +------------------------------ +50%,687016 +90%,691361 +99%,693974 +99.999%,693982 diff --git a/testSrv2.csv b/testSrv2.csv new file mode 100644 index 0000000..8a3a34d --- /dev/null +++ b/testSrv2.csv @@ -0,0 +1,10 @@ +Running 15s test @ https://git.sethsamuel.online + 1 threads and 5 connections + Thread Stats Avg Stdev Max +/- Stdev + Latency 689.23ms 5.17ms 733.18ms 92.38% + Req/Sec 7.41 1.65 10.00 70.37% + 105 requests in 15.02s, 1.49MB read +Requests/sec: 6.99 +Transfer/sec: 101.59KB +------------------------------ +683179,689230,733179,5165,688344,690316,692394,696748,105,1562614 \ No newline at end of file