The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Win32/PerfMon version 0.03
==========================

This module is a simple interface into the Windows Performance Monitor, provided in Windows NT4 +
Usage for the module can be found in the POD within PerfMon.pm or PerfMon.html.

INSTALLATION
================

To build this for a WIN32 environment you need Microsoft VC++ 6.  Run the following from
the command line within the extracted folder:


   perl Makefile.PL
   nmake -f Makefile all
   nmake install
   
TESTING
==========

To test the functionallity, modify the tets.pl script to include the server to connect to,
then run it in the normal manner.
   

DEPENDENCIES

This module depends on nothing other than windows PDH. 

COPYRIGHT AND LICENCE

Copyright (C) 2004 Glen Small

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.