diff options
| author | Junsong Li <junsongli@fb.com> | 2017-04-18 13:25:03 -0700 | 
|---|---|---|
| committer | Shreyas Siravara <sshreyas@fb.com> | 2017-09-08 04:14:24 +0000 | 
| commit | cb1395b71b523eb5391d5970a8a4230ee6069941 (patch) | |
| tree | da223f47638f75976c13a92c4d42d376209db3a2 /tests | |
| parent | 7f55c2e767440a22ef1e1ac225e3047d18b0f152 (diff) | |
debug/io-stats: Track outstanding requests
Summary:
Add outstanding-req field to track requests that have been sent
down the stack and haven't come back.
This is a port of D4908836 to 3.8
Reviewers: sshreyas
Change-Id: I5870f63008d553416109c1808a434f526f5a633d
Reviewed-on: https://review.gluster.org/18236
Reviewed-by: Shreyas Siravara <sshreyas@fb.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basic/ios-dump.t | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic/ios-dump.t b/tests/basic/ios-dump.t index 8e16c036934..89c27f65913 100644 --- a/tests/basic/ios-dump.t +++ b/tests/basic/ios-dump.t @@ -40,5 +40,6 @@ done  EXPECT_WITHIN 30 "Y" check_brick_inter_stats fop.weighted_latency_ave_usec  EXPECT_WITHIN 30 "Y" check_brick_inter_stats errors.eio.per_sec +EXPECT_WITHIN 30 "Y" check_brick_inter_stats outstanding_req  cleanup  | 
