Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-14 | always on top for TUI now works no most platforms | 1 | -14/+38 | ||
(using GTK+ if available) | |||||
2016-01-13 | fixed the permission on the console directory (now creates with 777) | 1 | -1/+8 | ||
2016-01-13 | -a is not mandatory anymore for every port's commands | 3 | -4/+11 | ||
the default is all ports | |||||
2016-01-13 | cntrl+c in middle of line can abort the line instead of exiting | 1 | -3/+17 | ||
2016-01-13 | TUI now writes to a string buffer and then to screen | 4 | -9/+18 | ||
(should be faster, like double buffering and switch) | |||||
2016-01-13 | added 'total' line to stats | 3 | -20/+74 | ||
2016-01-13 | update pkt builder vm | 1 | -11/+9 | ||
2016-01-12 | perfectionist's job is never done - fixed the console prompt redraw when | 2 | -4/+20 | ||
an async event occurs so it looks nice | |||||
2016-01-12 | some modifactions to the TUI | 5 | -50/+82 | ||
few things were fixed | |||||
2016-01-11 | small problem in the stl simulation | 2 | -7/+9 | ||
2016-01-10 | random packet size - uses expected packet size | 1 | -1/+2 | ||
instead of the value as is | |||||
2016-01-08 | minor updates | 2 | -9/+19 | ||
2016-01-08 | Merge branch 'dan_stateless' | 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. | 8 | -55/+208 | ||
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 | Merge branch 'random_pkt' | 1 | -8/+5 | ||
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 | 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 | 9 | -29/+468 | ||
2016-01-04 | updated stats | 1 | -2/+46 | ||
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-29 | trim packet size command works | 1 | -8/+5 | ||
2015-12-27 | updated server pacakges include for ZMQ | 1 | -4/+8 | ||
2015-12-27 | provide a CEL 5.9 a way to run trex-console | 1 | -2/+39 | ||
2015-12-24 | some TUI tweaks | 3 | -20/+60 | ||
2015-12-24 | CPU util beautification | 2 | -9/+92 | ||
PPS total is only TX now and not TX + RX | |||||
2015-12-23 | connected control plane to split | 2 | -5/+15 | ||
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 | 2 | -3/+14 | ||
2015-12-16 | Merge from master | 4 | -6/+29 | ||
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-16 | cleaned the code a little, added load_packet_from_pcap into packet builder ↵ | 3 | -5/+26 | ||
functionality. | |||||
2015-12-15 | Merging lastest 'master' to side branch 'vm' | 9 | -129/+166 | ||
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | VM: connected control plane to DP | 1 | -0/+5 | ||
2015-12-15 | TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵ | 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) | 6 | -113/+110 | ||
also few fixes | |||||
2015-12-14 | bugs fixes | 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 | 1 | -2/+2 | ||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | 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 | 2 | -6/+11 | ||
2015-12-10 | added a "--tui" feature to the console | 2 | -28/+56 | ||
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | 5 | -12/+15 | ||
2015-12-09 | read only support | 7 | -566/+745 | ||