Re: [hlds] How many servers should i run on a 3.2 GHZ?

2004-05-22 Thread Snagu
that 96% was peak load. I have allso raised the process priority
for hlds.exe. I play daily DoD and I havent noticed too much lag, my
servers are all 3 within 5 populars in Finland, so I think that other
players haven't noticed too much lag either ;)

Snagu

- Original Message -
From: "Ooks Server" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 22, 2004 7:42 PM
Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?


> 96% cpu load = spikes and lag. I will not perform well at that load.
>
>
> - Original Message -
> From: "David Fencik" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, May 21, 2004 11:44 PM
> Subject: RE: [hlds] How many servers should i run on a 3.2 GHZ?
>
>
> > Really?  That sounds like a bit much to me.
> >
> > Dave
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Snagu
> > Sent: Saturday, May 22, 2004 2:36 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?
> >
> > Hi
> >
> > I run 3 DoD-servers with adminmod, logd and pingbooster. For 18/18,
> > 20/20
> > and 30/30 players.
> > Processor load is about 96 % when all 3 is full.
> >
> > Snagu
> > - Original Message -
> > From: "Guido" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, May 22, 2004 4:56 AM
> > Subject: [hlds] How many servers should i run on a 3.2 GHZ?
> >
> >
> > > This is a multi-part message in MIME format.
> > > --
> > > [ Picked text/plain from multipart/alternative ]
> > > Hello. I want to know how many servers can/should i run on a 3.2 GHz
> > P4
> > 1GB RAM without having lag. Suppose i run all servers with AMX,
> > Superhero,
> > HL Booster.
> > > --
> > >
> > > ___
> > > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] RCON in log file.

2004-05-22 Thread Rabbi Bob
I've been working on something over the past 6 months or so that scans
the logs and outputs things in HTML format.  Recently, my little girl
turned one and we just bought a house a few weeks ago, so spare time
(i.e. development time) is at a standstill.  My last update in beta
integrates an FTP get function before the scanner goes into action.
Soon I hope to get the send function at the end going.  Further down the
road I'll need to sort the months out (right now I handle the 'filing'
manually).

Anyhow, take a look here if you want:

http://www.rabbibob.com/~foca-cs/logs/apr2004/

If it is any use, I'd be happy to have someone test it out.  You need
Perl to run it and I've tested under Linux, but run it normally on
Windows using ActivePerl. FWIW, I'm a perl noob and this project was
mainly started solely with the intent to learn some perl.

Something I did way back when I start the idea was the following, which
sounds like what you really want, but I dropped it and moved in a
different direction.  With Perl, read in the file, scan and if it says
RCON, then don't print that line out.  Of course this one is log by log,
but the idea remains the same.  Do a directory dump and let it run
against the whole directory in auto mode.

/shrug

[CODE]
print "Please enter the log file name:";
chop($LOGFILE_IN=);


#output text file for now is out.txt
$out="$LOGFILE_IN.txt";

#open the output file & check to make sure it is write +
open OUT, ">$out" or die "Cannot open $stuff for write :$!";

#open the input file
open LOGFILE_IN, $LOGFILE_IN or die "Cannot open $LOGFILE_IN for read
:$!";

#tag the opening line
print OUT "This file scanned by Rabbi Bob's LogFile scanner for
CS1.6\n";
print OUT "Generated from $LOGFILE_IN\n\n";
$flag=0;

$CLANMOD="CLANMOD";
$ADMINMOD="ADMIN";
$RCON="Rcon: ";
$HLSWACCESS=0;
$ENTRIES=0;
$EXITS=0;
$BANS=0;
$KICKS=0;
$TW=0;


while ()
{

if ($_=~/$RCON/)
{
if ($_=~"HLSW: ")
{
$HLSWACCESS++;
}
$flag=1;
}

## REMOVED OTHER CODE FOR THIS EMAIL

if ($flag==0)
{
#print OUT "$_";
}

$flag=0;

}

print OUT "\n\nTotal HLSW RCON access: $HLSWACCESS (removed for
security)\n";

[/CODE]







-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [YG]Sharza
Sent: Saturday, May 22, 2004 6:15 PM
To: [EMAIL PROTECTED]
Subject: SV: [hlds] RCON in log file.

> Thanks for all the feedback till now but no solution yet to this
problem.
> The reason I need this is that I want to give access to the logs to
some of
> my admins but dont want them to get my rcon password (my admins use
only amx
> for admin rights). If at all possible I'd like to sugest that a cvar
be
> added something like rcon_password_encrypt 1/0 1=password is encrypted
(1
> way hash) in logs 0=password is not encrypted in logs.
>
> Can anyone help me in how I would go about requesting this to be
> implemented?
Make a tool or get one somewhere, to pre-procees your log files, and
move them
To an area where your admins have access like once a day or so.

L8r,
  Sharza



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


SV: [hlds] RCON in log file.

2004-05-22 Thread [YG]Sharza
> Thanks for all the feedback till now but no solution yet to this problem.
> The reason I need this is that I want to give access to the logs to some of
> my admins but dont want them to get my rcon password (my admins use only amx
> for admin rights). If at all possible I'd like to sugest that a cvar be
> added something like rcon_password_encrypt 1/0 1=password is encrypted (1
> way hash) in logs 0=password is not encrypted in logs.
>
> Can anyone help me in how I would go about requesting this to be
> implemented?
Make a tool or get one somewhere, to pre-procees your log files, and move them
To an area where your admins have access like once a day or so.

L8r,
  Sharza



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Hlds_proc B3

2004-05-22 Thread Rob Harwood
This is a multi-part message in MIME format.
--
Bent, im not sure exactly what you mean by having to restart your servers when you add 
and remove users, can you expand on that?
The ability to add users via the web interface is avaiable in beta4 (coming soon).
The WAD thing I am not sure about - try it and let me know.

It is best to reply to me in the hlds_proc forums.

regards,

- Rob.



From: [EMAIL PROTECTED] on behalf of BeNt
Sent: Sat 22/05/2004 13:41
To: [EMAIL PROTECTED]
Subject: Re: [hlds] Hlds_proc B3



Rob the only problem I see is adding and taking away users.I got everything
working with it,and working great may I add(this is alot nicer than the
firedaemon control panel)but I will have to shut down all my servers to add
or remove users and then restart the server.What would be nice is if I could
do if from the web interface but would also be usefull if I could do it
through the interface without having to shut down the servers.Also on a side
note I aswell as some other users here really appreciate this large
contribution to the game community with this one.One other question while I
am thinking about it.If say you change to a map that is missing a .wad file
will this pick that up and restart the server also?Thanks
alot...


BeNt



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


--
[ winmail.dat of type application/ms-tnef deleted ]
--

___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] How many servers should i run on a 3.2 GHZ?

2004-05-22 Thread BeNt
Dual 2.8 xeon with a full 24 player Battlefield Vietnam a full 24 player Cs
and a full 20 player cs eats about 18-25% cpu :)
- Original Message -
From: "Ooks Server" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 22, 2004 11:42 AM
Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?


> 96% cpu load = spikes and lag. I will not perform well at that load.



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] How many servers should i run on a 3.2 GHZ?

2004-05-22 Thread Ooks Server
96% cpu load = spikes and lag. I will not perform well at that load.


- Original Message -
From: "David Fencik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 21, 2004 11:44 PM
Subject: RE: [hlds] How many servers should i run on a 3.2 GHZ?


> Really?  That sounds like a bit much to me.
>
> Dave
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Snagu
> Sent: Saturday, May 22, 2004 2:36 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?
>
> Hi
>
> I run 3 DoD-servers with adminmod, logd and pingbooster. For 18/18,
> 20/20
> and 30/30 players.
> Processor load is about 96 % when all 3 is full.
>
> Snagu
> - Original Message -
> From: "Guido" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, May 22, 2004 4:56 AM
> Subject: [hlds] How many servers should i run on a 3.2 GHZ?
>
>
> > This is a multi-part message in MIME format.
> > --
> > [ Picked text/plain from multipart/alternative ]
> > Hello. I want to know how many servers can/should i run on a 3.2 GHz
> P4
> 1GB RAM without having lag. Suppose i run all servers with AMX,
> Superhero,
> HL Booster.
> > --
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] How many servers should i run on a 3.2 GHZ?

2004-05-22 Thread guido rainuzzo
[ Converted text/html to text/plain ]

Wow, lower then i expected. What should i have as a connection for the box to
be loaded without lag?






>From: "Roc" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?
>Date: Sat, 22 May 2004 10:52:27 -0400
>
>Well, I guess it is a Win box ... weird!
>
>Regards
>- Original Message -
>From: "Snagu" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Saturday, May 22, 2004 4:06 AM
>Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?
>
>
> > Hi
> >
> >  Wich sounds much, processor load or number of servers ? :)
> > Ok, it's lightly overclocked so I run server ( W2K ) with 3.4 GHz ( P4 )
> > with 800MHz FSB, 2Gb RAM
> > and I have 10Mbit dedicated connection, you're very welcome to visit my
> > servers
> > 81.17.202.66 - 68:27015
> >
> > Snagu
> >
> > - Original Message -
> > From: "David Fencik" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, May 22, 2004 9:44 AM
> > Subject: RE: [hlds] How many servers should i run on a 3.2 GHZ?
> >
> >
> > > Really?  That sounds like a bit much to me.
> > >
> > > Dave
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Snagu
> > > Sent: Saturday, May 22, 2004 2:36 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?
> > >
> > > Hi
> > >
> > > I run 3 DoD-servers with adminmod, logd and pingbooster. For 18/18,
> > > 20/20
> > > and 30/30 players.
> > > Processor load is about 96 % when all 3 is full.
> > >
> > > Snagu
> > > - Original Message -
> > > From: "Guido" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, May 22, 2004 4:56 AM
> > > Subject: [hlds] How many servers should i run on a 3.2 GHZ?
> > >
> > >
> > > > This is a multi-part message in MIME format.
> > > > --
> > > > [ Picked text/plain from multipart/alternative ]
> > > > Hello. I want to know how many servers can/should i run on a 3.2 GHz
> > > P4
> > > 1GB RAM without having lag. Suppose i run all servers with AMX,
> > > Superhero,
> > > HL Booster.
> > > > --
> > > >
> > > > ___
> > > > To unsubscribe, edit your list preferences, or view the list archives,
> > > please visit:
> > > > http://list.valvesoftware.com/mailman/listinfo/hlds
> > >
> > >
> > > ___
> > > To unsubscribe, edit your list preferences, or view the list archives,
> > > please visit:
> > > http://list.valvesoftware.com/mailman/listinfo/hlds
> > >
> > >
> > > ___
> > > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
>please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
>
>
>
>___
>To unsubscribe, edit your list preferences, or view the list archives, please
visit:
>http://list.valvesoftware.com/mailman/listinfo/hlds

--
Is your PC infected? Get a FREE online computer virus scan from McAfee®
Security.[1]

===References:===
  1. http://g.msn.com/8HMBENUS/2755??PS=47575

___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] How many servers should i run on a 3.2 GHZ?

2004-05-22 Thread Roc
You are not on a Windows box by any chance are you?
Cause if you are I need you to tell me what you 're doing so I can get my 1
DoD server to stop eating CPU like crazy!   lol

Regards
- Original Message -
From: "Snagu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 22, 2004 2:35 AM
Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?


> Hi
>
> I run 3 DoD-servers with adminmod, logd and pingbooster. For 18/18, 20/20
> and 30/30 players.
> Processor load is about 96 % when all 3 is full.
>
> Snagu
> - Original Message -
> From: "Guido" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, May 22, 2004 4:56 AM
> Subject: [hlds] How many servers should i run on a 3.2 GHZ?
>
>
> > This is a multi-part message in MIME format.
> > --
> > [ Picked text/plain from multipart/alternative ]
> > Hello. I want to know how many servers can/should i run on a 3.2 GHz P4
> 1GB RAM without having lag. Suppose i run all servers with AMX, Superhero,
> HL Booster.
> > --
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] How many servers should i run on a 3.2 GHZ?

2004-05-22 Thread Roc
Well, I guess it is a Win box ... weird!

Regards
- Original Message -
From: "Snagu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 22, 2004 4:06 AM
Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?


> Hi
>
>  Wich sounds much, processor load or number of servers ? :)
> Ok, it's lightly overclocked so I run server ( W2K ) with 3.4 GHz ( P4 )
> with 800MHz FSB, 2Gb RAM
> and I have 10Mbit dedicated connection, you're very welcome to visit my
> servers
> 81.17.202.66 - 68:27015
>
> Snagu
>
> - Original Message -
> From: "David Fencik" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, May 22, 2004 9:44 AM
> Subject: RE: [hlds] How many servers should i run on a 3.2 GHZ?
>
>
> > Really?  That sounds like a bit much to me.
> >
> > Dave
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Snagu
> > Sent: Saturday, May 22, 2004 2:36 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?
> >
> > Hi
> >
> > I run 3 DoD-servers with adminmod, logd and pingbooster. For 18/18,
> > 20/20
> > and 30/30 players.
> > Processor load is about 96 % when all 3 is full.
> >
> > Snagu
> > - Original Message -
> > From: "Guido" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, May 22, 2004 4:56 AM
> > Subject: [hlds] How many servers should i run on a 3.2 GHZ?
> >
> >
> > > This is a multi-part message in MIME format.
> > > --
> > > [ Picked text/plain from multipart/alternative ]
> > > Hello. I want to know how many servers can/should i run on a 3.2 GHz
> > P4
> > 1GB RAM without having lag. Suppose i run all servers with AMX,
> > Superhero,
> > HL Booster.
> > > --
> > >
> > > ___
> > > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Hlds_proc B3

2004-05-22 Thread BeNt
Rob the only problem I see is adding and taking away users.I got everything
working with it,and working great may I add(this is alot nicer than the
firedaemon control panel)but I will have to shut down all my servers to add
or remove users and then restart the server.What would be nice is if I could
do if from the web interface but would also be usefull if I could do it
through the interface without having to shut down the servers.Also on a side
note I aswell as some other users here really appreciate this large
contribution to the game community with this one.One other question while I
am thinking about it.If say you change to a map that is missing a .wad file
will this pick that up and restart the server also?Thanks
alot...


BeNt



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] How many servers should i run on a 3.2 GHZ?

2004-05-22 Thread Snagu
Hi

 Wich sounds much, processor load or number of servers ? :)
Ok, it's lightly overclocked so I run server ( W2K ) with 3.4 GHz ( P4 )
with 800MHz FSB, 2Gb RAM
and I have 10Mbit dedicated connection, you're very welcome to visit my
servers
81.17.202.66 - 68:27015

Snagu

- Original Message -
From: "David Fencik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 22, 2004 9:44 AM
Subject: RE: [hlds] How many servers should i run on a 3.2 GHZ?


> Really?  That sounds like a bit much to me.
>
> Dave
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Snagu
> Sent: Saturday, May 22, 2004 2:36 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [hlds] How many servers should i run on a 3.2 GHZ?
>
> Hi
>
> I run 3 DoD-servers with adminmod, logd and pingbooster. For 18/18,
> 20/20
> and 30/30 players.
> Processor load is about 96 % when all 3 is full.
>
> Snagu
> - Original Message -
> From: "Guido" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, May 22, 2004 4:56 AM
> Subject: [hlds] How many servers should i run on a 3.2 GHZ?
>
>
> > This is a multi-part message in MIME format.
> > --
> > [ Picked text/plain from multipart/alternative ]
> > Hello. I want to know how many servers can/should i run on a 3.2 GHz
> P4
> 1GB RAM without having lag. Suppose i run all servers with AMX,
> Superhero,
> HL Booster.
> > --
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds