if (dish) {
print_hdr_line(timestamp[!curr], a, FIRST, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous values */
if (nousedmem > smc->tlmkb) {
nousedmem = smc->tlmkb;
}
- printf("%-11s", timestamp[curr]);
cprintf_u64(unit, 3, 9,
(unsigned long long) smc->frmkb,
(unsigned long long) smc->availablekb,
else {
/* Display average values */
nousedmem = avg_frmkb + avg_bufkb + avg_camkb + avg_slabkb;
- printf("%-11s", timestamp[curr]);
cprintf_f(unit, 3, 9, 0,
(double) avg_frmkb / avg_count,
(double) avg_availablekb / avg_count,
if (dish) {
print_hdr_line(timestamp[!curr], a, SECOND, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous values */
- printf("%-11s", timestamp[curr]);
cprintf_u64(unit, 2, 9,
(unsigned long long) smc->frskb,
(unsigned long long) (smc->tlskb - smc->frskb));
}
else {
/* Display average values */
- printf("%-11s", timestamp[curr]);
cprintf_f(unit, 2, 9, 0,
(double) avg_frskb / avg_count,
((double) avg_tlskb / avg_count) -
if (dish) {
print_hdr_line(timestamp[!curr], a, FIRST, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous values */
- printf("%-11s", timestamp[curr]);
cprintf_u64(NO_UNIT, 4, 9,
(unsigned long long) skc->dentry_stat,
(unsigned long long) skc->file_used,
}
else {
/* Display average values */
- printf("%-11s", timestamp[curr]);
cprintf_f(NO_UNIT, 4, 9, 0,
(double) avg_dentry_stat / avg_count,
(double) avg_file_used / avg_count,
if (dish) {
print_hdr_line(timestamp[!curr], a, FIRST, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous values */
- printf("%-11s", timestamp[curr]);
cprintf_u64(NO_UNIT, 2, 9,
(unsigned long long) sqc->nr_running,
(unsigned long long) sqc->nr_threads);
}
else {
/* Display average values */
- printf("%-11s", timestamp[curr]);
cprintf_f(NO_UNIT, 2, 9, 0,
(double) avg_nr_running / avg_count,
(double) avg_nr_threads / avg_count);
if (dish) {
print_hdr_line(timestamp[!curr], a, FIRST, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous values */
- printf("%-11s", timestamp[curr]);
cprintf_u64(NO_UNIT, 6, 9,
(unsigned long long) snsc->sock_inuse,
(unsigned long long) snsc->tcp_inuse,
}
else {
/* Display average values */
- printf("%-11s", timestamp[curr]);
cprintf_f(NO_UNIT, 6, 9, 0,
(double) avg_sock_inuse / avg_count,
(double) avg_tcp_inuse / avg_count,
if (dish) {
print_hdr_line(timestamp[!curr], a, FIRST, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous values */
- printf("%-11s", timestamp[curr]);
cprintf_u64(NO_UNIT, 4, 9,
(unsigned long long) snsc->tcp6_inuse,
(unsigned long long) snsc->udp6_inuse,
}
else {
/* Display average values */
- printf("%-11s", timestamp[curr]);
cprintf_f(NO_UNIT, 4, 9, 0,
(double) avg_tcp6_inuse / avg_count,
(double) avg_udp6_inuse / avg_count,
if (dish) {
print_hdr_line(timestamp[!curr], a, FIRST, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous values */
- printf("%-11s", timestamp[curr]);
cprintf_u64(unit, 2, 9,
(unsigned long long) smc->frhkb,
(unsigned long long) (smc->tlhkb - smc->frhkb));
}
else {
/* Display average values */
- printf("%-11s", timestamp[curr]);
cprintf_f(unit, 2, 9, 0,
(double) avg_frhkb / avg_count,
((double) avg_tlhkb / avg_count) -
if (dish) {
print_hdr_line(timestamp[!curr], a, FIRST, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous values */
- printf("%-11s", timestamp[curr]);
cprintf_pc(DISPLAY_UNIT(flags), 3, 9, 2,
(double) psic->some_acpu_10 / 100,
(double) psic->some_acpu_60 / 100,
}
else {
/* Display average values */
- printf("%-11s", timestamp[curr]);
cprintf_pc(DISPLAY_UNIT(flags), 3, 9, 2,
(double) s_avg10 / (avg_count * 100),
(double) s_avg60 / (avg_count * 100),
if (dish) {
print_hdr_line(timestamp[!curr], a, FIRST, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous "some" values */
- printf("%-11s", timestamp[curr]);
cprintf_pc(DISPLAY_UNIT(flags), 3, 9, 2,
(double) psic->some_aio_10 / 100,
(double) psic->some_aio_60 / 100,
}
else {
/* Display average "some" values */
- printf("%-11s", timestamp[curr]);
cprintf_pc(DISPLAY_UNIT(flags), 3, 9, 2,
(double) s_avg10 / (avg_count * 100),
(double) s_avg60 / (avg_count * 100),
if (dish) {
print_hdr_line(timestamp[!curr], a, FIRST, 0, 9);
}
+ printf("%-11s", timestamp[curr]);
if (!dispavg) {
/* Display instantaneous "some" values */
- printf("%-11s", timestamp[curr]);
cprintf_pc(DISPLAY_UNIT(flags), 3, 9, 2,
(double) psic->some_amem_10 / 100,
(double) psic->some_amem_60 / 100,
}
else {
/* Display average "some" values */
- printf("%-11s", timestamp[curr]);
cprintf_pc(DISPLAY_UNIT(flags), 3, 9, 2,
(double) s_avg10 / (avg_count * 100),
(double) s_avg60 / (avg_count * 100),