mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
print uptime always.
git-svn-id: file:///svn/unbound/trunk@1246 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e0d36e6561
commit
d4151219a2
2 changed files with 3 additions and 2 deletions
|
|
@ -787,11 +787,11 @@ do_stats(SSL* ssl, struct daemon_remote* rc)
|
|||
total.mesh_time_median /= (double)daemon->num;
|
||||
if(!print_stats(ssl, "total", &total))
|
||||
return;
|
||||
if(!print_uptime(ssl, rc->worker))
|
||||
return;
|
||||
if(daemon->cfg->stat_extended) {
|
||||
if(!print_mem(ssl, rc->worker, daemon))
|
||||
return;
|
||||
if(!print_uptime(ssl, rc->worker))
|
||||
return;
|
||||
if(!print_ext(ssl, &total))
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
- testcode/ldns-testpkts.c const fixups.
|
||||
- fixed rcode stat printout.
|
||||
- munin plugin in contrib.
|
||||
- stats always printout uptime, because stats plugins need it.
|
||||
|
||||
16 September 2008: Wouter
|
||||
- extended-statistics: yesno config option.
|
||||
|
|
|
|||
Loading…
Reference in a new issue