Seastar
High performance C++ framework for concurrent servers
Public Types | Public Attributes | List of all members
seastar::rpc::stats Struct Reference

Public Types

using counter_type = uint64_t
 

Public Attributes

counter_type replied = 0
 
counter_type pending = 0
 
counter_type exception_received = 0
 
counter_type sent_messages = 0
 
counter_type wait_reply = 0
 
counter_type timeout = 0
 

Member Typedef Documentation

◆ counter_type

using seastar::rpc::stats::counter_type = uint64_t

Member Data Documentation

◆ exception_received

counter_type seastar::rpc::stats::exception_received = 0

◆ pending

counter_type seastar::rpc::stats::pending = 0

◆ replied

counter_type seastar::rpc::stats::replied = 0

◆ sent_messages

counter_type seastar::rpc::stats::sent_messages = 0

◆ timeout

counter_type seastar::rpc::stats::timeout = 0

◆ wait_reply

counter_type seastar::rpc::stats::wait_reply = 0

The documentation for this struct was generated from the following file: