[dtrace-discuss] plockstat: failed to add to aggregate: Abort due to drop

2008-04-18 Thread Jianhua Yang
when check java process lock statistics, plockstat failed, please see below: # prstat -mLp 21162 PID USERNAME USR SYS TRP TFL DFL LCK SLP LAT VCX ICX SCL SIG PROCESS/LWPID 21162 7677 0.9 0.1 0.0 0.0 0.0 99 0.0 0.3 83 89 215 0 java/81 21162 7677 0.3 0.1 0.0 0.0 0.0 0.0 99

Re: [dtrace-discuss] plockstat: failed to add to aggregate: Abort due to drop

2008-04-18 Thread Adam Leventhal
We resolved this issue by increasing the aggregation and buffer sizes: # plockstat -e 5 -s 10 -A -p 21162 -x bufsize=10k -x aggsize=2m - ahl On Fri, Apr 18, 2008 at 01:40:59PM -0400, Jianhua Yang wrote: when check java process lock statistics, plockstat failed, please see below: #