-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pmd: add dpdk threads context switches metrics
The PMD threads should avoid context switching as much as possible. For vhost user, they must do so from time to time since the virtio side expects a kick on a file descriptor which requires to write() on it. However, non-voluntary context switches should *NEVER* happen. When they do it means there is an issue with isolation of the CPUs dedicated for OVS DPDK. Add two new metrics to expose both the voluntary and non-voluntary context switches occurring on OVS DPDK PMD threads. Signed-off-by: Robin Jarry <[email protected]>
- Loading branch information
1 parent
8570441
commit c4a0667
Showing
2 changed files
with
127 additions
and
4 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