CNTRTOOL.TXT

The files in this dir are useful in developing and troubleshooting 
Windows NT Performance counter DLLs.

    CTRLIST     Lists all the objects and counters installed in
                the system for the given language ID


                Usage:  ctrlist [/c] [LangID] [\\machine] > <filename>
                    /c (optional) writes the output in a CSV format for
                        uploading the data to your favorite database
                        or spreadsheet.

                    LangID  - 009 for English (default)
                       - 007 for German
                       - 00A for Spanish
                       - 00C for French
                       
                   \\machine may be specified to list counters on a
                       remote system

                Example - "ctrlist 00C > french.lst" will get all the
                objects and counters for the French system and put
                them in the file french.lst

    SHOWPERF    dumps the contents of the Performance Data block for 
                viewing and debugging of the raw data structure.

                Usage:  showperf

                displays a dialog box that displays the raw data as
                it is returned from the Registry.

    EXCTRLST    displays the currently installed extensible
                performance counter DLL' on a Windows NT system.

                Usage: exctrlst

                Useful for troubleshooting problems with performance
                counters that were installed by applications.

