Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-28 | master_daemon & other daemons updates | 3 | -29/+71 | ||
2016-05-23 | tui: add histogram | 2 | -16/+65 | ||
2016-05-22 | Added min latency calc in Python | 2 | -1/+11 | ||
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 | 1 | -4/+4 | ||
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-11 | CPU calculation is different now, in flavor to be higher than real, update ↵ | 1 | -2/+2 | ||
the values | |||||
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 | |||||
2016-05-10 | Merge remote-tracking branch 'origin/master' | 1 | -0/+3 | ||
2016-05-10 | hltapi: use flow_stats only for ipv4 packets, add flag to disable ↵ | 1 | -3/+8 | ||
flow_stats, add argument for custom flow_stat id for use in profiles. | |||||
2016-05-09 | clear_stats must first call an async barrier | 1 | -0/+3 | ||
otherwise we might clean unsycned stats and it will be useless next time the client gets an async update | |||||
2016-05-09 | added force option to local PCAP - for > 1MB files | 2 | -8/+15 | ||
2016-05-09 | small fix for TUI (shows CPU util. in round up float) | 1 | -2/+5 | ||
2016-05-09 | added duration to remote push | 4 | -24/+225 | ||
2016-05-09 | PCAP refinement | 4 | -124/+137 | ||
2016-05-09 | first remote PCAP push - draft | 5 | -9/+114 | ||
2016-05-08 | add cache to CP | 1 | -6/+19 | ||
2016-05-03 | bp_sim: correct description of supported stateful layers | 1 | -1/+2 | ||
main_dpdk: send bw_per_core with json, return back precision of low values jsonrpcserver: disable logging regression: use bw_per_core from cpp calculation correct test name for GA | |||||
2016-05-02 | two fixes: | 3 | -28/+42 | ||
1. history traversal with lock when adding stats objects 2. sync with ports only when you acquire the port, reset does not sync with the streams | |||||
2016-05-02 | Python circular object reference - fix | 2 | -6/+8 | ||
2016-04-29 | GA fix for python3 | 1 | -1/+1 | ||
2016-04-29 | regression: add GA | 1 | -0/+295 | ||
2016-04-19 | minor fix to TUI with no ports | 1 | -23/+13 | ||
2016-04-19 | Merge git://github.com/danklein10/trex-core into danklein10-master | 5 | -130/+209 | ||
also adding some tweaks to the TUI Conflicts: scripts/automation/trex_control_plane/stl/console/trex_tui.py | |||||
2016-04-18 | portattr console command fix | 1 | -4/+8 | ||
2016-04-18 | minor fix | 2 | -1/+15 | ||
2016-04-18 | support for reacquire command | 3 | -15/+70 | ||
also better sync with the server about ownership of ports | |||||
2016-04-18 | simple intro while connecting to the server | 3 | -12/+35 | ||
2016-04-17 | TUI might crash - do not include unicode chars if stdout encoding is not | 2 | -4/+18 | ||
'UTF-8' also, some fixes for the TUI port screen | |||||
2016-04-16 | python3 further fixes | 1 | -2/+2 | ||
2016-04-14 | Merge remote-tracking branch 'origin/master' | 1 | -1/+1 | ||
2016-04-14 | regression: add --python2 and --python3 to run_regression, if nothing ↵ | 1 | -2/+2 | ||
provided, use python2. hltapi: fix bug of not reducing 4 bytes from produced packets because of fcs. doc: add trex_client package stl/stf example of running examples :) | |||||
2016-04-14 | by default TUI shows all ports - can be switched to owned by pressing | 1 | -1/+1 | ||
'o' | |||||
2016-04-14 | fixed partial ports console | 5 | -92/+178 | ||