mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Make number of inbound http requests handled available as a httpserver.<port>.IncomingHTTPRequestsProcessed stat
This commit is contained in:
@@ -34,6 +34,7 @@ using System.Text;
|
||||
using System.Xml;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Framework.Monitoring;
|
||||
using OpenSim.Framework.Servers;
|
||||
using log4net;
|
||||
using log4net.Config;
|
||||
@@ -205,6 +206,9 @@ namespace OpenSim.Server.Base
|
||||
|
||||
public virtual int Run()
|
||||
{
|
||||
Watchdog.Enabled = true;
|
||||
MemoryWatchdog.Enabled = true;
|
||||
|
||||
while (m_Running)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user