MCPcopy Create free account
hub / github.com/FDio/vpp / get_ring_buffer_schema_string

Method get_ring_buffer_schema_string

src/vpp-api/python/vpp_papi/vpp_stats.py:330–333  ·  view source on GitHub ↗

Get schema as string from a ring buffer by name

(self, name, thread_index=0)

Source from the content-addressed store, hash-verified

328 return ring_buffer.get_schema(thread_index)
329
330 def get_ring_buffer_schema_string(self, name, thread_index=0):
331 """Get schema as string from a ring buffer by name"""
332 ring_buffer = self.get_ring_buffer(name)
333 return ring_buffer.get_schema_string(thread_index)
334
335
336class StatsLock:

Calls 2

get_ring_bufferMethod · 0.95
get_schema_stringMethod · 0.80