Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cody14

    Using Win32::Perfmon

    Thanks. I corrected that problem. I'm using "_Total" for instance now. But I still can't query the counters associated with PhysicalDisk (or) LogicalDisk. Keep getting an error that the specified object is not found on this system. Any clues on how to resolve this??
  2. cody14

    Using Win32::Perfmon

    No, it should be (@$Data) because "List Counters" returns a reference to an array. So, $Data is a reference to the array containing the counters for a particular object.
  3. cody14

    Using Win32::Perfmon

    Hello, I'm trying to use the Win32::Perfmon module to gather some performance metrics off a windows host. For some reason, i cannot get anything out of the "PhysicalDisk" counter. When I do a PerfObj->ListCounters("PhysicalDisk"), it always errors out with a "A required argument is invalid or...
  4. cody14

    Cache disables itself on a reboot

    I have two local hard drives (both cache enabled) and one hard disk on the ethernet. When I enable the cache for the hard disk on the network, it doesnt stay that way on a reboot. It disables itself on a reboot. And on the other hand, if i try to disable the cache for the two local drives, they...

Part and Inventory Search

Back
Top