Statistics Module
Role in the System
The purpose of this module is the encapsulation of statistical routines which NACHOS uses to measure the performance of a session. The files stats.h and stats.cc not only implement a system clock, but also measure:
- number of disk reads/writes
- number of characters read/written to the console
- number of packets sent/received
- number of page faults
Uses Relation