diff options
| author | fengweihao <[email protected]> | 2021-12-10 14:07:23 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2021-12-10 14:07:23 +0800 |
| commit | 16891fa7fbdf3472a10b74b1bd28b838e4e5cfff (patch) | |
| tree | d11d465a96ae3c73bcea008e9482ea94ec7a7508 /plugin/business/pangu-http/src/pangu_http.cpp | |
| parent | 2fac4e9162044967fbd273f682221b52dcc1e8ab (diff) | |
TSG-8895 修改filed_stat输出元素编辑字段名为intcp_elem_numv4.5.28-20211210
Diffstat (limited to 'plugin/business/pangu-http/src/pangu_http.cpp')
| -rw-r--r-- | plugin/business/pangu-http/src/pangu_http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/business/pangu-http/src/pangu_http.cpp b/plugin/business/pangu-http/src/pangu_http.cpp index e056e1e..c99a85e 100644 --- a/plugin/business/pangu-http/src/pangu_http.cpp +++ b/plugin/business/pangu-http/src/pangu_http.cpp @@ -188,7 +188,7 @@ static void pangu_http_stat_init(struct pangu_rt * pangu_runtime) spec[STAT_ACTION_HIJACK_SZ]="hijk_bytes"; spec[STAT_ACTION_INSERT]="intcp_ins_num"; spec[STAT_ACTION_INSERT_SZ]="ins_bytes"; - spec[STAT_ACTION_EDIT_ELEMENT]="edit_elem_num"; + spec[STAT_ACTION_EDIT_ELEMENT]="intcp_elem_num"; spec[STAT_ACTION_WHITELSIT]="intcp_allow_num"; spec[STAT_SUSPENDING]="suspending"; |
