Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NLB Statistics

92 views
Skip to first unread message

Nik

unread,
Apr 15, 2010, 10:23:38 AM4/15/10
to
Are there any tools out there you guys would recommend for monitoring
Microsoft NLB statistics?
thanks
Windows 2003

RCan

unread,
Apr 15, 2010, 3:21:00 PM4/15/10
to
Hi Nik,

what kind of statistics you want to get from your NLB cluster ?

I would personally work with the available performance counters -> check
this out :
Chapter 10 - Working with Performance Counters (Section NLB)
http://technet.microsoft.com/en-us/library/bb734903.aspx

Hope that helps

Regards
Ramazan

"Nik" <test> wrote in message news:#rKncbK3...@TK2MSFTNGP05.phx.gbl...

RCan

unread,
Apr 15, 2010, 3:23:10 PM4/15/10
to
Also check this out :

Monitoring Application Level Health (NLB)
http://msdn.microsoft.com/en-us/library/cc307934(v=VS.85).aspx

Regards
Ramazan

"Nik" <test> wrote in message news:#rKncbK3...@TK2MSFTNGP05.phx.gbl...

Vladimir Petter

unread,
Apr 15, 2010, 7:55:21 PM4/15/10
to
There are no perf counters exposed by NLB itself.

If you are using W2K8 R2 you can use events from the NLB diagnostic channel

http://blogs.msdn.com/clustering/archive/2010/01/07/9944946.aspx

These events have information about each packet processed by NLB including
- accepted or dropped
- if dropped then the drop reason
- source/destination IP addresses and ports
- protocol

You can either write a program that consumes these events
(http://msdn.microsoft.com/en-us/library/bb968803(VS.85).aspx)
in real-time (but be careful since real-time might affect perf) and show you
statistics
or you can collect the events to an etl file, and write a program to get
statistic from the etl file offline
or you can dump the etl file to a text or XML and write a script that would
print the statistics.

Vladimir Petter
Clustering and High Availability.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Nik" <test> wrote in message news:#rKncbK3...@TK2MSFTNGP05.phx.gbl...

Nik

unread,
Apr 19, 2010, 8:57:34 AM4/19/10
to

Thanks guys.

"Vladimir Petter" <vla...@hotmail.com> wrote in message
news:ecJKNcP3...@TK2MSFTNGP05.phx.gbl...

0 new messages