-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fair_queue: Export the number of times class was activated
Activation of a class happens when it receives a request into its empty queue. When activated, class also updates its "accumulator" that's responsible for fair-selection of classes according to its shares. Each activation a class may lose some accumulator point, thus losing some portion of the disk capacity. Knowing the activation rate is very useful, right now we only have some side ways to get an idea of this counter. Signed-off-by: Pavel Emelyanov <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 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