Home
last modified time | relevance | path

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; in read_stats()
199 report.lcol_stat.lcols_pg_att; in read_stats()
209 report.lcol_stat.lcols_pg_eff - in read_stats()
214 (report.lcol_stat.lcols_scan_count - in read_stats()
221 report.lcol_stat.lcols_pg_att - in read_stats()
226 (report.lcol_stat.lcols_scan_count - in read_stats()
231 col->col_paged_eff_old = report.lcol_stat.lcols_pg_eff; in read_stats()
234 report.lcol_stat.lcols_proc_in - in read_stats()
235 report.lcol_stat.lcols_proc_out; in read_stats()
236 col->col_count = report.lcol_stat.lcols_scan_count; in read_stats()
[all …]
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c251 lcol->lcol_stat.lcols_proc_in++; in lprocess_insert_mark()
539 lcol->lcol_stat.lcols_rss_sample++; in rss_sample_col_cb()
548 lcol->lcol_stat.lcols_rss_sum += rss; in rss_sample_col_cb()
551 lcol->lcol_stat.lcols_min_rss = rss; in rss_sample_col_cb()
553 lcol->lcol_stat.lcols_max_rss = rss; in rss_sample_col_cb()
669 lcol->lcol_stat.lcols_scan++; in scan_cb()
702 lcol->lcol_stat.lcols_scan++; in scan_gz()
740 lcol->lcol_stat.lcols_scan++; in soft_scan_cb()
781 lcol->lcol_stat.lcols_scan++; in soft_scan_gz()
793 lcol->lcol_stat.lcols_unenforced_cap++; in unenforced_cap_cb()
[all …]
H A Drcapd_scanner.c585 vic->lpc_collection->lcol_stat.lcols_pg_eff += in rss_delta()
681 if ((lcol->lcol_stat.lcols_scan_count % in scan()
690 if (lcol->lcol_stat.lcols_scan_count > 0) in scan()
812 lcol->lcol_stat.lcols_pg_att += in scan()
897 lcol->lcol_stat.lcols_pg_att += (att = in scan()
954 lcol->lcol_stat.lcols_scan_count++; in scan()
955 lcol->lcol_stat.lcols_scan_time_complete in scan()
956 = lcol->lcol_stat.lcols_scan_time; in scan()
963 lcol->lcol_stat in scan()
974 lcol->lcol_stat.lcols_scan_time += (gethrtime() - scan_start); in scan()
H A Drcapd_collection.c112 lcol->lcol_stat.lcols_min_rss = (uint64_t)-1; in lcollection_insert_update()
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h158 lcollection_stat_t lcol_stat; /* statistics */ member
176 lcollection_stat_t lcol_stat; /* statistics */ member