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
 
counter_type delay_samples = 0
 
std::chrono::duration< double > delay_total = std::chrono::duration<double>(0)
 

Member Typedef Documentation

◆ counter_type

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

Member Data Documentation

◆ delay_samples

counter_type seastar::rpc::stats::delay_samples = 0

◆ delay_total

std::chrono::duration<double> seastar::rpc::stats::delay_total = std::chrono::duration<double>(0)

◆ 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: