| 29 | } |
| 30 | |
| 31 | void NNeh::TServiceStat::DbgOut(IOutputStream& out) const { |
| 32 | out << "----------------------------------------------------" << '\n';; |
| 33 | out << "RequestsInProcess: " << RequestsInProcess_.Val() << '\n'; |
| 34 | out << "LastContinuousErrors: " << AtomicGet(LastContinuousErrors_) << '\n'; |
| 35 | out << "SendValidatorCounter: " << AtomicGet(SendValidatorCounter_) << '\n'; |
| 36 | out << "ReSendValidatorPeriod: " << AtomicGet(ReSendValidatorPeriod_) << Endl; |
| 37 | } |
| 38 | |
| 39 | void NNeh::TServiceStat::OnBegin() { |
| 40 | RequestsInProcess_.Inc(); |