Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-26 | packet is now base64 encoded | 2 | -4/+3 | ||
2016-01-26 | API simplification and example | 2 | -97/+40 | ||
2016-01-26 | API cleaning up | 2 | -242/+413 | ||
2016-01-24 | stateless sim was broken | 1 | -1/+2 | ||
2016-01-24 | added support for L1 B/W check | 2 | -17/+20 | ||
both start/update now enforce this and it can be bypassed by providing 'force' | |||||
2016-01-24 | fixed issue trex-172: Console -m 100% is L2 and no L1 | 2 | -28/+38 | ||
http://trex-tgn.cisco.com/youtrack/issue/trex-172 | |||||
2016-01-24 | added example | 2 | -6/+9 | ||
2016-01-21 | phase 4 | 2 | -241/+173 | ||
2016-01-21 | draft #3 | 3 | -157/+335 | ||
2016-01-21 | draft #2 | 1 | -452/+604 | ||
2016-01-21 | highly draft - just backing up | 2 | -513/+765 | ||
2016-01-21 | async publish now | 2 | -11/+53 | ||
2016-01-21 | draft of test API for stateless | 1 | -82/+116 | ||
2016-01-18 | regression: | 1 | -2/+5 | ||
corrections of benchmarks move packet builder tests to functional folder add CPU utilization boundries for more tests print Skipping message fix relative drop counting API: convert hostname to IP at init of client side (trex_client.py) various: move python path determination to external common file add functional tests running bash script add sudo check to t-rex-64 | |||||
2016-01-13 | -a is not mandatory anymore for every port's commands | 1 | -0/+1 | ||
the default is all ports | |||||
2016-01-12 | perfectionist's job is never done - fixed the console prompt redraw when | 1 | -4/+15 | ||
an async event occurs so it looks nice | |||||
2016-01-12 | some modifactions to the TUI | 2 | -15/+4 | ||
few things were fixed | |||||
2016-01-11 | small problem in the stl simulation | 1 | -4/+3 | ||
2016-01-08 | minor updates | 1 | -9/+13 | ||
2016-01-08 | Merge branch 'dan_stateless' | 2 | -16/+97 | ||
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. | 2 | -16/+97 | ||
TODO: sync when console crashes isn't integrated yet | |||||
2016-01-07 | first bug caught by the simulator - memory leak | 1 | -7/+17 | ||
2016-01-07 | yet another stateless simulation phase | 1 | -1/+7 | ||
2016-01-07 | more options to the stateless simulation | 1 | -58/+84 | ||
2016-01-05 | stateless sim - core_index and all cores simulation | 1 | -7/+70 | ||
2016-01-05 | Merge remote-tracking branch 'origin/master' | 1 | -0/+202 | ||
2016-01-05 | move regression to trex-core | 1 | -40/+51 | ||
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11 | |||||
2016-01-04 | some additions to the stateless simulation mode | 1 | -3/+29 | ||
2016-01-04 | a script to inject simulation stateless files | 1 | -0/+176 | ||
2015-12-21 | trex_client.py: maximal latency should not include c-max-*, only max-* | 1 | -2/+2 | ||
2015-12-21 | latency.cpp: update ports stats at CLatencyManager::update, instead of ↵ | 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 | 1 | -1/+1 | ||
2015-12-16 | add tuple gen command and yaml example | 1 | -1/+10 | ||
2015-12-16 | typo | 1 | -1/+1 | ||
2015-12-16 | trex_client.py: increase timeout by '-k' argument seconds, as it leaves TRex ↵ | 1 | -1/+3 | ||
in 'Starting' state. | |||||
2015-12-15 | TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵ | 1 | -2/+2 | ||
state from Starting to Idle or Running. | |||||
2015-12-15 | moved all return code values to RC types (better for batch rc) | 3 | -82/+82 | ||
also few fixes | |||||
2015-12-14 | bugs fixes | 2 | -9/+32 | ||
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | 1 | -2/+2 | ||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | 3 | -17/+50 | ||
and TUI can be started in xterm using tui -x | |||||
2015-12-13 | python API: determine TRex version in more robust way | 1 | -2/+4 | ||
2015-12-10 | added a "--tui" feature to the console | 1 | -11/+33 | ||
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | 2 | -9/+12 | ||
2015-12-09 | read only support | 2 | -529/+525 | ||
2015-12-08 | some modifications to the tables | 1 | -3/+25 | ||
added clear stats as well | |||||
2015-12-08 | dynamic commands on TUI | 1 | -0/+23 | ||
2015-12-08 | a minor fix to the TUI (pause/resume all ports) | 1 | -2/+2 | ||
2015-12-08 | text based TUI (does not use ncurses) | 1 | -1/+7 | ||
2015-12-07 | removed duplications | 1 | -31/+0 | ||
2015-12-07 | Merge branch 'dan_stateless' into a test branch | 2 | -48/+234 | ||
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 |