Skip to content

Commit 10e4463

Browse files
20250425-162127
1 parent 14e56f2 commit 10e4463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Batch/Bash/Project/monitorNetTraffic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# 监控网卡inbound的流量,如果达到100mbts,则认为是被工具,抓包60秒
3+
# 监控网卡inbound的流量,如果达到100mbps,则认为是被工具,抓包60秒
44

55
if [ -z "$1" ]; then
66
echo "Usage: $0 interface"

0 commit comments

Comments
 (0)