|
|
1.1 ! root 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: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.