Home | History | Annotate | Download | only in systat

Lines Matching refs:cur

133 		if (cur.select[i])
149 if (cur.select[i]) {
156 mvwprintw(wnd, row, col + 5, "%s", cur.name[i]);
183 if (cur.select[i]) {
187 cur.name[i]);
212 etime = cur.cp_etime;
223 if (cur.select[i]) {
236 if (cur.select[i]) {
259 if (cur.timestamp[dn].tv_sec || cur.timestamp[dn].tv_usec)
260 dtime = (double)cur.timestamp[dn].tv_sec +
261 ((double)cur.timestamp[dn].tv_usec / (double)1000000);
264 atime = (double)cur.time[dn].tv_sec +
265 ((double)cur.time[dn].tv_usec / (double)1000000);
268 rwords = cur.rbytes[dn] / 1024.0;
269 wwords = cur.wbytes[dn] / 1024.0;
270 rxfer = cur.rxfer[dn];
273 rxfer += cur.wxfer[dn];
282 wwords / dtime, cur.wxfer[dn] / dtime);
294 histogram(cur.wxfer[dn] / dtime, 50, 0.5);
313 total_time += cur.cp_time[i];
318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE);