There was an error while loading. Please reload this page.
1 parent 99f0d70 commit ad36285Copy full SHA for ad36285
opencog/persist/proxy/WriteBufferProxy.cc
@@ -249,6 +249,10 @@ std::string WriteBufferProxy::monitor(void)
249
rpt += " Values: " + std::to_string(_mavg_out_values);
250
rpt += "\n";
251
252
+// Duty cycle is the amount of time that the write thread
253
+// is actually writing, vs. the elapsed wallclock time.
254
+// Anything over 100 will lead to buffer overflows.
255
+rpt += "Timescale " + std::to_string(_decay) + " secs; ";
256
rpt += "Duty cycle (load avg): " + std::to_string(_mavg_load);
257
258
0 commit comments