Re: [dpdk-dev] [PATCH v7 2/6] app/proc_info: add metrics displaying

2017-01-17 Thread Remy Horton
On 17/01/2017 11:08, Van Haaren, Harry wrote: [..] + " --metrics: to display derived metrics of the ports, disabled by " + "default\n" [..] I presume there is no need for a --metrics-reset as the values are reset when printed, correct? Reset is not (cur

Re: [dpdk-dev] [PATCH v7 2/6] app/proc_info: add metrics displaying

2017-01-17 Thread Van Haaren, Harry
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Remy Horton > Sent: Monday, January 16, 2017 4:19 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Thomas Monjalon > > Subject: [dpdk-dev] [PATCH v7 2/6] app/proc_info: add metrics displaying >

[dpdk-dev] [PATCH v7 2/6] app/proc_info: add metrics displaying

2017-01-16 Thread Remy Horton
From: Reshma Pattan Modify the dpdk-procinfo process to display the newly added metrics. Added new command line option "--metrics" to display metrics. Signed-off-by: Reshma Pattan Signed-off-by: Remy Horton --- app/proc_info/main.c | 73 1