Re: Fiinding size (or percent) of memory a thread occupies

2003-10-16 Thread Kenneth Porter
--On Thursday, October 16, 2003 5:33 PM +0200 sting sting <[EMAIL PROTECTED]> wrote: > 1)The top command shows the memory of a process and all its threads as if > they > were all using the same size of memory ; which is probably so; > I have a process with some (5) threads and I want to know how

Fiinding size (or percent) of memory a thread occupies

2003-10-16 Thread sting sting
Hello, 1)The top command shows the memory of a process and all its threads as if they were all using the same size of memory ; which is probably so; I have a process with some (5) threads and I want to know how much memory each thread occuupies; top is not good (it dispalys the same percentage o

Re: ps -aux command on RH 9 , treads , and previous RH versions

2003-10-16 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 16 Oct 2003 15:01:57 +0200, sting sting wrote: > I am using RH7.3 , RH8 , and RH 9 . > I am writing an application in C++, called myApp (the executable) which uses > 5 threads; (posix threads) > Now , the output of ps -aux | grep myApp > on R

ps -aux command on RH 9 , treads , and previous RH versions

2003-10-16 Thread sting sting
Hello , I am using RH7.3 , RH8 , and RH 9 . I am writing an application in C++, called myApp (the executable) which uses 5 threads; (posix threads) Now , the output of ps -aux | grep myApp on RH7.3 , RH8 is 6 lines . in RH9 it is only one line; In fact , I wish sto see the all as in previous vers