Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-31 | scapy_server for GUI+test | 1 | -0/+272 | ||
2016-06-09 | commented out line 301 | 1 | -1/+1 | ||
2016-06-09 | added description to regression manager | 1 | -344/+358 | ||
2016-06-09 | updated google analytics API | 1 | -295/+344 | ||
2016-06-06 | daemons fixes | 3 | -27/+16 | ||
2016-06-05 | singleton_daemon:verify RPC connectivity, shutdown the socket for immediate ↵ | 1 | -9/+31 | ||
close | |||||
2016-06-05 | remove STLSim from pcap example, remove search of BP-sim path | 2 | -14/+5 | ||
2016-06-02 | flow latency json changes | 1 | -13/+14 | ||
2016-05-31 | SingletonDaemon restart fix return value | 1 | -1/+1 | ||
2016-05-30 | async util. monitor | 3 | -13/+99 | ||
i40 FDIR delay issue | |||||
2016-05-29 | If not total_min, make it StatNotAvailable | 1 | -1/+1 | ||
2016-05-29 | Merge remote-tracking branch 'origin/master' | 1 | -1/+3 | ||
2016-05-29 | Handle latency min when there are no samples | 1 | -1/+2 | ||
2016-05-29 | merge fix for double barrier | 3 | -9/+16 | ||
2016-05-29 | fix for bug trex-210: | 1 | -1/+7 | ||
double barrier is required to make sure sync with the server | |||||
2016-05-29 | revert hltapi change | 1 | -3/+3 | ||
2016-05-29 | Fix for broken latency example | 2 | -6/+13 | ||
2016-05-28 | master_daemon & other daemons updates | 5 | -29/+235 | ||
2016-05-27 | fix bug: value of argument 1.0 was counted as "True" and not being added | 1 | -3/+4 | ||
2016-05-23 | tui: add histogram | 2 | -16/+65 | ||
2016-05-23 | replace t-rex to TRex | 3 | -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-22 | Added min latency calc in Python | 2 | -1/+11 | ||
2016-05-21 | trex_client.py also for python3 | 1 | -1/+1 | ||
2016-05-20 | trex_client: de-unicode get_trex_path | 1 | -2/+4 | ||
2016-05-20 | TUI: add tx and rx packets at latency panel | 1 | -4/+4 | ||
2016-05-19 | typo | 1 | -1/+1 | ||
2016-05-19 | add example of using Native STL or HLTAPI via JSONRPC calls | 2 | -0/+247 | ||
2016-05-19 | enhance stats to support JSON | 1 | -6/+5 | ||
2016-05-19 | Enlarged ZMQ timeout | 1 | -2/+2 | ||
2016-05-19 | flow latency python examples | 1 | -0/+132 | ||
2016-05-18 | fix python doc string error | 2 | -4/+10 | ||
2016-05-18 | tui fixes | 4 | -187/+181 | ||
2016-05-18 | Change to latency python + small fixes | 1 | -3/+13 | ||
2016-05-18 | amplifying a port's bandwidth does not affect latency streams | 1 | -1/+1 | ||
2016-05-18 | moved jitter into latency in python | 1 | -2/+2 | ||
2016-05-18 | add latency panel to TUI | 4 | -36/+142 | ||
2016-05-18 | Latency stat python API work | 3 | -0/+39 | ||
2016-05-18 | Regression tests working. Still missing python API to parse latency json | 2 | -16/+34 | ||
2016-05-17 | flush TX queue before sending done message to CP | 2 | -3/+13 | ||
2016-05-17 | timeout fix - two bugs in two lines of code :-( ... now it should be ok | 1 | -4/+6 | ||
2016-05-16 | fix timeout issue due to race with async response from server | 1 | -2/+5 | ||
2016-05-15 | regression and master daemon updates | 1 | -0/+12 | ||
2016-05-14 | fix indent for building docs | 1 | -0/+2 | ||
2016-05-13 | typo | 1 | -1/+1 | ||
2016-05-13 | add master daemon | 6 | -303/+312 | ||
2016-05-11 | CPU calculation is different now, in flavor to be higher than real, update ↵ | 1 | -2/+2 | ||
the values | |||||
2016-05-11 | add more example for client api | 2 | -0/+49 | ||
2016-05-10 | merge from master | 12 | -174/+549 | ||
2016-05-10 | PCAP API - added packet hook | 4 | -41/+69 | ||
example is much simpler now | |||||
2016-05-10 | wait_on_traffic might get stuck if the async thread unexpectedly crashed | 2 | -2/+12 | ||
or exited |