lost and found ( for me ? )

DNS: ストレスツール dnsperf , resperf

Fedora のパッケージに dnsperf ってのがあったので使ってみたー。

[root@arizona ~]# yum list | grep dnsperf
dnsperf.i586 1.0.1.0-10.fc11 @updates

resperf-report ってのを使うと結果をグラフ化してくれる~。

arizona ( 負荷ツール ) --- alaska ( 192.168.1.200 , BIND 9.6.1-P1 )

[root@alaska ~]# named -v
BIND 9.6.1-P1-RedHat-9.6.1-4.P1.fc11

こんな感じで負荷をかける。
-s サーバ -d クエリリスト -m QPS最大値

-m 1000 = 1000qps まで負荷をあげていく

[root@arizona ~]# resperf-report -s 192.168.1.200 -d queryfile-example-100thousand -m 1000
Done, report is in xxxx.html
[root@arizona ~]#

-- result

Resperf output

DNS Resolution Performance Testing Tool

Nominum Version 1.0.1.0

[Status] Sending
[Status] Waiting for more responses
[Status] Testing complete

Statistics:

Queries sent: 29999
Queries completed: 13496
Queries lost: 16503
Ran for: 100.000007 seconds
Maximum throughput: 602.000000 qps
Lost at that point: 29.67%





途中からこんなメッセージがでた。
なんだろー。応答ないからあきらめたーってこと??

named[3407]: operation canceled resolving 'xx.xx.xx.xx/A/IN': x.x.x.x#53

[root@alaska data]# egrep 3407 /var/log/messages | grep cancel | wc -l
122194

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.