You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User has possibility to run several iproto threads, but at the moment
he can get only general statistics, which combines statistics for all
threads. Now box.stat.net.thread has been implemented to get the same
statistics as when using box.stat.net, but for a thread. User can call box.stat.net.thread() as a function to get general network statistics
per threads. For example for two iproto threads:
xuniq
added
feature
A new functionality
reference
[location] Tarantool manual, Reference part
server
[area] Task relates to Tarantool's server (core) functionality
labels
Dec 9, 2021
xuniq
changed the title
getting network statistic per thread was implemented
[2pt?] getting network statistic per thread was implemented
Dec 9, 2021
xuniq
changed the title
[2pt?] getting network statistic per thread was implemented
[2pt] getting network statistic per thread was implemented
Dec 10, 2021
Product: Tarantool
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_stat/
SME: @ EvgenyMekhanik
Peer reviewer: @
Details
User has possibility to run several iproto threads, but at the moment
he can get only general statistics, which combines statistics for all
threads. Now
box.stat.net.thread
has been implemented to get the samestatistics as when using
box.stat.net
, but for a thread. User can callbox.stat.net.thread()
as a function to get general network statisticsper threads. For example for two iproto threads:
Also user can indexed it as a table by thread number. For example
box.stat.net.thread[1]
returns network statistics for first iprotothread:
Requested by @EvgenyMekhanik in tarantool/tarantool@6fd94e2
The text was updated successfully, but these errors were encountered: