diff --git a/victorialogs/benchmark.sh b/victorialogs/benchmark.sh index bd1b48630..ce6f184d9 100755 --- a/victorialogs/benchmark.sh +++ b/victorialogs/benchmark.sh @@ -2,15 +2,24 @@ # Install -RELEASE_VERSION=v1.7.0-victorialogs +RELEASE_VERSION=v1.10.1-victorialogs +# Stop the existing victorialogs instance if any and drop its data +while true +do + pidof victoria-logs-prod && kill `pidof victoria-logs-prod` || break + sleep 1 +done +rm -rf victoria-logs-data + +# Download and start victorialogs wget --no-verbose --continue https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/${RELEASE_VERSION}/victoria-logs-linux-amd64-${RELEASE_VERSION}.tar.gz tar xzf victoria-logs-linux-amd64-${RELEASE_VERSION}.tar.gz ./victoria-logs-prod -loggerOutput=stdout -retentionPeriod=20y -search.maxQueryDuration=5m > server.log & while true do - curl http://localhost:9428/select/logsql/query -d 'query=_time:2100-01-01Z' && break + curl -s http://localhost:9428/select/logsql/query -d 'query=_time:2100-01-01Z' && break sleep 1 done diff --git a/victorialogs/results/c6a.4xlarge.json b/victorialogs/results/c6a.4xlarge.json index 730f6d656..cdd2365bf 100644 --- a/victorialogs/results/c6a.4xlarge.json +++ b/victorialogs/results/c6a.4xlarge.json @@ -1,55 +1,55 @@ { "system": "VictoriaLogs", - "date": "2025-01-23", + "date": "2025-02-14", "machine": "c6a.4xlarge, 500gb gp2", "cluster_size": 1, "comment": "", "tags": ["Go", "column-oriented"], "load_time": 2108, - "data_size": 16973259143, + "data_size": 16975699551, "result": [ -[0.35, 0.018, 0.015], -[0.303, 0.012, 0.014], -[1.912, 0.194, 0.192], -[3.963, 0.218, 0.217], -[3.45, 2.556, 2.165], -[5.71, 1.777, 1.828], -[0.166, 0.04, 0.04], -[0.129, 0.013, 0.012], -[2.525, 2.234, 2.207], -[3.066, 2.898, 2.938], -[0.652, 0.357, 0.452], -[0.909, 0.624, 0.618], -[1.947, 1.789, 1.803], -[4.561, 4.113, 4.391], -[1.96, 2.102, 1.979], -[3.387, 3.236, 3.249], -[7.736, 8.043, 7.814], -[10.087, 9.502, 9.259], -[20.954, 18.187, 17.965], -[0.386, 0.023, 0.022], -[8.222, 0.209, 0.195], -[0.32, 0.205, 0.201], -[14.773, 0.518, 0.509], -[2.558, 1.472, 1.451], -[0.641, 0.501, 0.499], -[1.425, 1.342, 1.34], -[0.652, 0.55, 0.536], -[9.588, 1.297, 1.286], -[14.492, 12.282, 12.275], -[9.228, 9.167, 9.091], -[3.35, 2.992, 2.93], -[8.031, 4.436, 4.173], +[0.181, 0.012, 0.012], +[0.109, 0.011, 0.01], +[1.679, 0.2, 0.201], +[2.691, 0.23, 0.229], +[1.804, 2.118, 2.387], +[2.259, 1.531, 1.61], +[0.104, 0.033, 0.036], +[0.081, 0.01, 0.01], +[3.208, 2.209, 2.222], +[3.104, 3.196, 3.174], +[0.621, 0.375, 0.388], +[0.67, 0.475, 0.478], +[1.397, 1.361, 1.312], +[3.009, 2.557, 2.898], +[1.566, 1.479, 1.473], +[2.858, 2.617, 2.853], +[5.69, 5.619, 5.622], +[6.752, 6.701, 6.871], +[13.277, 12.979, 12.727], +[0.229, 0.024, 0.024], +[3.595, 0.201, 0.196], +[0.299, 0.204, 0.211], +[6.611, 0.535, 0.528], +[1.155, 0.728, 0.541], +[0.603, 0.528, 0.536], +[0.505, 0.433, 0.433], +[0.636, 0.565, 0.563], +[4.786, 1.116, 1.112], +[12.371, 12.467, 12.461], +[9.839, 9.904, 9.876], +[3.028, 2.845, 2.829], +[4.258, 3.606, 4.168], [null, null, null], -[8.768, 8.609, 9.115], -[9.498, 8.971, 9.279], -[6.602, 6.642, 7.017], -[0.204, 0.09, 0.089], -[0.16, 0.037, 0.03], -[0.144, 0.034, 0.035], -[0.334, 0.2, 0.218], -[0.155, 0.03, 0.033], -[0.149, 0.03, 0.022], -[0.145, 0.033, 0.029] +[6.197, 6.6, 7.11], +[6.975, 6.846, 6.995], +[5.831, 6.06, 5.806], +[0.154, 0.06, 0.073], +[0.125, 0.04, 0.035], +[0.123, 0.034, 0.037], +[0.325, 0.221, 0.208], +[0.115, 0.035, 0.037], +[0.11, 0.024, 0.029], +[0.111, 0.03, 0.027] ] }