This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Updated wait_workload_to_stop and stop_workload and Add new method to check vdbench #145
Open
xxl-tx
wants to merge
102
commits into
intel:master
Choose a base branch
from
xxl-tx:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Signed-off-by: Li Ning <[email protected]>
Signed-off-by: Li Ning <[email protected]>
vdbench pull request
vdbench parameters
Signed-off-by: ShaoShianXA <[email protected]>
fix a report list bug
Signed-off-by: Li Ning <[email protected]>
save vdbench parameters for result show
Signed-off-by: ShaoShianXA <[email protected]>
edit vdbench parameter file name
Signed-off-by: ShaoShianXA <[email protected]>
…lconf delete description from all.conf
Signed-off-by: ShaoShianXA <[email protected]>
…arameters_bug fix create case without parameters bug
Signed-off-by: Li Ning <[email protected]>
change the case_type extracting method
Signed-off-by: ShaoShianXA <[email protected]>
add user login function
Signed-off-by: Chendi.Xue <[email protected]>
Small fix on replica size type trans
Signed-off-by: ShaoShianXA <[email protected]>
fix latency result not match bug
Signed-off-by: ShaoShianXA <[email protected]>
modify login page
Signed-off-by: ShaoShianXA <[email protected]>
report add 99.99% latency colume
Signed-off-by: ShaoShianXA <[email protected]>
fix sn_iops value error bug
Signed-off-by: ShaoShianXA <[email protected]>
add Distributed analysis remote log
Signed-off-by: Chendi Xue <[email protected]>
Add 99.99 latency at summary page
add remote log,and clean up tmp_dir when running cases
Signed-off-by: shaoshian <[email protected]>
ui add resetPerf option
use try and pass when the nvme devices unable to config Signed-off-by: Chendi Xue <[email protected]>
[BUG FIX]fix issue we met in all nvme setup
Signed-off-by: shaoshian <[email protected]>
Add interrupt process codes into cetune
Signed-off-by: root <[email protected]>
fix workload fio iops
Signed-off-by: Chendi Xue <[email protected]>
Signed-off-by: Chendi Xue <[email protected]>
Update to CeTune documents
1. add distributed_data_process to default 2. small fix in visualizer Signed-off-by: Chendi.Xue <[email protected]>
When length of test cases is bigger than 9, the description is null. This is fixed in this patch. Signed-off-by: Lisa Li <[email protected]>
The original method socket.gethostbyname_ex can only return addresses for the same interface on the same host. Please look into https://docs.python.org/2/library/socket.html. The fix is to get all IPs with ifconfig. Signed-off-by: Lisa Li [email protected]
align to current webui updated testcase.
Description is Null in generic scenario
Get all IPs
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated wait_workload_to_stop and stop_workload and Add new method to check vdbench @ningli16