Hi,
You can check the output of onstat -u and sort it on the column nreads/nwrites.
Also you can run the query
select syssesprof.sid,
isreads,
iswrites,
isrewrites,
isdeletes
from syssesprof, syssessions
where syssesprof.sid = syssessions.sid
and use the desc order.
Bye
Nitin