Memory Monitoring

Memory Monitoring

Post by David Z. Maz » Wed, 03 Mar 1999 04:00:00



Paul> Are there any graphical tools to monitor memory usage on Linux
Paul> in realtime?

'xterm -e top' or 'xterm -e watch free' is a cheap workable answer,
though it's probably not what you really want.  The GNOME panel offers
some useful utilities for this, but I wouldn't install all of GNOME
just to get a memory monitor.

--

"Hey, Doug, do you mind if I push the Emergency Booth Self-Destruct Button?"
"Oh, sure, Dave, whatever...you _do_ know what that does, right?"

 
 
 

Memory Monitoring

Post by Paul Davie » Thu, 04 Mar 1999 04:00:00


Are there any graphical tools to monitor memory usage on Linux in realtime?

 
 
 

Memory Monitoring

Post by Michael Lee Yoh » Thu, 04 Mar 1999 04:00:00


Quote:>Are there any graphical tools to monitor memory usage on Linux in realtime?

There is a utility that comes with the procinfo package (I think) for X that
shows CPU/memory/etc in realtime.

***************************************************************************
* Michael Lee Yohe                                   Office:      TH N318 *
* UAH ASPIRE System Administrator                    Office: 256-890-6904 *
* UAH CS Assistant Administrator                       Home: 256-828-2667 *

***************************************************************************

PGP public key can be found at http://www.aspire.cs.uah.edu/mlyohe/key.txt

 
 
 

Memory Monitoring

Post by NF Steve » Thu, 04 Mar 1999 04:00:00



>Are there any graphical tools to monitor memory usage on Linux in realtime?

You could try xosview. It displays load avg, cpu, memory, swap, paging
and interrupts.

Norman

 
 
 

1. Sun workshop memory monitor does not detect all memory leak

Cud somebody tell me wat is happening???
I am checking if I can use Sun WorkShop Memory Monitor as a substitute for
Rational purify
but this simple leak is not detected.

#include <iostream.h>
int main()
{
int *name ;
name = new int[10];                                 <-------this is not
detected as leak
cout<< "name is "<<name[0] <<endl;
delete [] name;
return 0;

 On the other hand if i allocate memory in a loop like this it is detected
as a leak

#include <iostream.h>
int main()
{
int *name ;
/for (int i=0; i<3 ; i++)
    name = new int[10];                                 <-------this is
detected as leak
cout<< "name is "<<name[0] <<endl;
delete [] name;
return 0;

Is it safe to go ahead and use Sun WorkShop Memory Monitor instead of
purify?

2. Problem Using Client DNS

3. physical memory monitor

4. how can i use my own tcp/ip stack on linux?

5. Good memory monitoring tools!

6. hosts.deny

7. Memory Monitoring Utility.

8. Resolutions

9. memory monitoring

10. Question about virtual swap space and a memory monitor

11. Linux Memory Monitor

12. memory monitoring tool

13. Automated memory monitoring