-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing write stats in Oximeter. (#1617)
Write stats were not making it to Oximeter any longer. Something we changed recently prevented the stat update being called for completed writes. The fix is to update the write fast-ack path to update the metrics that Oximeter needed. To do this, I made a common "stat update" function and added a call to the stat update function when a write "would have" been acked had we not fast-acked it already. I also put back a call so the gw__write__done probe point is fired. While I was here, I also updated some paths for dtrace scripts and updated column width for upstairs_count.d script. Fixes #1615 --------- Co-authored-by: Alan Hanson <[email protected]>
- Loading branch information
Showing
6 changed files
with
65 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters