Hello,
I was wondering if anyone has come up with DNS stats for the following counters:
Recursive Queries/sec
Recursive Query Failure/sec
Recursive TimeOuts/sec
Total Query Received/sec
Total Response Sent/sec
Windows DNS perf stats
Moderators: Developers, Moderators
I pm'd you these as well, but thought I'd post them for general use as well. Sorry I don't have time to create data templates...you can use my previous DNS data template as a reference as far as data item type (counter, etc). Run these from command line to see what all is returned...and custom build your data template to use the items you want.
- Attachments
-
- w32_dns_query_recursive_stats.pl
- Recursive stats script
- (3.13 KiB) Downloaded 422 times
-
- w32_dns_query_response_stats.pl
- Response stats script
- (3.13 KiB) Downloaded 450 times
-
- Posts: 5
- Joined: Fri Sep 22, 2006 4:50 pm
Here's some more info for you "advanced" people
If you copy one of the scripts attached above, and find the line where it says
1 - Time Stats
2 - Query and Response Stats
4 - Query Stats
8 - Recursion Stats
16 - Master Stats
32 - Secondary Stats
64 - WINS Referral Stats
256 - Packet Dynamic Update Stats
512 - Security Stats
1024 - DS Integration Stats
2048 - Internal Dynamic Update Stats
65536 - Memory Stats
131072 - Timeout Stats
262144 - Database Stats
524288 - Record Stats
1048576 - Packet Memory Usage Stats
2097152 - Nbstat Memory Usage Stats
4194304 - Error Stats
8388608 - Query
I have no idea what most of them are, or why there at two "query" sections, but thought I'd provide this for any of you who might want some VERY detailed information on your W2K3 DNS
If you copy one of the scripts attached above, and find the line where it says
...you can change the # to any one of the following numbers and it will get you:my $computers = $wmi->ExecQuery("SELECT $properties FROM $Win32_Class Where CollectionId='#'");
1 - Time Stats
2 - Query and Response Stats
4 - Query Stats
8 - Recursion Stats
16 - Master Stats
32 - Secondary Stats
64 - WINS Referral Stats
256 - Packet Dynamic Update Stats
512 - Security Stats
1024 - DS Integration Stats
2048 - Internal Dynamic Update Stats
65536 - Memory Stats
131072 - Timeout Stats
262144 - Database Stats
524288 - Record Stats
1048576 - Packet Memory Usage Stats
2097152 - Nbstat Memory Usage Stats
4194304 - Error Stats
8388608 - Query
I have no idea what most of them are, or why there at two "query" sections, but thought I'd provide this for any of you who might want some VERY detailed information on your W2K3 DNS
-
- Posts: 5
- Joined: Fri Sep 22, 2006 4:50 pm
There are 2 query sections for UDP and TCP queries
for reference take a look at
http://technet2.microsoft.com/WindowsSe ... x?mfr=true
Again, thanx for the help, time and info...
for reference take a look at
http://technet2.microsoft.com/WindowsSe ... x?mfr=true
Again, thanx for the help, time and info...
-
- Posts: 9
- Joined: Fri Jul 20, 2007 9:18 pm
Who is online
Users browsing this forum: No registered users and 3 guests