Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -1/+10 | |
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-15 | TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵ | Yaroslav Brustinov | 1 | -2/+2 | |
state from Starting to Idle or Running. | |||||
2015-12-15 | moved all return code values to RC types (better for batch rc) | imarom | 3 | -82/+82 | |
also few fixes | |||||
2015-12-14 | bugs fixes | imarom | 2 | -9/+32 | |
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | Yaroslav Brustinov | 1 | -2/+2 | |
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | imarom | 3 | -17/+50 | |
and TUI can be started in xterm using tui -x | |||||
2015-12-13 | python API: determine TRex version in more robust way | Yaroslav Brustinov | 1 | -2/+4 | |
2015-12-10 | added a "--tui" feature to the console | imarom | 1 | -11/+33 | |
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | imarom | 2 | -9/+12 | |
2015-12-09 | read only support | imarom | 2 | -529/+525 | |
2015-12-08 | some modifications to the tables | imarom | 1 | -3/+25 | |
added clear stats as well | |||||
2015-12-08 | dynamic commands on TUI | imarom | 1 | -0/+23 | |
2015-12-08 | a minor fix to the TUI (pause/resume all ports) | imarom | 1 | -2/+2 | |
2015-12-08 | text based TUI (does not use ncurses) | imarom | 1 | -1/+7 | |
2015-12-07 | removed duplications | imarom | 1 | -31/+0 | |
2015-12-07 | Merge branch 'dan_stateless' into a test branch | imarom | 2 | -48/+234 | |
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 | -27/+79 | |
this enables showing a profile map before starting | |||||
2015-12-07 | some validate info | imarom | 1 | -24/+42 | |
2015-12-07 | clear command now works as well.. | Dan Klein | 1 | -3/+7 | |
2015-12-07 | Re-designed the statistic building model based on agreed diagram. | Dan Klein | 2 | -54/+93 | |
WORKING: all polling stats | |||||
2015-12-06 | python API:fix no latency specified in tests | Yaroslav Brustinov | 1 | -13/+17 | |
2015-12-06 | ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !) | imarom | 2 | -29/+84 | |
fixed and more hardening | |||||
2015-12-06 | various fixes (each one is a minor one) | imarom | 1 | -29/+83 | |
2015-12-01 | 1. fixed ZMQ message limitation | imarom | 1 | -13/+64 | |
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 | -15/+4 | |
2015-11-29 | Supports all desired stats option, plus clearing option | Dan Klein | 2 | -10/+41 | |
2015-11-26 | when connection is lost - identify this on the console | imarom | 2 | -14/+45 | |
2015-11-26 | Merge branch 'master' into dan_stateless | Dan Klein | 2 | -13/+155 | |
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py | |||||
2015-11-26 | Initial implementation of stats prompting | Dan Klein | 2 | -37/+119 | |
2015-11-26 | added support for 'update' | imarom | 1 | -7/+81 | |
2015-11-25 | fixed a bug with default start command in the console | imarom | 1 | -2/+28 | |
also added clear events and more types of events | |||||
2015-11-25 | added events log | imarom | 2 | -10/+36 | |
2015-11-25 | support for "total" flag for start | imarom | 1 | -0/+5 | |
also fixed a bug in mpps (trex console) | |||||
2015-11-24 | added support for percentage on start | imarom | 1 | -3/+14 | |
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-23 | add pause/resume into the console | Hanoh Haim | 1 | -0/+118 | |
2015-11-22 | TUI back online | imarom | 1 | -0/+18 | |
2015-11-19 | full async DP stop support | imarom | 2 | -14/+43 | |
2015-11-19 | Merge branch 'master' of ↵ | imarom | 2 | -32/+30 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | History feature is DONE | Dan Klein | 1 | -29/+26 | |
Fixed bugs Cleaned code, more like PEP8 | |||||
2015-11-17 | minor bug in wait cmd | imarom | 1 | -1/+1 | |
2015-11-16 | created general trex console class | Dan Klein | 2 | -3/+4 | |
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 | -7/+8 | |
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-15 | few fixes to ZMQ client (timeout values) | imarom | 1 | -2/+2 | |
2015-11-15 | clean shell / client | imarom | 1 | -23/+223 | |
added script for run | |||||
2015-11-13 | Merge branch 'rpc_intg1' of ↵ | imarom | 1 | -1/+2 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 |