Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-06 | MBUF utilization: add size of RAM (MB) the MBUFs take | Yaroslav Brustinov | 1 | -53/+71 | |
2016-06-05 | cpu utilization Python get_stats replace "force" flag with "use_1sec_cache", ↵ | Yaroslav Brustinov | 1 | -4/+4 | |
default False. | |||||
2016-06-05 | Merge branch 'master' into cpu_per_core | Yaroslav Brustinov | 1 | -13/+14 | |
2016-06-02 | cpu utilization per thread + mbufs per socket + add in tui | Yaroslav Brustinov | 4 | -9/+148 | |
2016-06-02 | flow latency json changes | Ido Barnea | 1 | -13/+14 | |
2016-05-30 | async util. monitor | imarom | 3 | -13/+99 | |
i40 FDIR delay issue | |||||
2016-05-29 | If not total_min, make it StatNotAvailable | Ido Barnea | 1 | -1/+1 | |
2016-05-29 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 1 | -1/+3 | |
2016-05-29 | Handle latency min when there are no samples | Ido Barnea | 1 | -1/+2 | |
2016-05-29 | merge fix for double barrier | imarom | 3 | -9/+16 | |
2016-05-29 | fix for bug trex-210: | imarom | 1 | -1/+7 | |
double barrier is required to make sure sync with the server | |||||
2016-05-29 | revert hltapi change | Yaroslav Brustinov | 1 | -3/+3 | |
2016-05-29 | Fix for broken latency example | Ido Barnea | 2 | -6/+13 | |
2016-05-28 | master_daemon & other daemons updates | Yaroslav Brustinov | 3 | -29/+71 | |
2016-05-23 | tui: add histogram | Yaroslav Brustinov | 2 | -16/+65 | |
2016-05-22 | Added min latency calc in Python | Ido Barnea | 2 | -1/+11 | |
2016-05-20 | TUI: add tx and rx packets at latency panel | Yaroslav Brustinov | 1 | -4/+4 | |
2016-05-19 | typo | Yaroslav Brustinov | 1 | -1/+1 | |
2016-05-19 | add example of using Native STL or HLTAPI via JSONRPC calls | Yaroslav Brustinov | 2 | -0/+247 | |
2016-05-19 | enhance stats to support JSON | imarom | 1 | -6/+5 | |
2016-05-19 | Enlarged ZMQ timeout | Ido Barnea | 1 | -2/+2 | |
2016-05-19 | flow latency python examples | Ido Barnea | 1 | -0/+132 | |
2016-05-18 | fix python doc string error | Hanoh Haim | 1 | -4/+4 | |
2016-05-18 | tui fixes | Yaroslav Brustinov | 4 | -187/+181 | |
2016-05-18 | Change to latency python + small fixes | Ido Barnea | 1 | -3/+13 | |
2016-05-18 | amplifying a port's bandwidth does not affect latency streams | imarom | 1 | -1/+1 | |
2016-05-18 | moved jitter into latency in python | Ido Barnea | 1 | -2/+2 | |
2016-05-18 | add latency panel to TUI | Yaroslav Brustinov | 4 | -36/+142 | |
2016-05-18 | Latency stat python API work | Ido Barnea | 3 | -0/+39 | |
2016-05-18 | Regression tests working. Still missing python API to parse latency json | Ido Barnea | 2 | -16/+34 | |
2016-05-17 | flush TX queue before sending done message to CP | imarom | 2 | -3/+13 | |
2016-05-17 | timeout fix - two bugs in two lines of code :-( ... now it should be ok | imarom | 1 | -4/+6 | |
2016-05-16 | fix timeout issue due to race with async response from server | imarom | 1 | -2/+5 | |
2016-05-11 | CPU calculation is different now, in flavor to be higher than real, update ↵ | Hanoh Haim | 1 | -2/+2 | |
the values | |||||
2016-05-10 | merge from master | Hanoh Haim | 12 | -174/+549 | |
2016-05-10 | PCAP API - added packet hook | imarom | 4 | -41/+69 | |
example is much simpler now | |||||
2016-05-10 | wait_on_traffic might get stuck if the async thread unexpectedly crashed | imarom | 2 | -2/+12 | |
or exited | |||||
2016-05-10 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 1 | -0/+3 | |
2016-05-10 | hltapi: use flow_stats only for ipv4 packets, add flag to disable ↵ | Yaroslav Brustinov | 1 | -3/+8 | |
flow_stats, add argument for custom flow_stat id for use in profiles. | |||||
2016-05-09 | clear_stats must first call an async barrier | imarom | 1 | -0/+3 | |
otherwise we might clean unsycned stats and it will be useless next time the client gets an async update | |||||
2016-05-09 | added force option to local PCAP - for > 1MB files | imarom | 2 | -8/+15 | |
2016-05-09 | small fix for TUI (shows CPU util. in round up float) | imarom | 1 | -2/+5 | |
2016-05-09 | added duration to remote push | imarom | 4 | -24/+225 | |
2016-05-09 | PCAP refinement | imarom | 4 | -124/+137 | |
2016-05-09 | first remote PCAP push - draft | imarom | 5 | -9/+114 | |
2016-05-08 | add cache to CP | Hanoh Haim | 1 | -6/+19 | |
2016-05-03 | bp_sim: correct description of supported stateful layers | Yaroslav Brustinov | 1 | -1/+2 | |
main_dpdk: send bw_per_core with json, return back precision of low values jsonrpcserver: disable logging regression: use bw_per_core from cpp calculation correct test name for GA | |||||
2016-05-02 | two fixes: | imarom | 3 | -28/+42 | |
1. history traversal with lock when adding stats objects 2. sync with ports only when you acquire the port, reset does not sync with the streams | |||||
2016-05-02 | Python circular object reference - fix | imarom | 2 | -6/+8 | |
2016-04-29 | GA fix for python3 | Yaroslav Brustinov | 1 | -1/+1 | |