Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-04 | trex_client: sample each second | 1 | -30/+68 | ||
stateful result object: add method to get avg value at steady state regression: add -t flag to run specific test by name (without file and class) update trex07 benchmarks | |||||
2016-06-29 | flow stat/latency error counters code + documentation | 4 | -40/+99 | ||
2016-06-26 | stf api: don't fail if no histogram in result | 1 | -15/+16 | ||
2016-06-23 | FLOW_STATS: removed line_util fields | 1 | -11/+5 | ||
2016-06-23 | minor update for the stats doc | 1 | -10/+12 | ||
2016-06-23 | Merge branch 'master' into cpu_per_core | 17 | -224/+365 | ||
Conflicts: scripts/automation/trex_control_plane/server/singleton_daemon.py | |||||
2016-06-23 | daemons logger: create log dir if does not exist | 1 | -6/+5 | ||
2016-06-23 | get_stats documentation | 1 | -5/+148 | ||
2016-06-22 | STL Python API stats - add histogram key if it's absent | 1 | -0/+1 | ||
2016-06-22 | FLOW_STATS: extract start_stream from the compiler to start_traffic | 2 | -0/+6 | ||
2016-06-22 | typo at last commit | 1 | -1/+1 | ||
2016-06-21 | api: add passing of additional arguments to TRex | 2 | -6/+9 | ||
2016-06-21 | profile fixes | 1 | -7/+5 | ||
2016-06-21 | --debug-image flag fix bug | 1 | -1/+1 | ||
2016-06-20 | bug: multiplier can be string or unicode | 4 | -29/+25 | ||
2016-06-20 | regression: add flag to run with debug image | 2 | -7/+9 | ||
2016-06-20 | Add 4 bytes for each packet rx/tx bytes in flow stats, to artificially count ↵ | 1 | -1/+1 | ||
ethernet CRC | |||||
2016-06-17 | master_daemon: show better status of executed command | 1 | -1/+1 | ||
2016-06-17 | add ctrl+c as first try to kill daemons/TRex. | 3 | -72/+45 | ||
master daemon change directory to "/" to deal with case it's directory was deleted and update_trex() was used. remove check connection to daemons as part of init of client (can be done manually per needed daemon) | |||||
2016-06-16 | fix python doc strings | 1 | -1/+17 | ||
2016-06-09 | fix TRex output not redirected | 2 | -46/+47 | ||
2016-06-09 | commented out line 301 | 1 | -1/+1 | ||
2016-06-09 | added description to regression manager | 1 | -344/+358 | ||
2016-06-09 | updated google analytics API | 1 | -295/+344 | ||
2016-06-09 | typo (GitHub pull request #14) | 1 | -1/+1 | ||
2016-06-06 | MBUF utilization: add size of RAM (MB) the MBUFs take | 1 | -53/+71 | ||
2016-06-06 | daemons fixes | 3 | -27/+16 | ||
2016-06-05 | singleton_daemon:verify RPC connectivity, shutdown the socket for immediate ↵ | 1 | -9/+31 | ||
close | |||||
2016-06-05 | remove STLSim from pcap example, remove search of BP-sim path | 2 | -14/+5 | ||
2016-06-05 | cpu utilization Python get_stats replace "force" flag with "use_1sec_cache", ↵ | 1 | -4/+4 | ||
default False. | |||||
2016-06-05 | Merge branch 'master' into cpu_per_core | 1 | -13/+14 | ||
2016-06-02 | cpu utilization per thread + mbufs per socket + add in tui | 5 | -28/+166 | ||
2016-06-02 | flow latency json changes | 1 | -13/+14 | ||
2016-05-31 | SingletonDaemon restart fix return value | 1 | -1/+1 | ||
2016-05-30 | async util. monitor | 3 | -13/+99 | ||
i40 FDIR delay issue | |||||
2016-05-29 | If not total_min, make it StatNotAvailable | 1 | -1/+1 | ||
2016-05-29 | Merge remote-tracking branch 'origin/master' | 1 | -1/+3 | ||
2016-05-29 | Handle latency min when there are no samples | 1 | -1/+2 | ||
2016-05-29 | merge fix for double barrier | 3 | -9/+16 | ||
2016-05-29 | fix for bug trex-210: | 1 | -1/+7 | ||
double barrier is required to make sure sync with the server | |||||
2016-05-29 | revert hltapi change | 1 | -3/+3 | ||
2016-05-29 | Fix for broken latency example | 2 | -6/+13 | ||
2016-05-28 | master_daemon & other daemons updates | 5 | -29/+235 | ||
2016-05-27 | fix bug: value of argument 1.0 was counted as "True" and not being added | 1 | -3/+4 | ||
2016-05-23 | tui: add histogram | 2 | -16/+65 | ||
2016-05-23 | replace t-rex to TRex | 3 | -6/+6 | ||
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807) | |||||
2016-05-22 | Added min latency calc in Python | 2 | -1/+11 | ||
2016-05-21 | trex_client.py also for python3 | 1 | -1/+1 | ||
2016-05-20 | trex_client: de-unicode get_trex_path | 1 | -2/+4 | ||
2016-05-20 | TUI: add tx and rx packets at latency panel | 1 | -4/+4 | ||