Summerizing of stats in Buffer done - closes #2
This commit is contained in:
parent
0716c319a6
commit
a53b255e8f
5 changed files with 75 additions and 8 deletions
|
@ -268,7 +268,7 @@ namespace Connector_HTTP{
|
|||
unsigned int now = time(0);
|
||||
if (now != lastStats){
|
||||
lastStats = now;
|
||||
std::string stat = "S "+conn.getStats();
|
||||
std::string stat = "S "+conn.getStats("HTTP");
|
||||
ss.write(stat);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue