I'm on Vermillion build 03 on Nevada Build 31 which also seems slower
than previous releases. You could try running the offending binaries
with Forte collect and analyzer or running a dtrace script such as this:
#!/usr/sbin/dtrace -s
profile-109
/pid != 0 && execname = $$1/
{
/* Where are we in the user stack and how often are we here? */
@[ustack()]=count();
}
Padraig O'Briain wrote:
> I am running vermillion build 05 on Nevada build 34 on sparc and I
> have found login to be very sluggish.
>
> I have a bootchart which shows gdmgreeter, gnome-panel and
> gnome-terminal chewing up a lot of CPU.
>
> Has anyone else noticed this or have any ideas on why this is happening?
>
> Padraig
> _______________________________________________
> desktop-discuss mailing list
> desktop-discuss at opensolaris.org