[kde-solaris] KDE 3.1 Memory Usage

Gerhard Franke kde-solaris@mail.kde.org
Thu Mar 13 10:22:17 2003


On Thu, Mar 13, 2003 at 09:39:08AM +0100, Philippe Bourdeu d'Aguerre wrote:
> On Mercredi 12 Mars 2003 14:36, Gerhard Franke wrote:
> > /usr/ucb/ps -axw
 
> It doesn't work for me, it gives also "kdeinit +kcminit +knotify". But looking 
> further, I see that it depends of application and how it is started. Kmail, 
> for exemple, is always named "kmail" but konsole (or kcalc) started by the K 
> menu are seen as "kdeinit +kcminit +knotify" but started in a shell are seen 
> as konsole (or kcalc).

Normally it should work:
I started a KDE-Session with only one konsole opened:

/usr/ucb/ps -auxww |grep kdeinit |grep hg64

hg64     19868  0.0  0.12422411264 ?        S 10:05:20  0:00 kdeinit +kcminit +knotify
hg64     20030  0.0  0.0 2176 1152 pts/52   S 10:08:14  0:00 grep kdeinit
hg64     19859  0.0  0.122768 7920 ?        S 10:05:19  0:00 kdeinit +kcminit +knotify
hg64     19862  0.0  0.122432 7848 ?        S 10:05:19  0:00 kdeinit: dcopserver --nosid
hg64     19866  0.0  0.123960 9600 ?        S 10:05:20  0:00 kdeinit +kcminit +knotify
hg64     19882  0.0  0.12956013400 ?        S 10:05:25  0:00 kdeinit +kcminit +knotify
hg64     19885  0.0  0.12392810920 ?        S 10:05:25  0:00 kdeinit +kcminit +knotify
hg64     19888  0.0  0.12596012512 ?        S 10:05:25  0:00 kdeinit: kwin -session 11d4...
hg64     19890  0.0  0.13691224752 ?        S 10:05:26  0:00 kdeinit +kcminit +knotify
hg64     19894  0.0  0.12837614872 ?        S 10:05:27  0:00 kdeinit +kcminit +knotify
hg64     19895  0.0  0.123200 8592 ?        S 10:05:28  0:00 kdeinit: kio_file file /tmp/ks...
hg64     19898  0.0  0.12552012448 ?        S 10:05:33  0:00 kdeinit +kcminit +knotify
hg64     19900  0.0  0.12720814944 ?        S 10:05:33  0:00 kdeinit: konsole -session 11d4...

As you can see 
kdeinit: dcopserver --nosid
kdeinit: kwin -session 11d4...
kdeinit: konsole -session 11d...
are displayed as expected.

Note that if you use 'u' in ps you have to add a second 'w' to get a
reliable result: '/usr/ucb/ps -axw' vs. '/usr/ucb/ps -auxww'  

> On Linux, it's similar but a konsole started by menu is seen as 
> "kdeinit:konsole"


Gerhard