1 00:00:00,420 --> 00:00:05,910 Now, Windows performance counters are commonly used when tracking data on a Windows system, Orion 2 00:00:05,910 --> 00:00:13,960 doesn't natively use this, but you can use a module to leverage WMI to retrieve perfmon counters. 3 00:00:14,730 --> 00:00:18,600 There are many perfmon values available, including processor, 4 00:00:19,810 --> 00:00:23,260 memory, logical disk and others. 5 00:00:24,190 --> 00:00:31,060 As an example for ICMP, you'll be able to see messages received, transmitted errors, and so forth. 6 00:00:32,090 --> 00:00:42,140 The key thing to remember about WMI is that it's very different to SNMP allowing WMI through the 7 00:00:42,140 --> 00:00:49,490 network and then specifically making sure that you have permissions set correctly are usually the issues 8 00:00:49,490 --> 00:00:53,630 that slow people down when using the WMI protocol.