Home
last modified time | relevance | path

Searched refs:health_coeff (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dmessage_handler.cpp3958 const char* health_coeff = "1"; in x_DoCmd_Health() local
3960 health_coeff = "0 (does not accept writes)"; in x_DoCmd_Health()
3962 health_coeff = "0.1 (caching not finished)"; in x_DoCmd_Health()
3964 health_coeff = "0.2 (draining)"; in x_DoCmd_Health()
3966 health_coeff = "0.5 (initial sync not finished)"; in x_DoCmd_Health()
3968 health_coeff = "0.8 (some peers unaccessible)"; in x_DoCmd_Health()
3970 x_ReportOK("OK:HEALTH_COEFF=").WriteText(health_coeff).WriteText("\n"); in x_DoCmd_Health()