2018年4月26日

tcpdump过滤某个端口

摘要: 一般我们使用Tcpdump时都是使用: Java代码 tcpdump -i ethx www.2cto.com 下面这条命令就是查看80端口的访问量,进行排序,取前20位 Java代码 tcpdump -i eth0 -tnn dst port 80 -c 1000 | awk -F"." '{pr 阅读全文

posted @ 2018-04-26 20:43 林肯公园 阅读(16539) 评论(0) 推荐(0)

dnstop DNS分析工具

摘要: http://dns.measurement-factory.com/tools/dnstop/src/ https://github.com/measurement-factory/dnstop http://www.tcpdump.org/release/ (libpcap tcpdump) # 阅读全文

posted @ 2018-04-26 15:13 林肯公园 阅读(1199) 评论(0) 推荐(0)

DNS压力测试

摘要: queryperf 集成在 <= BIND 9.12.4 的版本中。 安装 queryperf cd /usr/local/src wget http://ftp.isc.org/isc/bind9/9.12.4/bind-9.12.4.tar.gz // 编译queryperf tar -zxvf 阅读全文

posted @ 2018-04-26 14:50 林肯公园 阅读(1276) 评论(0) 推荐(0)

bind智能DNS + bindUI管理系统(mysql + bind dlz)

摘要: # 软件环境 * Centos 7.6 * bind-9.14.1.tar.gz * mariadb-server-5.5.60 * python 3.7 * django 2.2.1 QPS:单节点2400 qps # bind UI 管理系统 https://github.com/cucker0 阅读全文

posted @ 2018-04-26 10:54 林肯公园 阅读(2427) 评论(0) 推荐(0)

导航