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/arc...7/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/libr...03(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:#...
> Are there any tools out there you guys would recommend for monitoring
> Microsoft NLB statistics?
> thanks
> Windows 2003