Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2015-12-07 | added 'dry' option to start command | 1 | -27/+79 | ||
this enables showing a profile map before starting | |||||
2015-12-07 | some validate info | 1 | -24/+42 | ||
2015-12-07 | clear command now works as well.. | 1 | -3/+7 | ||
2015-12-07 | Re-designed the statistic building model based on agreed diagram. | 2 | -54/+93 | ||
WORKING: all polling stats | |||||
2015-12-06 | python API:fix no latency specified in tests | 1 | -13/+17 | ||
2015-12-06 | ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !) | 2 | -29/+84 | ||
fixed and more hardening | |||||
2015-12-06 | various fixes (each one is a minor one) | 1 | -29/+83 | ||
2015-12-01 | 1. fixed ZMQ message limitation | 1 | -13/+64 | ||
2. added some scale yamls for IMIX (300 streams, 1000 streams) 3. return objects are always complex objects (not strings) - for backward compatability 4. some minor adjustments to ZMQ socket timeouts | |||||
2015-11-29 | support for update +/- request | 1 | -15/+4 | ||
2015-11-29 | Supports all desired stats option, plus clearing option | 2 | -10/+41 | ||
2015-11-26 | when connection is lost - identify this on the console | 2 | -14/+45 | ||
2015-11-26 | Merge branch 'master' into dan_stateless | 2 | -13/+155 | ||
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py | |||||
2015-11-26 | Initial implementation of stats prompting | 2 | -37/+119 | ||
2015-11-26 | added support for 'update' | 1 | -7/+81 | ||
2015-11-25 | fixed a bug with default start command in the console | 1 | -2/+28 | ||
also added clear events and more types of events | |||||
2015-11-25 | added events log | 2 | -10/+36 | ||
2015-11-25 | support for "total" flag for start | 1 | -0/+5 | ||
also fixed a bug in mpps (trex console) | |||||
2015-11-24 | added support for percentage on start | 1 | -3/+14 | ||
also added info about the correct interface driver and speed from DPDK layer |