mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 17:27:57 +00:00
Fix bug 821717: pt-tcp-model --type=requests crashes.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user