Searched refs:deltas (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl46 my $statslen = 60; # time period (in secs) to keep in @deltas
118 # compress_deltas() is responsible for taking a list of deltas and generating
120 # deltas.
318 # By checking the timerange here, we guarantee that any deltas
397 # same basic info as stat and newstat, but with the timestamps as deltas
444 "generate_delta: deltas are not ascending?")) {
540 # compress_delta takes a list of deltas, and returns a single new delta
541 # which represents the combined information from all the deltas. The deltas
545 # original deltas
[all...]
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c1541 uint64_t deltas; local
1553 deltas = kstat_delta(oldks, &newss->s_sys.ss_agg_sys, "rawch");
1554 raw = deltas;
1556 deltas = kstat_delta(oldks, &newss->s_sys.ss_agg_sys, "outch");
1557 outch = deltas;

Completed in 46 milliseconds