Re: [dpdk-dev] [PATCH v2] usertools/dpdk-telemetry: print name of app when connected

2021-03-25 Thread Thomas Monjalon
17/02/2021 14:57, Kevin Laatz: > On 16/02/2021 11:39, Bruce Richardson wrote: > > When the dpdk-telemetry client connects to a DPDK instance, we can use the > > PID provided in the initial connection message to query from /proc the name > > of the process we are connected to, and display that to th

Re: [dpdk-dev] [PATCH v2] usertools/dpdk-telemetry: print name of app when connected

2021-02-17 Thread Kevin Laatz
On 16/02/2021 11:39, Bruce Richardson wrote: When the dpdk-telemetry client connects to a DPDK instance, we can use the PID provided in the initial connection message to query from /proc the name of the process we are connected to, and display that to the user. We use the "cmdline" procfs entry f

Re: [dpdk-dev] [PATCH v2] usertools/dpdk-telemetry: print name of app when connected

2021-02-16 Thread Burakov, Anatoly
On 16-Feb-21 11:39 AM, Bruce Richardson wrote: When the dpdk-telemetry client connects to a DPDK instance, we can use the PID provided in the initial connection message to query from /proc the name of the process we are connected to, and display that to the user. We use the "cmdline" procfs entry

[dpdk-dev] [PATCH v2] usertools/dpdk-telemetry: print name of app when connected

2021-02-16 Thread Bruce Richardson
When the dpdk-telemetry client connects to a DPDK instance, we can use the PID provided in the initial connection message to query from /proc the name of the process we are connected to, and display that to the user. We use the "cmdline" procfs entry for the query since that is available on both Li