forked from Layr-Labs/eigenda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Traffic generator V2 (Layr-Labs#1055)
- Loading branch information
Showing
27 changed files
with
644 additions
and
1,493 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
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Example runtime configuration file for the traffic generator | ||
# This file can be modified while the traffic generator is running | ||
|
||
writer_groups: | ||
# 1kb/s writer (1024 bytes, 1 instance) | ||
- name: "small_frequent" | ||
num_write_instances: 1 | ||
write_request_interval: 1s | ||
data_size: 1024 | ||
randomize_blobs: true | ||
write_timeout: 10s | ||
custom_quorums: [1] | ||
|
||
# 2kb/s writer (1024 bytes, 2 instances) | ||
- name: "medium_frequent" | ||
num_write_instances: 2 | ||
write_request_interval: 1s | ||
data_size: 1024 | ||
randomize_blobs: true | ||
write_timeout: 10s | ||
custom_quorums: [1] |
Oops, something went wrong.