[dpdk-dev] [PATCH] examples/vhost: add rate statistics for rx/tx and core

2015-12-02 Thread Yuanhan Liu
On Wed, Dec 02, 2015 at 06:32:54AM +0800, Jianfeng Tan wrote: > Currently, we only have aggregated statistics. This seems not > obvious to show how fast rx/tx and how busy of each core. > > This patch adds rx/tx rate of each period of option --stat. > And also a simple core busy rate is added to s

[dpdk-dev] [PATCH] examples/vhost: add rate statistics for rx/tx and core

2015-12-02 Thread Jianfeng Tan
Currently, we only have aggregated statistics. This seems not obvious to show how fast rx/tx and how busy of each core. This patch adds rx/tx rate of each period of option --stat. And also a simple core busy rate is added to show how many rounds are really processing packets in all rounds of circu