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
We use fbthrift to build our project. Now we are considering to get main statistics of it, such as,
number of connections
number of request being processed
number of request enqueued to be processed
whole latency of processed request, this includes IO, dispatching and processing and may includes accepting a new connection
etc.
How can we get such statistics especially the whole latency. BTW, where should we find a detailed documatation of fbthrift?
The text was updated successfully, but these errors were encountered:
We use
fbthrift
to build our project. Now we are considering to get main statistics of it, such as,number of connections
number of request being processed
number of request enqueued to be processed
whole latency of processed request, this includes IO, dispatching and processing and may includes accepting a new connection
etc.
How can we get such statistics especially the whole latency. BTW, where should we find a detailed documatation of
fbthrift
?The text was updated successfully, but these errors were encountered: