Page 1 of 1

Reseting Highest connection count?

Posted: Sat Jan 29, 2005 2:06 pm
by pete212
I was testing the server cpu by connecting clones to my server and now /stats u shows about 300 for highest connection count and i want to
know how to reset that count so i can actually see my real highest connection count from my users?

Posted: Sat Jan 29, 2005 3:51 pm
by aquanight
I think you can do that by removing the file ircd.tune and then restarting the server. Of course, if the restart ends up rewriting the tunefile, then you'll have to kill the ircd, then remove the tunefile, and then restart the ircd.

Posted: Sat Jan 29, 2005 4:53 pm
by codemastr
You can do it with OperServ and RAW:

/operserv RAW SVSLUSERS the.server.name.to.change new_global new_local

That will change the global and local user counts to whatever you enter there.

Posted: Sat Jan 29, 2005 10:42 pm
by Stealth

Posted: Mon Mar 28, 2005 8:25 pm
by pete212
Okay i wont be having services for a while and i wanted to know if there was a way to remove it manually in one of the files? or something else?

Posted: Thu Mar 31, 2005 4:14 am
by w00t
Restart the ircd, that resets local counts... I think global counts get saved.

Posted: Thu Mar 31, 2005 4:42 am
by codemastr
w00t wrote:Restart the ircd, that resets local counts... I think global counts get saved.
That won't work. The local counts are saved in ircd.tune, you would need to shut down unreal, delete this file, then restart it.

Posted: Thu Mar 31, 2005 4:58 am
by w00t
I stand corrected.

:)

Posted: Thu Mar 31, 2005 7:03 pm
by Ron2K
w00t wrote:Restart the ircd, that resets local counts... I think global counts get saved.
It's the other way around.

(See also, http://forums.unrealircd.com/viewtopic.php?p=9612)

Posted: Sun Apr 03, 2005 5:17 am
by w00t
You can with mIRC, I've created a few scripts and ended up with (I think it was) somewhere near 500 connections, but it's not the best.

You really need to learn something like perl and off you go... :)