Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-24 | added example | imarom | 6 | -23/+25 | |
2016-01-21 | phase 4 | imarom | 6 | -342/+325 | |
2016-01-21 | draft #3 | imarom | 8 | -182/+379 | |
2016-01-21 | draft #2 | imarom | 4 | -471/+651 | |
2016-01-21 | highly draft - just backing up | imarom | 6 | -1041/+1322 | |
2016-01-21 | async publish now | imarom | 5 | -53/+85 | |
2016-01-21 | draft of test API for stateless | imarom | 4 | -108/+140 | |
2016-01-18 | regression: | Yaroslav Brustinov | 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-14 | always on top for TUI now works no most platforms | imarom | 1 | -14/+38 | |
(using GTK+ if available) | |||||
2016-01-13 | fixed the permission on the console directory (now creates with 777) | imarom | 1 | -1/+8 | |
2016-01-13 | -a is not mandatory anymore for every port's commands | imarom | 3 | -4/+11 | |
the default is all ports | |||||
2016-01-13 | cntrl+c in middle of line can abort the line instead of exiting | imarom | 1 | -3/+17 | |
2016-01-13 | TUI now writes to a string buffer and then to screen | imarom | 4 | -9/+18 | |
(should be faster, like double buffering and switch) | |||||
2016-01-13 | added 'total' line to stats | imarom | 3 | -20/+74 | |
2016-01-13 | update pkt builder vm | Yaroslav Brustinov | 1 | -11/+9 | |
2016-01-12 | perfectionist's job is never done - fixed the console prompt redraw when | imarom | 2 | -4/+20 | |
an async event occurs so it looks nice | |||||
2016-01-12 | some modifactions to the TUI | imarom | 5 | -50/+82 | |
few things were fixed | |||||
2016-01-11 | small problem in the stl simulation | imarom | 2 | -7/+9 | |
2016-01-10 | random packet size - uses expected packet size | imarom | 1 | -1/+2 | |
instead of the value as is | |||||
2016-01-08 | minor updates | Dan Klein | 2 | -9/+19 | |
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. |