We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e56f2 commit 10e4463Copy full SHA for 10e4463
Language/Batch/Bash/Project/monitorNetTraffic.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-# 监控网卡inbound的流量,如果达到100mbts,则认为是被工具,抓包60秒
+# 监控网卡inbound的流量,如果达到100mbps,则认为是被工具,抓包60秒
4
5
if [ -z "$1" ]; then
6
echo "Usage: $0 interface"
0 commit comments