; \src\fedperf\util\FEDPERF.TXT
; This file lists the registry keys needed to setup allsrv perf counters properly.
;
; NOTE: These are not used directly, since the values here are hard-coded
;       but rather, in \src\build\setupserver.vbs, the registry values
;       are set up dynamically from script code.  If you add or remove
;       stuff from this file, you MUST contact marksn and/or update
;       setupserver.vbs to alter the registry correctly.
;

\Registry\Machine\System\CurrentControlSet\Services\AllSrv
\Registry\Machine\System\CurrentControlSet\Services\AllSrv\Performance
        Library = REG_SZ fedperf.dll
        Open = REG_SZ DwInitialize
        Collect = REG_SZ DwCollectData
        Close = REG_SZ DwCleanup

\Registry\Machine\System\CurrentControlSet\Services\AllLobby
\Registry\Machine\System\CurrentControlSet\Services\AllLobby\Performance
        Library = REG_SZ fedperf.dll
        Open = REG_SZ DwInitialize
        Collect = REG_SZ DwCollectData
        Close = REG_SZ DwCleanup

\Registry\Machine\System\CurrentControlSet\Services\AllLobbyPerServer
\Registry\Machine\System\CurrentControlSet\Services\AllLobbyPerServer\Performance
        Library = REG_SZ fedperf.dll
        Open = REG_SZ DwInitialize
        Collect = REG_SZ DwCollectData
        Close = REG_SZ DwCleanup


