summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/console/trex_tui.py
AgeCommit message (Collapse)AuthorFilesLines
2017-03-05STL TUI: reduce the requirement for number of lines as we use 2 columns now ↵Yaroslav Brustinov1-1/+1
in general stats Change-Id: Ifbb060032fcffa982b4ab789d91c8b178b0a9027 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-20TUI should skip any non-ascii charsimarom1-1/+1
Signed-off-by: imarom <imarom@cisco.com>
2016-12-191) limit number of streams per port to 20kYaroslav Brustinov1-1/+1
2) fix showing error in TUI 3) represensation of STLError: show only errors if error, limit by 10 entries Change-Id: Ib8de9222e7fc09dd67275283857d0d7e9cb5988c Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-15https://trex-tgn.cisco.com/youtrack/issue/trex-271imarom1-2/+2
Signed-off-by: imarom <imarom@cisco.com>
2016-09-29https://trex-tgn.cisco.com/youtrack/issue/trex-249imarom1-13/+76
2016-09-07DUAL mode - phase #1imarom1-1/+1
2016-08-18CPU util. measurements fix (more accurate and steady)imarom1-21/+59
see #trex-246
2016-08-16simulator breakage fiximarom1-2/+0
2016-08-16personal code review tweaksimarom1-33/+47
2016-08-15TUI screen bufferimarom1-53/+126
2016-08-03async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232imarom1-0/+3
2016-07-27support for graceful shutdownimarom1-2/+4
2016-07-26some more TUI fixesimarom1-10/+35
2016-07-25TUI - stdout close/reopen issuesimarom1-6/+2
2016-07-25TUI tweaksimarom1-11/+39
2016-07-21faster TUI: no flickers and more...imarom1-32/+131
1. made stdout full buffered (no in-middle print) 2. added TAB for filenames auto-complete
2016-07-06TUI: crash when history is emptyimarom1-1/+1
2016-07-06TUI mode (--tui) locked on legendimarom1-14/+42
2016-07-06TUI - added left, right, end , del keysimarom1-36/+105
also history is updated when leaving TUI
2016-07-05TUI phase 500 !imarom1-32/+45
2016-07-05TUI with console - awesome !imarom1-58/+117
2016-07-05TUI integrated with consoleimarom1-28/+240
2016-06-02cpu utilization per thread + mbufs per socket + add in tuiYaroslav Brustinov1-1/+25
2016-05-23tui: add histogramYaroslav Brustinov1-1/+10
2016-05-18tui fixesYaroslav Brustinov1-1/+5
2016-05-18add latency panel to TUIYaroslav Brustinov1-3/+31
2016-04-19minor fix to TUI with no portsimarom1-23/+13
2016-04-19Merge git://github.com/danklein10/trex-core into danklein10-masterimarom1-128/+51
also adding some tweaks to the TUI Conflicts: scripts/automation/trex_control_plane/stl/console/trex_tui.py
2016-04-17TUI might crash - do not include unicode chars if stdout encoding is notimarom1-3/+8
'UTF-8' also, some fixes for the TUI port screen
2016-04-14by default TUI shows all ports - can be switched to owned by pressingimarom1-1/+1
'o'
2016-04-14fixed partial ports consoleimarom1-3/+30
2016-04-11hltapi stream stats, port tx/rx graphs at consoleYaroslav Brustinov1-8/+24
2016-04-09basic modifications for TRex tui to support toggle filtering on portsDan Klein1-3/+14
2016-03-23moving us to python 3 by default (console)imarom1-1/+1
2016-03-23console now supports python3imarom1-13/+17
2016-03-10RX stats - major refactorimarom1-1/+37
2016-02-08huge refactor - againimarom1-0/+464