[vpp-dev] sock_test_client/sock_test_server #vnet

2019-05-30 Thread nataraj . batchu
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

Re: [vpp-dev] cache hits/misses counters per plugin/graph node

2019-05-30 Thread Dave Barach via Lists.Fd.Io
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

[vpp-dev] cache hits/misses counters per plugin/graph node

2019-05-30 Thread Satya Murthy
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

Re: [vpp-dev] cache hits/misses per graph node

2019-05-30 Thread Damjan Marion via Lists.Fd.Io
> 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 >

[vpp-dev] cache hits/misses per graph node

2019-05-30 Thread Satya Murthy
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,