If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
First, find all the rows in sysprocesses where the status is not "sleeping" or "recv sleep" - this will find all the spids that are currently active (i.e. not waiting for user requests). You can then refine the search from there, for example using the cpu and physical_io columns, as well as the blocked column to find "interesting" processes.