-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Statistics collector script rework #109
Open
davvore33
wants to merge
14
commits into
dev/common
Choose a base branch
from
dev/stc_rework
base: dev/common
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.
Open
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
Default behaviour of our "Test class" init is to initialize server and client together, with this new function you'll be able to add just one test per time (you'll need to have 2 different tests if you want, for instance, to have 2 UDP client instead of client and server)
davvore33
changed the title
Statistics collector script rework [WIP]
Statistics collector script rework
Nov 15, 2019
Update config files, introduce socket-mem 2019-11-21 09:47:55,674 - TestPerf - INFO - Test test_01_4M_tcp_sess_setup_rate 2019-11-21 09:49:19,388 - TestPerf - INFO - Average Rate 8765645 2019-11-21 09:49:19,389 - TestPerf - INFO - Test test_02_8M_tcp_sess_setup_rate 2019-11-21 09:51:49,498 - TestPerf - INFO - Average Rate 8576509 2019-11-21 09:51:49,498 - TestPerf - INFO - Test test_03_10M_tcp_sess_setup_rate 2019-11-21 09:54:53,255 - TestPerf - INFO - Average Rate 8536844 2019-11-21 09:54:53,256 - TestPerf - INFO - Test test_04_4M_tcp_sess_data_10b_setup_rate 2019-11-21 09:56:28,755 - TestPerf - INFO - Average Rate 3649090 2019-11-21 09:56:28,755 - TestPerf - INFO - Test test_05_4M_tcp_sess_data_1024b_setup_rate 2019-11-21 09:58:02,809 - TestPerf - INFO - Average Rate 2907782 2019-11-21 09:58:02,810 - TestPerf - INFO - Test test_06_4M_tcp_sess_data_1300b_setup_rate 2019-11-21 09:59:38,275 - TestPerf - INFO - Average Rate 3817552 2019-11-21 09:59:38,275 - TestPerf - INFO - Test test_07_4M_udp_sess_data_10b_setup_rate 2019-11-21 10:00:59,143 - TestPerf - INFO - Average Rate 11352735 2019-11-21 10:00:59,143 - TestPerf - INFO - Test test_08_4M_http_sess_data_10b_setup_rate 2019-11-21 10:02:33,004 - TestPerf - INFO - Average Rate 3357083 2019-11-21 10:02:33,004 - TestPerf - INFO - Test test_09_4M_udp_mcast_flows_data_10b_setup_rate 2019-11-21 10:03:55,600 - TestPerf - INFO - Average Rate 21894579 2019-11-21 10:03:55,600 - TestPerf - INFO - Test test_10_timestamp_4M_tcp_sess_setup_rate 2019-11-21 10:05:26,933 - TestPerf - INFO - Average Rate 7681492 2019-11-21 10:05:26,934 - TestPerf - INFO - Test test_11_timestamp_4M_udp_sess_data_10b_setup_rate 2019-11-21 10:06:50,991 - TestPerf - INFO - Average Rate 10767120 2019-11-21 10:06:50,991 - TestPerf - INFO - Test test_12_recent_timestamp_4M_tcp_sess_setup_rate 2019-11-21 10:08:22,313 - TestPerf - INFO - Average Rate 7681031 2019-11-21 10:08:22,313 - TestPerf - INFO - Test test_13_recent_timestamp_4M_udp_sess_data_10b_setup_rate 2019-11-21 10:09:46,368 - TestPerf - INFO - Average Rate 10754733 2019-11-21 10:09:46,369 - TestPerf - INFO - Test test_14_timestamp_raw_4M_tcp_sess_data_1024b_setup_rate 2019-11-21 10:11:21,721 - TestPerf - INFO - Average Rate 3198651 2019-11-21 10:11:21,721 - TestPerf - INFO - Test test_15_timestamp_raw_4M_udp_sess_data_1024b_setup_rate 2019-11-21 10:12:38,191 - TestPerf - INFO - Average Rate 12987489 2019-11-21 10:12:38,191 - TestPerf - INFO - Test test_16_recent_timestamp_raw_4M_tcp_sess_data_1024b_setup_rate 2019-11-21 10:14:13,349 - TestPerf - INFO - Average Rate 3247600 2019-11-21 10:14:13,349 - TestPerf - INFO - Test test_17_recent_timestamp_raw_4M_udp_sess_data_1024b_setup_rate 2019-11-21 10:15:29,815 - TestPerf - INFO - Average Rate 13008807
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add new test cases, rework the collector