-
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stress-pci: add --pci-ops-rate option to limit number of bogo-ops per
second Add an option to allow the PCI stressor to reduce the number of bogo-ops per second to try to limit PCI bandwidth usage and hence for x86 systems reduce uncore utilization. Signed-off-by: Colin Ian King <[email protected]>
- Loading branch information
1 parent
92a537c
commit a175bdd
Showing
4 changed files
with
27 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1040,6 +1040,7 @@ typedef enum { | |
OPT_pci, | ||
OPT_pci_dev, | ||
OPT_pci_ops, | ||
OPT_pci_ops_rate, | ||
|
||
OPT_perf_stats, | ||
|
||
|
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