Re: what is using my swap

2005-06-15 Thread David E. Fox
On Sun, 12 Jun 2005 22:22:06 -0700 "Karsten M. Self" wrote: > Processes are swapped opportunistically by GNU/Linux. Both swap and > cache are used to optimize system performance. The links you provided are a worthwhile read. But I think the OP is asking if there is a method to determine which p

Re: what is using my swap

2005-06-12 Thread Karsten M. Self
on Wed, Jun 08, 2005 at 05:07:15PM -0400, theal ([EMAIL PROTECTED]) wrote: > Does anyone know how to tell what program or PID is causing swap > usage? I have a system with 2 GB RAM so it should using little or no > swap, but at times it does and I need to determine what the cause is. Processes are

Re: what is using my swap

2005-06-09 Thread Micha Feigin
From: Michael Z Daryabeygi > To: debian-user@lists.debian.org > Sent: Wednesday, June 08, 2005 5:43 PM > Subject: Re: what is using my swap > > > I know nothing, but I would think that the OS uses swap, not individual > processes. Probably the memory optimi

Re: what is using my swap

2005-06-09 Thread Markus . Grunwald
Hello, > I have a program that suspect is cause my swap to grow to almost a > gig, but it would be nice to verify without restarting a very > mission critical program. Start "top" and press "M". Top sorts the processes by memory consumption now. If you have 2GB RAM + 2GB Swap, a program that e

Re: what is using my swap

2005-06-08 Thread lroy
On Wed, Jun 08, 2005 at 05:07:15PM -0400, theal wrote: > Does anyone know how to tell what program or PID is causing swap usage? I > have a system with 2 GB RAM so it should using little or no swap, but at > times it does and I need to determine what the cause is. > > Tony I take it 'top' doesn

Re: what is using my swap

2005-06-08 Thread Paul Johnson
On Wednesday June 8 2005 2:07 pm, theal wrote: > Does anyone know how to tell what program or PID is causing swap > usage? I have a system with 2 GB RAM so it should using little or > no swap, but at times it does and I need to determine what the > cause is. Are you using RAM? Has your machine be

Re: what is using my swap

2005-06-08 Thread Jacob S
On Wed, 8 Jun 2005 17:49:27 -0400 "theal" <[EMAIL PROTECTED]> wrote: > I have a program that suspect is cause my swap to grow to almost a > gig, but it would be nice to verify without restarting a very mission > critical program. Try running "ps aux | less" and look for any processes using more t

Re: what is using my swap

2005-06-08 Thread theal
08, 2005 5:43 PM Subject: Re: what is using my swap I know nothing, but I would think that the OS uses swap, not individual processes.  Probably the memory optimizer does it's job regardless of free memory?What is the problem with using swap?  Or are you just curious?theal

Re: what is using my swap

2005-06-08 Thread Michael Z Daryabeygi
I know nothing, but I would think that the OS uses swap, not individual processes. Probably the memory optimizer does it's job regardless of free memory? What is the problem with using swap? Or are you just curious? theal wrote: Does anyone know how to tell what program or PID is causing swap