From d49ce5d37f1bf387f24c727cb4dff89fc121ffa0 Mon Sep 17 00:00:00 2001 From: wangjz18551603897 Date: Tue, 25 Oct 2022 20:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=8F=E6=84=9F=E5=8F=82=E6=95=B0=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E2=80=94=E2=80=94http=20long=20#I5XO26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wangjz18551603897/README.md | 2 ++ wangjz18551603897/result.json | 35 +++++++++++++++++++ .../sensi-demo-http-long-result.json | 1 + 3 files changed, 38 insertions(+) create mode 100644 wangjz18551603897/README.md create mode 100644 wangjz18551603897/result.json create mode 100755 wangjz18551603897/sensi-demo-http-long-result.json diff --git a/wangjz18551603897/README.md b/wangjz18551603897/README.md new file mode 100644 index 0000000..0210040 --- /dev/null +++ b/wangjz18551603897/README.md @@ -0,0 +1,2 @@ +## 敏感参数识别——http long + - #I5XO26 diff --git a/wangjz18551603897/result.json b/wangjz18551603897/result.json new file mode 100644 index 0000000..6be7340 --- /dev/null +++ b/wangjz18551603897/result.json @@ -0,0 +1,35 @@ +{ + "sysctl": { + "kernel.threads-max@group-1": { + "weight": 0.0054275063 + }, + "net.core.busy_poll@group-1": { + "weight": 0.5441131 + }, + "net.core.dev_weight@group-1": { + "weight": 0.0021520904 + }, + "net.ipv4.tcp_keepalive_intvl@group-1": { + "weight": 0.0022498493 + }, + "net.ipv4.tcp_orphan_retries@group-1": { + "weight": 0.0021491414 + }, + "net.ipv4.tcp_retries2@group-1": { + "weight": 0.002939318 + }, + "net.ipv4.tcp_tw_reuse@group-1": { + "weight": 0.0070735645 + }, + "net.ipv4.tcp_window_scaling@group-1": { + "weight": 0.039182425 + }, + "net.ipv4.tcp_wmem@group-1": { + "weight": 0.0028770575 + }, + "vm.vfs_cache_pressure@group-1": { + "weight": 0.0017597993 + } + } +} + diff --git a/wangjz18551603897/sensi-demo-http-long-result.json b/wangjz18551603897/sensi-demo-http-long-result.json new file mode 100755 index 0000000..daf4d88 --- /dev/null +++ b/wangjz18551603897/sensi-demo-http-long-result.json @@ -0,0 +1 @@ +{"sysctl":{"kernel.threads-max@group-1":{"weight":0.0054275063},"net.core.busy_poll@group-1":{"weight":0.5441131},"net.core.dev_weight@group-1":{"weight":0.0021520904},"net.ipv4.tcp_keepalive_intvl@group-1":{"weight":0.0022498493},"net.ipv4.tcp_orphan_retries@group-1":{"weight":0.0021491414},"net.ipv4.tcp_retries2@group-1":{"weight":0.002939318},"net.ipv4.tcp_tw_reuse@group-1":{"weight":0.0070735645},"net.ipv4.tcp_window_scaling@group-1":{"weight":0.039182425},"net.ipv4.tcp_wmem@group-1":{"weight":0.0028770575},"vm.vfs_cache_pressure@group-1":{"weight":0.0017597993}}} \ No newline at end of file -- Gitee