-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finagle-netty4: Track burstiness of cpu usage by netty threads
Problem We need to know the burstiness of cpu utilization, pending tasks and registered channels within every metric collection interval Solution Add these metrics: - cpu-util shows the distribution of cpu utilization within each minutely interval - pending_tasks shows the distribution of the length of pending tasks within each minutely interval - all_sockets - shows the distribution of registered sockets Differential Revision: https://phabricator.twitter.biz/D1177719
- Loading branch information
Showing
3 changed files
with
51 additions
and
16 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