summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
AgeCommit message (Collapse)AuthorFilesLines
2016-05-31SingletonDaemon restart fix return valueYaroslav Brustinov1-1/+1
2016-05-30async util. monitorimarom3-13/+99
i40 FDIR delay issue
2016-05-29If not total_min, make it StatNotAvailableIdo Barnea1-1/+1
2016-05-29Merge remote-tracking branch 'origin/master'Yaroslav Brustinov1-1/+3
2016-05-29Handle latency min when there are no samplesIdo Barnea1-1/+2
2016-05-29merge fix for double barrierimarom3-9/+16
2016-05-29fix for bug trex-210:imarom1-1/+7
double barrier is required to make sure sync with the server
2016-05-29revert hltapi changeYaroslav Brustinov1-3/+3
2016-05-29Fix for broken latency exampleIdo Barnea2-6/+13
2016-05-28master_daemon & other daemons updatesYaroslav Brustinov5-29/+235
2016-05-27fix bug: value of argument 1.0 was counted as "True" and not being addedYaroslav Brustinov1-3/+4
2016-05-23tui: add histogramYaroslav Brustinov2-16/+65
2016-05-23replace t-rex to TRexYaroslav Brustinov3-6/+6
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807)
2016-05-22Added min latency calc in PythonIdo Barnea2-1/+11
2016-05-21trex_client.py also for python3Yaroslav Brustinov1-1/+1
2016-05-20trex_client: de-unicode get_trex_pathYaroslav Brustinov1-2/+4
2016-05-20TUI: add tx and rx packets at latency panelYaroslav Brustinov1-4/+4
2016-05-19typoYaroslav Brustinov1-1/+1
2016-05-19add example of using Native STL or HLTAPI via JSONRPC callsYaroslav Brustinov2-0/+247
2016-05-19enhance stats to support JSONimarom1-6/+5
2016-05-19Enlarged ZMQ timeoutIdo Barnea1-2/+2
2016-05-19flow latency python examplesIdo Barnea1-0/+132
2016-05-18fix python doc string errorHanoh Haim2-4/+10
2016-05-18tui fixesYaroslav Brustinov4-187/+181
2016-05-18Change to latency python + small fixesIdo Barnea1-3/+13
2016-05-18amplifying a port's bandwidth does not affect latency streamsimarom1-1/+1
2016-05-18moved jitter into latency in pythonIdo Barnea1-2/+2
2016-05-18add latency panel to TUIYaroslav Brustinov4-36/+142
2016-05-18Latency stat python API workIdo Barnea3-0/+39
2016-05-18Regression tests working. Still missing python API to parse latency jsonIdo Barnea2-16/+34
2016-05-17flush TX queue before sending done message to CPimarom2-3/+13
2016-05-17timeout fix - two bugs in two lines of code :-( ... now it should be okimarom1-4/+6
2016-05-16fix timeout issue due to race with async response from serverimarom1-2/+5
2016-05-15regression and master daemon updatesYaroslav Brustinov1-0/+12
2016-05-14fix indent for building docsYaroslav Brustinov1-0/+2
2016-05-13typoYaroslav Brustinov1-1/+1
2016-05-13add master daemonYaroslav Brustinov6-303/+312
2016-05-11CPU calculation is different now, in flavor to be higher than real, update ↵Hanoh Haim1-2/+2
the values
2016-05-11add more example for client apiHanoh Haim2-0/+49
2016-05-10merge from masterHanoh Haim12-174/+549
2016-05-10PCAP API - added packet hookimarom4-41/+69
example is much simpler now
2016-05-10wait_on_traffic might get stuck if the async thread unexpectedly crashedimarom2-2/+12
or exited
2016-05-10Merge remote-tracking branch 'origin/master'Yaroslav Brustinov1-0/+3
2016-05-10hltapi: use flow_stats only for ipv4 packets, add flag to disable ↵Yaroslav Brustinov1-3/+8
flow_stats, add argument for custom flow_stat id for use in profiles.
2016-05-09clear_stats must first call an async barrierimarom1-0/+3
otherwise we might clean unsycned stats and it will be useless next time the client gets an async update
2016-05-09added force option to local PCAP - for > 1MB filesimarom2-8/+15
2016-05-09small fix for TUI (shows CPU util. in round up float)imarom1-2/+5
2016-05-09added duration to remote pushimarom4-24/+225
2016-05-09PCAP refinementimarom4-124/+137
2016-05-09first remote PCAP push - draftimarom5-9/+114