From e3c38d4f24b83d0a9e69bb16cca5d53af23dbc2e Mon Sep 17 00:00:00 2001 From: jiaominchao Date: Mon, 20 Jun 2022 09:12:50 +0000 Subject: [PATCH] =?UTF-8?q?add=20:KeenTune=E4=B8=93=E5=AE=B6=E8=B0=83?= =?UTF-8?q?=E4=BC=98=E5=AE=9E=E8=B7=B5=E2=80=94=E2=80=94=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E4=BD=8E=E6=97=B6=E5=BB=B6=E7=BB=93=E6=9E=9C=20add=20:KeenTune?= =?UTF-8?q?=E4=B8=93=E5=AE=B6=E8=B0=83=E4=BC=98=E5=AE=9E=E8=B7=B5=E2=80=94?= =?UTF-8?q?=E2=80=94=E7=BD=91=E7=BB=9C=E4=BD=8E=E6=97=B6=E5=BB=B6=E7=BB=93?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...221\347\273\234\344\275\216\346\227\266\345\273\266.txt" | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 "KeenTune\344\270\223\345\256\266\350\260\203\344\274\230\345\256\236\350\267\265\342\200\224\342\200\224\347\275\221\347\273\234\344\275\216\346\227\266\345\273\266.txt" diff --git "a/KeenTune\344\270\223\345\256\266\350\260\203\344\274\230\345\256\236\350\267\265\342\200\224\342\200\224\347\275\221\347\273\234\344\275\216\346\227\266\345\273\266.txt" "b/KeenTune\344\270\223\345\256\266\350\260\203\344\274\230\345\256\236\350\267\265\342\200\224\342\200\224\347\275\221\347\273\234\344\275\216\346\227\266\345\273\266.txt" new file mode 100644 index 0000000..612dfa6 --- /dev/null +++ "b/KeenTune\344\270\223\345\256\266\350\260\203\344\274\230\345\256\236\350\267\265\342\200\224\342\200\224\347\275\221\347\273\234\344\275\216\346\227\266\345\273\266.txt" @@ -0,0 +1,6 @@ +专家调优下发命令: +keentune profile set --name net_low_latency.conf +发压命令:wrk -t 10 -c 300 -d 30 --latency http://127.0.0.1 +调优前:时延90%:7.18ms, 时延99%:10.06ms, 吞吐量:61846.16 +调优后:时延90%:6.97ms, 时延99%:9.79ms, 吞吐量:64283.49 +总结:时延90%降低:2.9%, 时延99%降低:2.6%, 吞吐量提升3.9% \ No newline at end of file -- Gitee