diff options
author | Justin Clark-Casey (justincc) | 2013-06-19 20:48:12 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-06-19 20:48:12 +0100 |
commit | 84af1cab9ba991b2356f1025cab7f58433e2ec19 (patch) | |
tree | a8e0b752502e0486d1927a29448d37ab4300877a /OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |
parent | Mantis 6608: Math error in parcel dimensions/borders seen with land show command (diff) | |
download | opensim-SC-84af1cab9ba991b2356f1025cab7f58433e2ec19.zip opensim-SC-84af1cab9ba991b2356f1025cab7f58433e2ec19.tar.gz opensim-SC-84af1cab9ba991b2356f1025cab7f58433e2ec19.tar.bz2 opensim-SC-84af1cab9ba991b2356f1025cab7f58433e2ec19.tar.xz |
Display existing statistic of how many http requests a server is making as server.network.HTTPRequestsMade in "show stats all"
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index 6687441..40b8c5c 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |||
@@ -1829,7 +1829,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
1829 | 1829 | ||
1830 | m_requestsProcessedStat | 1830 | m_requestsProcessedStat |
1831 | = new Stat( | 1831 | = new Stat( |
1832 | "IncomingHTTPRequestsProcessed", | 1832 | "HTTPRequestsServed", |
1833 | "Number of inbound HTTP requests processed", | 1833 | "Number of inbound HTTP requests processed", |
1834 | "", | 1834 | "", |
1835 | "requests", | 1835 | "requests", |