Lines Matching +full:update +full:- +full:interval
31 * mode.c - mechanisms for dealing with SGI-style modal displays.
33 * There are four generally-understood useful modes for status displays
34 * of the sort exemplified by the IRIX ``netstat -C'' and ``osview''
38 * RATE - the default mode - displays the precise rate of change in
40 * update interval.
42 * DELTA - displays the change in each statistic over the entire
43 * display update interval (i.e., RATE * interval).
45 * SINCE - displays the total change in each statistic since the module
48 * ABSOLUTE - displays the current value of each statistic.
50 * In the SGI programs, these modes are selected by the single-character
51 * commands D, W, N, and A. In systat, they are the slightly-harder-to-type
92 curcmd->c_reset(); in cmdmode()