[fa.info-vax] FInding idle time of a terminal

root@ucbvax.UUCP (10/08/83)

From GEOFF5@SRI-CSL  Sat Oct  8 01:31:46 1983
Sorry, there isn't any better way to do this.  Hop into kernel
mode, lock the I/O databases mutex for read, subtract
UCB$L_DUETIM from EXE$GL_ABSTIM, unlock the mutex, and drop IPL.
Note that you cannot get the idle time for an RT--you'll find
REMACP's PID there (UCB$L_DUETIM is shared with UCB$L_CPID, RTs
really should put the time there since the PID is in the AQb
anyway).
					-=EPS=-
------