[kde-solaris] KDE 3.1 Memory Usage

Joshua Symons kde-solaris@mail.kde.org
Thu Mar 13 20:50:03 2003


Nothing forked off the original kdeinit's will show up as a useful
process name, period. /usr/ucb/ps (bsd style ps) will not make a
difference, no  matter how many environment flags (w) you pass to it. 

If you want to take a detailed look at what each process is doing you
can try something like the following:

for pid in $(/usr/ucb/ps aux | awk '/kdeinit.*kcminit/ {print $2}') ; do
xterm -ls -e truss -faeid -p $pid & ; done

This is of course based on an advanced bourne shell (ksh/bash/zsh). If
you want to redirect the output to files just add a -o
truss.kdeinit.$pid to arguments of truss. You'll be suprised by some of
the stuff you see. By doing this I can see easily which process is
attached to my input method, which one is attached to my window
controls, which one is attached to my mouse movement, etc.. etc...

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Joshua Symons &lt vmcore at mysun dot com &gt
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

----- Original Message -----
From: Gerhard Franke <Gerhard.Franke@mni.fh-giessen.de>
Date: Thursday, March 13, 2003 5:14 am
Subject: Re: [kde-solaris] KDE 3.1 Memory Usage

> On Thu, Mar 13, 2003 at 11:09:45AM +0100, Philippe Bourdeu 
> d'Aguerre wrote:
> > On Jeudi 13 Mars 2003 10:20, Gerhard Franke wrote:
> 
> > Yes, applications of initial session are diplayed OK, but if I 
> start another 
> > application with K menu, it will be seen as "kdeinit +kcminit 
> +knotify". I 
> > see you have also a lot of process displayed as "kdeinit +kcminit 
> +knotify".
> (KDE 3.1, Solaris 8)
> I did this - started konqueror, kwrite and kate from K menu:
> 
> /usr/ucb/ps -auxww |grep hg64|grep kdeinit
> 
> hg64     22929  0.5  0.14422433256 ?        S 12:01:09  0:05 
> kdeinit: konqueror --silent
> hg64     22881  0.0  0.122808 8032 ?        S 11:41:37  0:00 
> kdeinit +kcminit +knotify
> hg64     22884  0.1  0.122480 7896 ?        S 11:41:37  0:00 
> kdeinit: dcopserver --nosid
> hg64     22888  0.0  0.12405610016 ?        S 11:41:37  0:00 
> kdeinit +kcminit +knotify
> hg64     22890  0.0  0.12666413232 ?        S 11:41:37  0:00 
> kdeinit +kcminit +knotify
> hg64     22904  0.0  0.12956013368 ?        S 11:41:41  0:00 
> kdeinit +kcminit +knotify
> hg64     22907  0.0  0.12393610936 ?        S 11:41:41  0:00 
> kdeinit +kcminit +knotify
> hg64     23174  0.0  0.0 2176 1152 pts/60   S 11:50:29  0:00 grep 
> kdeinit:hg64     22910  0.0  0.12608012632 ?        S 11:41:41  
> 0:00 kdeinit: kwin -session 11d4...
> hg64     22912  0.0  0.13689624776 ?        S 11:41:42  0:01 
> kdeinit +kcminit +knotify
> hg64     22916  0.0  0.12870416184 ?        S 11:41:43  0:03 
> kdeinit +kcminit +knotify
> hg64     22922  0.0  0.12740015176 ?        S 11:41:48  0:01 
> kdeinit: konsole -session 11d4...
> hg64     22917  0.0  0.123192 8592 ?        S 11:41:43  0:00 
> kdeinit: kio_file file /tmp/kso...
> hg64     25880  0.0  0.12987218120 ?        S 12:01:51  0:00 
> kdeinit +kcminit +knotify
> hg64     25887  0.0  0.13350423304 ?        S 12:01:56  0:01 
> kdeinit +kcminit +knotify
> 
> It seems you are right, konqueror is there but no kwrite and no 
> kate...
> 
> Gerhard
> 
> -- 
> Internet ist das Ding mit den Kabeln -
> Usenet ist das Ding mit den Menschen
>                        (Hubert Partl)
> ___________________________________________________
> This message is from the kde-solaris mailing list.
> Account management:  http://mail.kde.org/mailman/listinfo/kde-solaris.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.
>