diff --git a/pcap/循环回放包脚本/replay.sh b/pcap/循环回放包脚本/replay.sh new file mode 100644 index 0000000..7e2c0df --- /dev/null +++ b/pcap/循环回放包脚本/replay.sh @@ -0,0 +1,15 @@ +#!/bin/sh +#DIR=/home/mesasoft/dns_pcap/ +DIR=/home/mesasoft/testpcap/pcap/ +while [ 1 ]; do +find $DIR -name "*.pcap" | while read line +do + +ln -fs $line dumpfile +ls -l dumpfile +sleep 5 +./sapp +done +sleep 100 +done + diff --git a/安装文档/sapp+kafka部署手册.docx b/安装文档/sapp+kafka部署手册.docx new file mode 100644 index 0000000..c615897 Binary files /dev/null and b/安装文档/sapp+kafka部署手册.docx differ diff --git a/安装文档/各监控工具及业务程序安装手册_.docx b/安装文档/各监控工具及业务程序安装手册_.docx new file mode 100644 index 0000000..4c251a0 Binary files /dev/null and b/安装文档/各监控工具及业务程序安装手册_.docx differ