-
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-core: Track queue delay and send latency in pipelining client
Problem We need to measure the delays between submission to the Netty epoll loop queue and task execution, as well as the latencies for message sending, including socket writes. Solution Add epoll_queue_delay_ns and message_send_latency_ns to PipeliningClientPushSession Differential Revision: https://phabricator.twitter.biz/D1185421
- Loading branch information
Ivan Gorbachev
authored and
jenkins
committed
Nov 27, 2024
1 parent
dc5f647
commit e4a911e
Showing
3 changed files
with
37 additions
and
6 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