in reply to WinNT CPU & MEM usage

Win32::AdminMisc has some of the stuff you'll need. Use the GetMemoryInfo. It returns a hash with the following info.
Element Description -------- ------------ Load Percentage load on the available memory RAMTotal Total amount of bytes of physical RAM RAMAvail Total amount of bytes of available physical memory PageTotal Total amount of paged ram PageAvail Total amount of available paged ram VirtTotal Total amount of virtual memory VirtAvail Total amount of available virtual memory


--=Lolindrath=--

Replies are listed 'Best First'.
(Guildenstern) Re: Re: WinNT CPU & MEM usage
by Guildenstern (Deacon) on Jan 09, 2001 at 19:40 UTC
    <shameless plug> You can also use Win32::SystemInfo. It's probably a bit smaller than AdminMisc, and you can get the same memory info from it.</shameless plug>

    Guildenstern
    Negaterd character class uber alles!