PRINTMSG
PRINTMSG("static_rix (%d) ratemask 0x%llx\n",
PRINTMSG("[%4u] cur rate %d %s since switch: "
PRINTMSG("last sample (%d %s) cur sample (%d %s) "
PRINTMSG("packets since sample %d sample tt %u\n",
PRINTMSG(" TX Rate TXTOTAL:TXOK EWMA T/ F"
PRINTMSG(" TX Rate TXTOTAL:TXOK EWMA T/ F"
PRINTMSG("[%2u %s:%5u] %8ju:%-8ju "
PRINTMSG("\n");
PRINTMSG("\n");
PRINTMSG("dT: %5.3fs w: %.3fs", dt,
PRINTMSG(" filter: ");
PRINTMSG("%s", pf_s);
PRINTMSG("\n");
PRINTMSG(" L(q) ops/s ");
PRINTMSG(" r/s kB kBps ms/r ");
PRINTMSG(" w/s kB kBps ms/w ");
PRINTMSG(" r/s kBps ms/r ");
PRINTMSG(" w/s kBps ms/w ");
PRINTMSG(" d/s kB kBps");
PRINTMSG(" ms/d ");
PRINTMSG(" d/s kBps ms/d ");
PRINTMSG(" o/s ms/o ");
PRINTMSG("%%busy Name\n");
PRINTMSG("timestamp,name,q-depth,total_ops/s");
PRINTMSG(",read/s,read_sz-KiB");
PRINTMSG(",read-KiB/s,ms/read");
PRINTMSG(",write/s,write_sz-KiB");
PRINTMSG(",write-KiB/s,ms/write");
PRINTMSG(",read/s,read-KiB/s,ms/read");
PRINTMSG(",write/s,write-KiB/s,ms/write");
PRINTMSG(",delete/s,delete-sz-KiB");
PRINTMSG(",delete-KiB/s,ms/delete");
PRINTMSG(",delete/s,delete-KiB/s");
PRINTMSG(",ms/delete");
PRINTMSG(",other/s,ms/other");
PRINTMSG(",%%busy\n");
PRINTMSG("*\n");
PRINTMSG("%s", ts); /* timestamp */
PRINTMSG(",%s", g_name); /* print name */
PRINTMSG(",%ju", (uintmax_t)u64);
PRINTMSG(",%.0f", (double)ld[0]);
PRINTMSG(",%.0f", (double)ld[1]);
PRINTMSG(",%.0f", (double)ld[13]);
PRINTMSG(",%.0f", (double)ld[2] * 1024);
PRINTMSG(",%.0f", (double)ld[3]);
PRINTMSG(",%.1f", (double)ld[3]);
PRINTMSG(",%.3f", (double)ld[3]);
PRINTMSG(",%.0f", (double)ld[4]);
PRINTMSG(",%.0f", (double)ld[14]);
PRINTMSG(",%.0f", (double)ld[5] * 1024);
PRINTMSG(",%.0f", (double)ld[6]);
PRINTMSG(",%.1f", (double)ld[6]);
PRINTMSG(",%.3f", (double)ld[6]);
PRINTMSG(",%.0f", (double)ld[8]);
PRINTMSG(",%.0f",
PRINTMSG(",%.0f", (double)ld[9] * 1024);
PRINTMSG(",%.0f",
PRINTMSG(",%.1f",
PRINTMSG(",%.3f",
PRINTMSG(",%.0f", (double)ld[11]);
PRINTMSG(",%.0f",
PRINTMSG(",%.1f",
PRINTMSG(",%.3f",
PRINTMSG(",%.1lf", (double)ld[7]);
PRINTMSG(" %4ju", (uintmax_t)u64);
PRINTMSG(" %6.0f", (double)ld[0]);
PRINTMSG(" %6.0f", (double)ld[1]);
PRINTMSG(" %6.0f", (double)ld[13]);
PRINTMSG(" %6.0f", (double)ld[2] * 1024);
PRINTMSG(" %6.0f", (double)ld[3]);
PRINTMSG(" %6.1f", (double)ld[3]);
PRINTMSG(" %6.3f", (double)ld[3]);
PRINTMSG(" %6.0f", (double)ld[4]);
PRINTMSG(" %6.0f", (double)ld[14]);
PRINTMSG(" %6.0f", (double)ld[5] * 1024);
PRINTMSG(" %6.0f", (double)ld[6]);
PRINTMSG(" %6.1f", (double)ld[6]);
PRINTMSG(" %6.3f", (double)ld[6]);
PRINTMSG(" %6.0f", (double)ld[8]);
PRINTMSG(" %6.0f",
PRINTMSG(" %6.0f",
PRINTMSG(" %6.0f",
PRINTMSG(" %6.1f",
PRINTMSG(" %6.3f",
PRINTMSG(" %6.0f", (double)ld[11]);
PRINTMSG(" %6.0f",
PRINTMSG(" %6.1f",
PRINTMSG(" %6.3f",
PRINTMSG(" %6.1lf", (double)ld[7]);
PRINTMSG("|");
PRINTMSG(" ");
PRINTMSG(" %s", g_name);
PRINTMSG("\n");