ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com. For more information about the manual page format, see the manual page for manpages(5). |
IOCLASSCOUNT(8) BSD System Manager's Manual IOCLASSCOUNT(8) NAME ioclasscount SYNOPSIS ioclasscount [classname] [...] DESCRIPTION ioclasscount displays the instance count, offset by the number of direct subclasses that have at least one instance allocated, for the classes specified. Useful for tracking leaks. This information can also found in the Root of the IORegistry. If no classes are specified, display the instance counts for all classes, one per line of output and sorted by name. EXAMPLES Count of instances for IOPCIDevices and AppleTestPCIs. /usr/sbin/ioclasscount IOPCIDevice AppleTestPCI IOPCIDevice = 2, AppleTestPCI = 1, SEE ALSO ioalloccount(8), ioreg(8) Darwin February 29, 2000 Darwin |
|