diff options
| author | fumingwei <[email protected]> | 2023-06-06 10:31:54 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2023-06-06 10:32:01 +0800 |
| commit | 1518429de72e89af6c943b740eaa5df5df155853 (patch) | |
| tree | 7e731b47d49aaa9aa26b5fc53e74a0e721d71114 /test/src/gtest_fieldstat_output.cpp | |
| parent | cf3354b9682748c86977635a22cd136f0529d03b (diff) | |
bugfix:修复文件输出table column0信息显示不全的问题v3.0.6
Diffstat (limited to 'test/src/gtest_fieldstat_output.cpp')
| -rw-r--r-- | test/src/gtest_fieldstat_output.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/gtest_fieldstat_output.cpp b/test/src/gtest_fieldstat_output.cpp index d9b8fd5..198875a 100644 --- a/test/src/gtest_fieldstat_output.cpp +++ b/test/src/gtest_fieldstat_output.cpp @@ -36,7 +36,7 @@ enum field_type table_column_type[] = { const char *file_output_path = "/tmp/fieldstat.txt"; const char *desired_file_table_name = "table name: network_activity\n"; -const char *desired_file_table_info = " new_conn_num established_conn_nu" +const char *desired_file_table_info = " new_conn_num established_conn_nu" " close_conn_num total_in_bytes total_out_bytes total_in_packets" " total_out_packets default_conn_num default_in_bytes default_out_bytes" " default_in_packets default_out_packets allow_conn_num allow_in_bytes" @@ -51,7 +51,7 @@ const char *desired_file_table_info = " new_conn_nu " udp_in_packets udp_in_bytes udp_out_packets udp_out_bytes" " alert_bytes block_bytes pinning_num maybe_pinning_num" " not_pinning_num\n"; -const char *desired_file_table_data = "TRAFFIC 5.00e+02 0.00e+00" +const char *desired_file_table_data = "TRAFFIC 5.00e+02 0.00e+00" " 0.00e+00 0.00e+00 0.00e+00 0.00e+00" " 0.00e+00 0.00e+00 0.00e+00 0.00e+00" " 0.00e+00 0.00e+00 0.00e+00 0.00e+00" |
