Home | History | Annotate | Download | only in btt

Lines Matching full:fprintf

58 	fprintf(iostat_ofp, "Device:       rrqm/s   wrqm/s     r/s     w/s    "
118 fprintf(iostat_ofp, "%-11s ", make_dev_hdr(hdr, 11, dip, 1));
119 fprintf(iostat_ofp, "%8.2lf ", (double)sp->rqm[1] / dt);
120 fprintf(iostat_ofp, "%8.2lf ", (double)sp->rqm[0] / dt);
121 fprintf(iostat_ofp, "%7.2lf ", (double)sp->ios[1] / dt);
122 fprintf(iostat_ofp, "%7.2lf ", (double)sp->ios[0] / dt);
123 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[1] / dt);
124 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[0] / dt);
125 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[1] / 2) / dt);
126 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[0] / 2) / dt);
127 fprintf(iostat_ofp, "%8.2lf ", avgrq_sz);
128 fprintf(iostat_ofp, "%8.2lf ", (double)sp->tot_qusz / dt);
129 fprintf(iostat_ofp, "%7.2lf ", await);
130 fprintf(iostat_ofp, "%7.2lf ", svctm);
131 fprintf(iostat_ofp, "%6.2lf", p_util);
133 fprintf(iostat_ofp, "%8s\n", "TOTAL");
135 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp));
165 fprintf(iostat_ofp, "%-11s ", "TOTAL");
166 fprintf(iostat_ofp, "%8.2lf ", asp->rqm_s[0]);
167 fprintf(iostat_ofp, "%8.2lf ", asp->rqm_s[1]);
168 fprintf(iostat_ofp, "%7.2lf ", asp->ios_s[0]);
169 fprintf(iostat_ofp, "%7.2lf ", asp->ios_s[1]);
170 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[0]);
171 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[1]);
172 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[0] / 2.0);
173 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[1] / 2.0);
174 fprintf(iostat_ofp, "%8.2lf ", asp->avgrq_sz / asp->n);
175 fprintf(iostat_ofp, "%8.2lf ", asp->avgqu_sz / asp->n);
176 fprintf(iostat_ofp, "%7.2lf ", asp->await / asp->n);
177 fprintf(iostat_ofp, "%7.2lf ", asp->svctm / asp->n);
178 fprintf(iostat_ofp, "%6.2lf", asp->p_util / asp->n);
180 fprintf(iostat_ofp, "%8s\n", "TOTAL");
182 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp));
225 fprintf(iostat_ofp, "\n");