Re: Network send and receive total packet counts
- From: "Sean" <spfrazer@xxxxxxxxx>
- Date: 6 May 2006 07:48:14 -0700
It might be taking a little long because you're connecting to two
different namespaces (root/cimv2 and root/WMI) and also because you're
going through almost every Win32_NetworkAdapter. If you really just
want it to execute quickly, try removing the outer for loop ("select *
from Win32_NetworkAdapter where AdapterType = 'Ethernet 802.3'") and
query root/WMI for all of the MSNdis_TranmitsOk instances. I'm not
positive but you might end up with basically the same information..
.
- Prev by Date: Re: Configure NTFS special permissions
- Next by Date: Re: WMI usability
- Previous by thread: Bus Speed/HTT
- Next by thread: Re: WMI usability
- Index(es):