Hi,
I am trying to run socket test application, *sock_test_client*. I get error
that Network is not reachable though it is reachable. To validate the network
reachability, I ran *vcl_test_client.* No issue with that. What could be the
problem?
root@Host2:~/vpp/build-root/build-vpp-native/vpp/b
As Damjan wrote: “perf top” or the perfmon plugin will give you the info you’re
looking for.
“show pmc events” will list all of the available perf events
Then:
“set pmc event [...eventN]”
“show pmc” to show results; per-node, per thread.
HTH.. Dave
From: vpp-dev@lists.fd.io On Behalf Of
Hi,
Is there any way we can get the cache hits/misses ( I-Cache and D-Cache ) for a
specific plugin/graph node ?
Linux perf tools give these at the process level, but may not be much help if
we want to really bench mark a specific graph node.
Any info in this regard ?
--
Thanks & Regards,
Murt
> On 30 May 2019, at 11:30, Satya Murthy wrote:
>
> Hi,
>
> Is there any built-in framework/CLI within VPP, that keeps track of cache
> hits/misses for D-cache and I-Cache at graph node or plugin level ? (or) we
> need to use general linux perf tools for getting this data ? Even if we do
>
Hi,
Is there any built-in framework/CLI within VPP, that keeps track of cache
hits/misses for D-cache and I-Cache at graph node or plugin level ? (or) we
need to use general linux perf tools for getting this data ? Even if we do this
using perf tools, we may get this at the whole process level,