Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-10 | removed session id - not necessary | imarom | 5 | -12/+15 | |
2015-12-09 | read only support | imarom | 7 | -566/+745 | |
2015-12-08 | some modifications to the tables | imarom | 4 | -22/+91 | |
added clear stats as well | |||||
2015-12-08 | dynamic commands on TUI | imarom | 2 | -14/+75 | |
2015-12-08 | a minor fix to the TUI (pause/resume all ports) | imarom | 2 | -10/+34 | |
2015-12-08 | text based TUI (does not use ncurses) | imarom | 4 | -962/+319 | |
2015-12-08 | Fix to documentation of python function generate_run_cmd | Ido Barnea | 1 | -4/+5 | |
2015-12-07 | removed duplications | imarom | 1 | -31/+0 | |
2015-12-07 | Merge branch 'dan_stateless' into a test branch | imarom | 9 | -90/+557 | |
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 | 3 | -28/+120 | |
this enables showing a profile map before starting | |||||
2015-12-07 | some validate info | imarom | 2 | -24/+53 | |
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 | 4 | -177/+233 | |
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 | 4 | -31/+87 | |
fixed and more hardening | |||||
2015-12-06 | various fixes (each one is a minor one) | imarom | 3 | -65/+115 | |
2015-12-01 | 1. fixed ZMQ message limitation | imarom | 4 | -21/+82 | |
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 | Merge branch 'master' of ↵ | imarom | 2 | -11/+7 | |
csi-sceasr-b33:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-29 | support for update +/- request | imarom | 2 | -46/+62 | |
2015-11-29 | Supports all desired stats option, plus clearing option | Dan Klein | 4 | -32/+180 | |
2015-11-28 | restore comment | Yaroslav Brustinov | 1 | -0/+1 | |
2015-11-28 | fix second try of running daemon: second daemonize_parser() ruins input args | Yaroslav Brustinov | 2 | -11/+6 | |
2015-11-26 | when connection is lost - identify this on the console | imarom | 3 | -14/+78 | |
2015-11-26 | Merge branch 'master' into dan_stateless | Dan Klein | 4 | -40/+326 | |
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py | |||||
2015-11-26 | Initial implementation of stats prompting | Dan Klein | 9 | -44/+270 | |
2015-11-26 | added support for 'update' | imarom | 2 | -11/+93 | |
2015-11-25 | fixed a bug with default start command in the console | imarom | 3 | -3/+51 | |
also added clear events and more types of events | |||||
2015-11-25 | added events log | imarom | 3 | -10/+42 | |
2015-11-25 | support for "total" flag for start | imarom | 2 | -2/+15 | |
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 | 2 | -10/+25 | |
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-24 | Merge branch 'master' of ↵ | imarom | 3 | -0/+140 | |
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 | 3 | -0/+140 | |
2015-11-22 | TUI back online | imarom | 3 | -15/+24 | |
2015-11-19 | full async DP stop support | imarom | 2 | -14/+43 | |
2015-11-19 | Merge branch 'master' of ↵ | imarom | 3 | -42/+90 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | History feature is DONE | Dan Klein | 2 | -39/+68 | |
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 | 3 | -3/+22 | |
added dynamic server async support fixed bugs | |||||
2015-11-15 | added duration to the RPC server (and all the way to the DP) | imarom | 2 | -9/+13 | |
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-15 | few fixes to ZMQ client (timeout values) | imarom | 3 | -29/+32 | |
2015-11-15 | clean shell / client | imarom | 3 | -137/+268 | |
added script for run | |||||
2015-11-13 | Merge branch 'rpc_intg1' of ↵ | imarom | 2 | -5/+6 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 | |||||
2015-11-13 | few mods | imarom | 3 | -34/+42 | |
few fixes TUI is not working yet... need to fix more stuff a checkpoint for now | |||||
2015-11-12 | modifying stateless client to a simpler lightweight module | imarom | 3 | -272/+144 | |
2015-11-12 | DRAFT - only for internal purpose | imarom | 3 | -658/+515 | |
2015-11-12 | refactor stream object | Hanoh Haim | 2 | -5/+6 | |