Dallas,
Could you run the following DTrace onliner for snv_124 and snv_111 for the same duration,

dtrace -n 'syscall:::entry /execname == "gnome-system-mon"/ { @data[probefunc] = count() } END { trunc(@data,10)}'

Press Ctrl C to terminate the dtrace command.
This is just to understand where gnome-system-monitor is spending its time in snv_124 in comparison with snv_111.

Thanks,
Krishnan

On 10/06/09 09:02, Alan Coopersmith wrote:
Dallas Cowboys wrote:
on snv_124 under system monitor I noticed 'gnome-system-monitor' 30-44% of CPU 
cycles...
on snv_111 under system monitor the same process is consuming 3-10% of CPU 
cycles..
Any reason you suspect for the substantial increase?

Sounds like an excellent question to ask on desktop-discuss [cc'ed], where
the gnome developers can be found.


_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to