Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-21 | trex_client.py: maximal latency should not include c-max-*, only max-* | 1 | -2/+2 | ||
2015-12-21 | latency.cpp: update ports stats at CLatencyManager::update, instead of ↵ | 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 | 1 | -1/+1 | ||
2015-12-16 | add tuple gen command and yaml example | 1 | -1/+10 | ||
2015-12-16 | typo | 1 | -1/+1 | ||
2015-12-16 | trex_client.py: increase timeout by '-k' argument seconds, as it leaves TRex ↵ | 1 | -1/+3 | ||
in 'Starting' state. | |||||
2015-12-15 | TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵ | 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) | 3 | -82/+82 | ||
also few fixes | |||||
2015-12-14 | bugs fixes | 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 | 1 | -2/+2 | ||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | 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 | 1 | -2/+4 | ||
2015-12-10 | added a "--tui" feature to the console | 1 | -11/+33 | ||
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | 2 | -9/+12 | ||
2015-12-09 | read only support | 2 | -529/+525 | ||
2015-12-08 | some modifications to the tables | 1 | -3/+25 | ||
added clear stats as well | |||||
2015-12-08 | dynamic commands on TUI | 1 | -0/+23 | ||
2015-12-08 | a minor fix to the TUI (pause/resume all ports) | 1 | -2/+2 | ||
2015-12-08 | text based TUI (does not use ncurses) | 1 | -1/+7 | ||
2015-12-07 | removed duplications | 1 | -31/+0 | ||
2015-12-07 | Merge branch 'dan_stateless' into a test branch | 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 | 1 | -27/+79 | ||
this enables showing a profile map before starting | |||||
2015-12-07 | some validate info | 1 | -24/+42 | ||
2015-12-07 | clear command now works as well.. | 1 | -3/+7 | ||
2015-12-07 | Re-designed the statistic building model based on agreed diagram. | 2 | -54/+93 | ||
WORKING: all polling stats | |||||
2015-12-06 | python API:fix no latency specified in tests | 1 | -13/+17 | ||
2015-12-06 | ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !) | 2 | -29/+84 | ||
fixed and more hardening | |||||
2015-12-06 | various fixes (each one is a minor one) | 1 | -29/+83 | ||
2015-12-01 | 1. fixed ZMQ message limitation | 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 | 1 | -15/+4 | ||
2015-11-29 | Supports all desired stats option, plus clearing option | 2 | -10/+41 | ||
2015-11-26 | when connection is lost - identify this on the console | 2 | -14/+45 | ||
2015-11-26 | Merge branch 'master' into dan_stateless | 2 | -13/+155 | ||
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py | |||||
2015-11-26 | Initial implementation of stats prompting | 2 | -37/+119 | ||
2015-11-26 | added support for 'update' | 1 | -7/+81 | ||
2015-11-25 | fixed a bug with default start command in the console | 1 | -2/+28 | ||
also added clear events and more types of events | |||||
2015-11-25 | added events log | 2 | -10/+36 | ||
2015-11-25 | support for "total" flag for start | 1 | -0/+5 | ||
also fixed a bug in mpps (trex console) | |||||
2015-11-24 | added support for percentage on start | 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 | 1 | -0/+118 | ||
2015-11-22 | TUI back online | 1 | -0/+18 | ||
2015-11-19 | full async DP stop support | 2 | -14/+43 | ||
2015-11-19 | Merge branch 'master' of ↵ | 2 | -32/+30 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | History feature is DONE | 1 | -29/+26 | ||
Fixed bugs Cleaned code, more like PEP8 | |||||
2015-11-17 | minor bug in wait cmd | 1 | -1/+1 | ||
2015-11-16 | created general trex console class | 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) | 1 | -7/+8 | ||
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-15 | few fixes to ZMQ client (timeout values) | 1 | -2/+2 | ||
2015-11-15 | clean shell / client | 1 | -23/+223 | ||
added script for run | |||||
2015-11-13 | Merge branch 'rpc_intg1' of ↵ | 1 | -1/+2 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 |