Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -4/+13 | |
(should be faster, like double buffering and switch) | |||||
2016-01-13 | added 'total' line to stats | imarom | 1 | -8/+18 | |
2016-01-12 | perfectionist's job is never done - fixed the console prompt redraw when | imarom | 1 | -0/+5 | |
an async event occurs so it looks nice | |||||
2016-01-12 | some modifactions to the TUI | imarom | 1 | -1/+1 | |
few things were fixed | |||||
2016-01-10 | random packet size - uses expected packet size | imarom | 1 | -1/+2 | |
instead of the value as is | |||||
2016-01-07 | Working version of streams view in TRex console. | Dan Klein | 1 | -0/+9 | |
TODO: sync when console crashes isn't integrated yet | |||||
2015-12-16 | add tuple gen command and yaml example | Hanoh Haim | 1 | -2/+4 | |
2015-12-16 | Merge from master | Hanoh Haim | 1 | -3/+2 | |
2015-12-16 | cleaned the code a little, added load_packet_from_pcap into packet builder ↵ | Dan Klein | 1 | -3/+2 | |
functionality. | |||||
2015-12-15 | Merging lastest 'master' to side branch 'vm' | imarom | 2 | -6/+24 | |
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 | moved all return code values to RC types (better for batch rc) | imarom | 1 | -2/+3 | |
also few fixes | |||||
2015-12-14 | bugs fixes | imarom | 2 | -5/+25 | |
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | imarom | 2 | -17/+102 | |
and TUI can be started in xterm using tui -x | |||||
2015-12-10 | added a "--tui" feature to the console | imarom | 1 | -17/+23 | |
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | imarom | 2 | -2/+2 | |
2015-12-09 | read only support | imarom | 2 | -30/+84 | |
2015-12-08 | some modifications to the tables | imarom | 2 | -9/+29 | |
added clear stats as well | |||||
2015-12-08 | dynamic commands on TUI | imarom | 1 | -14/+52 | |
2015-12-08 | a minor fix to the TUI (pause/resume all ports) | imarom | 1 | -8/+32 | |
2015-12-08 | text based TUI (does not use ncurses) | imarom | 3 | -961/+312 | |
2015-12-07 | Merge branch 'dan_stateless' into a test branch | imarom | 3 | -286/+21 | |
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 | 1 | -1/+8 | |
this enables showing a profile map before starting | |||||
2015-12-07 | Re-designed the statistic building model based on agreed diagram. | Dan Klein | 1 | -1/+1 | |
WORKING: all polling stats | |||||
2015-12-06 | ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !) | imarom | 1 | -0/+1 | |
fixed and more hardening | |||||
2015-12-06 | various fixes (each one is a minor one) | imarom | 1 | -35/+30 | |
2015-12-01 | 1. fixed ZMQ message limitation | imarom | 1 | -1/+1 | |
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 | imarom | 1 | -31/+58 | |
2015-11-29 | Supports all desired stats option, plus clearing option | Dan Klein | 1 | -0/+7 | |
2015-11-26 | when connection is lost - identify this on the console | imarom | 1 | -0/+33 | |
2015-11-26 | Merge branch 'master' into dan_stateless | Dan Klein | 1 | -8/+95 | |
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py | |||||
2015-11-26 | Initial implementation of stats prompting | Dan Klein | 3 | -196/+12 | |
2015-11-26 | added support for 'update' | imarom | 1 | -4/+12 | |
2015-11-25 | fixed a bug with default start command in the console | imarom | 2 | -1/+23 | |
also added clear events and more types of events | |||||
2015-11-25 | added events log | imarom | 1 | -0/+6 | |
2015-11-25 | support for "total" flag for start | imarom | 1 | -2/+10 | |
also fixed a bug in mpps (trex console) | |||||
2015-11-25 | removed some garbage prints | imarom | 1 | -2/+0 | |
2015-11-25 | added history command support - you can show the history or execute a ↵ | imarom | 2 | -2/+60 | |
previous command | |||||
2015-11-24 | added support for percentage on start | imarom | 1 | -7/+11 | |
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-24 | Merge branch 'master' of ↵ | imarom | 2 | -0/+22 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-24 | minor console fix | Hanoh Haim | 1 | -2/+2 | |
2015-11-23 | add stream graph + support for console to use any of the following | imarom | 1 | -13/+51 | |
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet | |||||
2015-11-23 | add pause/resume into the console | Hanoh Haim | 2 | -0/+22 | |
2015-11-22 | TUI back online | imarom | 2 | -15/+6 | |
2015-11-19 | History feature is DONE | Dan Klein | 1 | -10/+42 | |
Fixed bugs Cleaned code, more like PEP8 | |||||
2015-11-16 | created general trex console class | Dan Klein | 1 | -0/+18 | |
added dynamic server async support fixed bugs | |||||
2015-11-15 | added duration to the RPC server (and all the way to the DP) | imarom | 1 | -2/+5 | |
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-15 | few fixes to ZMQ client (timeout values) | imarom | 1 | -0/+1 | |
2015-11-15 | clean shell / client | imarom | 2 | -114/+45 | |
added script for run |