Displaying 1 result from an estimated 1 matches for "pid14344".
2005 Nov 15
6
Oracle 9 process on Sol 10 container, doing a pollsys, using high CPU
...oing a [i]pollsys [/i](see it via dtruss). I tried using some of the trace scripts in the Dtracetoolkit to see what the process is doing, but without any luck - also tried with the following, but dtrace process goes up to 30% CPU, then I kill it:
#!/usr/sbin/dtrace -s
#pragma D option flowindent
pid14344::select:entry
{
self->follow = 1;
}
pid14344:::entry,
pid14344:::return
/self->follow/
{}
pid14344::select:return
/self->follow/
{
self->follow = 0;
exit(0);
}
- any help would be appreciated.
Thanks,
Kenneth
This message posted from opensolaris.org