summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/console/trex_console.py
AgeCommit message (Collapse)AuthorFilesLines
2016-02-08huge refactor - againimarom1-784/+0
2016-02-08first refactorimarom1-7/+9
2016-01-28added API: release, remove_streamimarom1-1/+7
2016-01-27API: example for bi-directional flowsimarom1-6/+21
2016-01-26API simplification and exampleimarom1-2/+3
2016-01-26API cleaning upimarom1-4/+5
2016-01-24added exampleimarom1-14/+11
2016-01-21phase 4imarom1-24/+52
2016-01-21draft #3imarom1-17/+33
2016-01-21draft #2imarom1-9/+9
2016-01-21highly draft - just backing upimarom1-10/+38
2016-01-21async publish nowimarom1-35/+14
2016-01-21draft of test API for statelessimarom1-4/+6
2016-01-14always on top for TUI now works no most platformsimarom1-14/+38
(using GTK+ if available)
2016-01-13fixed the permission on the console directory (now creates with 777)imarom1-1/+8
2016-01-13-a is not mandatory anymore for every port's commandsimarom1-0/+1
the default is all ports
2016-01-13cntrl+c in middle of line can abort the line instead of exitingimarom1-3/+17
2016-01-13TUI now writes to a string buffer and then to screenimarom1-1/+1
(should be faster, like double buffering and switch)
2016-01-13added 'total' line to statsimarom1-8/+18
2016-01-12perfectionist's job is never done - fixed the console prompt redraw whenimarom1-0/+5
an async event occurs so it looks nice
2016-01-12some modifactions to the TUIimarom1-1/+1
few things were fixed
2016-01-07Working version of streams view in TRex console.Dan Klein1-0/+9
TODO: sync when console crashes isn't integrated yet
2015-12-16add tuple gen command and yaml exampleHanoh Haim1-2/+4
2015-12-15Merging lastest 'master' to side branch 'vm'imarom1-5/+20
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py
2015-12-15VM: connected control plane to DPimarom1-0/+5
2015-12-14bugs fixesimarom1-5/+23
1. ignore your own force acquire of ports 2. TUI fixes
2015-12-14TUI v2.0 - now no flickering, state machine for lost of connectivityimarom1-1/+14
and TUI can be started in xterm using tui -x
2015-12-10added a "--tui" feature to the consoleimarom1-17/+23
it opens in read only mode and runs the TUI
2015-12-10removed session id - not necessaryimarom1-1/+2
2015-12-09read only supportimarom1-16/+62
2015-12-08some modifications to the tablesimarom1-3/+6
added clear stats as well
2015-12-08text based TUI (does not use ncurses)imarom1-3/+3
2015-12-07Merge branch 'dan_stateless' into a test branchimarom1-1/+18
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-06ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !)imarom1-0/+1
fixed and more hardening
2015-12-06various fixes (each one is a minor one)imarom1-35/+30
2015-12-011. fixed ZMQ message limitationimarom1-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-29Supports all desired stats option, plus clearing optionDan Klein1-0/+7
2015-11-26when connection is lost - identify this on the consoleimarom1-0/+33
2015-11-26Merge branch 'master' into dan_statelessDan Klein1-8/+95
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py
2015-11-26Initial implementation of stats promptingDan Klein1-1/+10
2015-11-26added support for 'update'imarom1-4/+12
2015-11-25fixed a bug with default start command in the consoleimarom1-0/+22
also added clear events and more types of events
2015-11-25added events logimarom1-0/+6
2015-11-25removed some garbage printsimarom1-2/+0
2015-11-25added history command support - you can show the history or execute a ↵imarom1-2/+55
previous command
2015-11-24minor console fixHanoh Haim1-2/+2
2015-11-23add pause/resume into the consoleHanoh Haim1-0/+10
2015-11-22TUI back onlineimarom1-3/+2
2015-11-19History feature is DONEDan Klein1-10/+42
Fixed bugs Cleaned code, more like PEP8
2015-11-16created general trex console classDan Klein1-0/+18
added dynamic server async support fixed bugs