
codesite-noreply at google
Oct 16, 2009, 10:17 AM
Post #1 of 4
(333 views)
Permalink
|
|
Issue 605 in cherokee: server_info traffic tx and rx broken in 0.99.24
|
|
Status: New Owner: ---- New issue 605 by gmrmyb: server_info traffic tx and rx broken in 0.99.24 http://code.google.com/p/cherokee/issues/detail?id=605 What steps will reproduce the problem? 1. Enable a server_info directory in a host 2. Pull data via curl http://host/server/info to view as JSON What is the expected output? What do you see instead? Expecting real, incrementing counters that can be used to trend traffic, instead am seeing very large numbers which the same in tx and rx: "traffic": { "tx": 18446744073709551615, "rx": 18446744073709551615, "tx_formatted": "unknown", "rx_formatted": "unknown", ... } What version of the product are you using? On what operating system? 0.99.24 on various linux platforms (Gentoo, CentOS) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|