Fix bug 821717: pt-tcp-model --type=requests crashes.

This commit is contained in:
Daniel Nichter
2011-10-11 08:31:42 -06:00
parent ccd1a2a7f8
commit 7da33234f5
5 changed files with 55 additions and 4 deletions

View File

@@ -1988,7 +1988,7 @@ sub main {
else {
printf "%s %5.2f %9.3f %5d %5d %.6f %.6f %.6f %.6f %.6f %.6f\n",
@{$event}{qw(
ts concurrency throughput arrivals completions res_time
ts concurrency throughput arrivals completions busy_time
weighted_time sum_time variance_mean quantile_time obs_time)};
}
$pr->update($tell) if $pr;