summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
AgeCommit message (Collapse)AuthorFilesLines
2016-06-23get_stats documentationIdo Barnea1-5/+148
2016-06-22STL Python API stats - add histogram key if it's absentYaroslav Brustinov1-0/+1
2016-06-22FLOW_STATS: extract start_stream from the compiler to start_trafficimarom2-0/+6
2016-06-22typo at last commitYaroslav Brustinov1-1/+1
2016-06-21api: add passing of additional arguments to TRexYaroslav Brustinov2-6/+9
2016-06-21profile fixesIdo Barnea1-7/+5
2016-06-21--debug-image flag fix bugYaroslav Brustinov1-1/+1
2016-06-20bug: multiplier can be string or unicodeimarom4-29/+25
2016-06-20regression: add flag to run with debug imageYaroslav Brustinov2-7/+9
2016-06-20Add 4 bytes for each packet rx/tx bytes in flow stats, to artificially count ↵Ido Barnea1-1/+1
ethernet CRC
2016-06-17master_daemon: show better status of executed commandYaroslav Brustinov1-1/+1
2016-06-17add ctrl+c as first try to kill daemons/TRex.Yaroslav Brustinov3-72/+45
master daemon change directory to "/" to deal with case it's directory was deleted and update_trex() was used. remove check connection to daemons as part of init of client (can be done manually per needed daemon)
2016-06-16fix python doc stringsHanoh Haim1-1/+17
2016-06-09fix TRex output not redirectedYaroslav Brustinov2-46/+47
2016-06-09typo (GitHub pull request #14)Yaroslav Brustinov1-1/+1
2016-06-06daemons fixesYaroslav Brustinov3-27/+16
2016-06-05singleton_daemon:verify RPC connectivity, shutdown the socket for immediate ↵Yaroslav Brustinov1-9/+31
close
2016-06-05remove STLSim from pcap example, remove search of BP-sim pathYaroslav Brustinov2-14/+5
2016-06-02flow latency json changesIdo Barnea1-13/+14
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