Re: [ovs-dev] [PATCH v2] utilities: Add USDT script to monitor dpif netlink execute message queuing.

2023-01-06 Thread Ilya Maximets
On 12/23/22 10:24, Eelco Chaudron wrote: > > > On 22 Dec 2022, at 17:14, Adrian Moreno wrote: > >> On 12/22/22 10:12, Eelco Chaudron wrote: >>> This patch adds the dpif_nl_exec_monitor.py script that will used the >>> existing dpif_netlink_operate__:op_flow_execute USDT probe to show >>> all DPI

Re: [ovs-dev] [PATCH v2] utilities: Add USDT script to monitor dpif netlink execute message queuing.

2022-12-23 Thread Eelco Chaudron
On 22 Dec 2022, at 17:14, Adrian Moreno wrote: > On 12/22/22 10:12, Eelco Chaudron wrote: >> This patch adds the dpif_nl_exec_monitor.py script that will used the >> existing dpif_netlink_operate__:op_flow_execute USDT probe to show >> all DPIF_OP_EXECUTE operations being queued for transmission

Re: [ovs-dev] [PATCH v2] utilities: Add USDT script to monitor dpif netlink execute message queuing.

2022-12-22 Thread Adrian Moreno
On 12/22/22 10:12, Eelco Chaudron wrote: This patch adds the dpif_nl_exec_monitor.py script that will used the existing dpif_netlink_operate__:op_flow_execute USDT probe to show all DPIF_OP_EXECUTE operations being queued for transmission over the netlink interface. Here is an example, truncate

[ovs-dev] [PATCH v2] utilities: Add USDT script to monitor dpif netlink execute message queuing.

2022-12-22 Thread Eelco Chaudron
This patch adds the dpif_nl_exec_monitor.py script that will used the existing dpif_netlink_operate__:op_flow_execute USDT probe to show all DPIF_OP_EXECUTE operations being queued for transmission over the netlink interface. Here is an example, truncated output: # ./dpif_nl_exec_monitor.py --pac