have a look at the performance counters, these counters are available in
code as well

Signature
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
--------------------------------------------------
> in C# how do i get to total number of kilobytes of memroy total and
> available for the current machine?
pinvoke this function: GlobalMemoryStatus

Signature
There are 10 kinds of people in this world. Those who understand binary and
those who don't.
> in C# how do i get to total number of kilobytes of memroy total and
> available for the current machine?
jianglinchun - 01 Aug 2005 15:45 GMT
Will you please give us detail code or web link?
Regards.
> pinvoke this function: GlobalMemoryStatus
>
>> in C# how do i get to total number of kilobytes of memroy total and
>> available for the current machine?