Searched refs:lcol_stat (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c197 report.lcol_stat.lcols_pg_eff;
199 report.lcol_stat.lcols_pg_att;
207 if (report.lcol_stat.lcols_pg_eff > col->col_paged_eff_old) {
209 report.lcol_stat.lcols_pg_eff -
211 if (report.lcol_stat.lcols_scan_count > col->col_count)
214 (report.lcol_stat.lcols_scan_count -
219 if (report.lcol_stat.lcols_pg_att > col->col_paged_att_old) {
221 report.lcol_stat.lcols_pg_att -
223 if (report.lcol_stat.lcols_scan_count > col->col_count)
226 (report.lcol_stat
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c251 lcol->lcol_stat.lcols_proc_in++;
539 lcol->lcol_stat.lcols_rss_sample++;
543 lcol->lcol_stat.lcols_rss_act_sum += rss;
548 lcol->lcol_stat.lcols_rss_sum += rss;
550 if (lcol->lcol_stat.lcols_min_rss > rss)
551 lcol->lcol_stat.lcols_min_rss = rss;
552 if (lcol->lcol_stat.lcols_max_rss < rss)
553 lcol->lcol_stat.lcols_max_rss = rss;
669 lcol->lcol_stat.lcols_scan++;
702 lcol->lcol_stat
[all...]
H A Drcapd_scanner.c587 vic->lpc_collection->lcol_stat.lcols_pg_eff +=
683 if ((lcol->lcol_stat.lcols_scan_count %
692 if (lcol->lcol_stat.lcols_scan_count > 0)
814 lcol->lcol_stat.lcols_pg_att +=
898 lcol->lcol_stat.lcols_pg_att += (att =
955 lcol->lcol_stat.lcols_scan_count++;
956 lcol->lcol_stat.lcols_scan_time_complete
957 = lcol->lcol_stat.lcols_scan_time;
964 lcol->lcol_stat
975 lcol->lcol_stat
[all...]
H A Drcapd_collection.c114 lcol->lcol_stat.lcols_min_rss = (uint64_t)-1;
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h160 lcollection_stat_t lcol_stat; /* statistics */ member in struct:lcollection
178 lcollection_stat_t lcol_stat; /* statistics */ member in struct:lcollection_report

Completed in 66 milliseconds