1: /*
   2: **  MONITOR.H -- structures dealing with performance monitoring
   3: **
   4: **	Version:
   5: **		@(#)pmon.h	8.1	12/31/84
   6: */
   7: 
   8: struct monitor
   9: {
  10:     long    mon_utime;  /* user time in milliseconds */
  11:     long    mon_stime;  /* system time in milliseconds */
  12:     long    mon_pread;  /* pages read */
  13:     long    mon_pwrit;  /* pages written */
  14:     long    mon_cread;  /* catalog pages read */
  15:     long    mon_cwrit;  /* catalog pages written */
  16:     long    mon_xread;  /* ISAM/BTREE index pages read */
  17: };

Defined struct's

monitor defined in line 8; never used
Last modified: 1986-04-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 566
Valid CSS Valid XHTML 1.0 Strict