Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-08 | Merge branch 'dan_stateless' | Dan Klein | 8 | -32/+232 | |
Added the support for "streams" command Missing: 1. "--full" output 2. sync with server after crash 3. merging output for identical port streams | |||||
2016-01-07 | Working version of streams view in TRex console. | Dan Klein | 8 | -55/+208 | |
TODO: sync when console crashes isn't integrated yet | |||||
2016-01-07 | first bug caught by the simulator - memory leak | imarom | 1 | -7/+17 | |
2016-01-07 | yet another stateless simulation phase | imarom | 1 | -1/+7 | |
2016-01-07 | more options to the stateless simulation | imarom | 1 | -58/+84 | |
2016-01-05 | Merge branch 'random_pkt' | Hanoh Haim | 1 | -8/+5 | |
2016-01-05 | stateless sim - core_index and all cores simulation | imarom | 1 | -7/+70 | |
2016-01-05 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 1 | -0/+202 | |
2016-01-05 | move regression to trex-core | Yaroslav Brustinov | 4 | -43/+58 | |
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11 | |||||
2016-01-04 | Merge branch 'master' into dan_stateless | Dan Klein | 9 | -29/+468 | |
2016-01-04 | updated stats | Dan Klein | 1 | -2/+46 | |
2016-01-04 | some additions to the stateless simulation mode | imarom | 1 | -3/+29 | |
2016-01-04 | a script to inject simulation stateless files | imarom | 1 | -0/+176 | |
2015-12-29 | trim packet size command works | Hanoh Haim | 1 | -8/+5 | |
2015-12-27 | updated server pacakges include for ZMQ | imarom | 1 | -4/+8 | |
2015-12-27 | provide a CEL 5.9 a way to run trex-console | imarom | 1 | -2/+39 | |
2015-12-24 | some TUI tweaks | imarom | 3 | -20/+60 | |
2015-12-24 | CPU util beautification | imarom | 2 | -9/+92 | |
PPS total is only TX now and not TX + RX | |||||
2015-12-23 | connected control plane to split | imarom | 2 | -5/+15 | |
2015-12-21 | trex_client.py: maximal latency should not include c-max-*, only max-* | Yaroslav Brustinov | 1 | -2/+2 | |
2015-12-21 | latency.cpp: update ports stats at CLatencyManager::update, instead of ↵ | Yaroslav Brustinov | 1 | -0/+63 | |
CCPortLatency::DumpShort Python API added: * is_idle(): determine if TRex is in idle state * sample_x_seconds(): sample TRex for given number of seconds, useful for changing device (router etc.) config afterwards. | |||||
2015-12-16 | minor | Hanoh Haim | 1 | -1/+1 | |
2015-12-16 | add tuple gen command and yaml example | Hanoh Haim | 2 | -3/+14 | |
2015-12-16 | Merge from master | Hanoh Haim | 4 | -6/+29 | |
2015-12-16 | typo | Yaroslav Brustinov | 1 | -1/+1 | |
2015-12-16 | trex_client.py: increase timeout by '-k' argument seconds, as it leaves TRex ↵ | Yaroslav Brustinov | 1 | -1/+3 | |
in 'Starting' state. | |||||
2015-12-16 | cleaned the code a little, added load_packet_from_pcap into packet builder ↵ | Dan Klein | 3 | -5/+26 | |
functionality. | |||||
2015-12-15 | Merging lastest 'master' to side branch 'vm' | imarom | 9 | -129/+166 | |
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | VM: connected control plane to DP | imarom | 1 | -0/+5 | |
2015-12-15 | TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵ | Yaroslav Brustinov | 2 | -3/+3 | |
state from Starting to Idle or Running. | |||||
2015-12-15 | moved all return code values to RC types (better for batch rc) | imarom | 6 | -113/+110 | |
also few fixes | |||||
2015-12-14 | bugs fixes | imarom | 4 | -14/+57 | |
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | Yaroslav Brustinov | 1 | -2/+2 | |
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | imarom | 8 | -42/+181 | |
and TUI can be started in xterm using tui -x | |||||
2015-12-13 | python API: determine TRex version in more robust way | Yaroslav Brustinov | 2 | -6/+11 | |
2015-12-10 | added a "--tui" feature to the console | imarom | 2 | -28/+56 | |
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | imarom | 5 | -12/+15 | |
2015-12-09 | read only support | imarom | 7 | -566/+745 | |
2015-12-08 | some modifications to the tables | imarom | 4 | -22/+91 | |
added clear stats as well | |||||
2015-12-08 | dynamic commands on TUI | imarom | 2 | -14/+75 | |
2015-12-08 | a minor fix to the TUI (pause/resume all ports) | imarom | 2 | -10/+34 | |
2015-12-08 | text based TUI (does not use ncurses) | imarom | 4 | -962/+319 | |
2015-12-08 | Fix to documentation of python function generate_run_cmd | Ido Barnea | 1 | -4/+5 | |
2015-12-07 | removed duplications | imarom | 1 | -31/+0 | |
2015-12-07 | Merge branch 'dan_stateless' into a test branch | imarom | 9 | -90/+557 | |
Conflicts: scripts/automation/trex_control_plane/client/trex_async_client.py scripts/automation/trex_control_plane/client/trex_stateless_client.py scripts/automation/trex_control_plane/client_utils/parsing_opts.py scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-07 | added 'dry' option to start command | imarom | 3 | -28/+120 | |
this enables showing a profile map before starting | |||||
2015-12-07 | some validate info | imarom | 2 | -24/+53 | |
2015-12-07 | clear command now works as well.. | Dan Klein | 1 | -3/+7 | |
2015-12-07 | Re-designed the statistic building model based on agreed diagram. | Dan Klein | 4 | -177/+233 | |
WORKING: all polling stats | |||||
2015-12-06 | python API:fix no latency specified in tests | Yaroslav Brustinov | 1 | -13/+17 | |