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 show how many > rounds are really processing packets in all rounds of > circulation. > > Besides, this fix the problem of statistics error under the > case of software vm2vm fowarding.
Please, do not mix the fix in this patch. One patch should only do one thing. --yliu