This is a very hard to answer question ....... There are several other variables that should be analised to decide if this machine is enough for doing this accounting without having performance problems on the machine. 1) it doesnt matter how many machines we have, we do matter about how much TRAFFIC flows thru this machine. Is this a 256k leased line for internet access ? T1 ? 10Mbit ? 100Mbit ?? 2) are your disks IDE or SCSI ? Which size ? Probably newest SCSI disks will handle heavy I/O better than IDE. 3) will graphs be generated once a day, twice a day, every hour, on the fly ....... generation of the graphs on the same machine will impact on the CPU performance and I/O because you'll have one client doing HEAVY reads on MySQL database and iptables doing HEAVY inserts. Generating graphs on other machine wont take too much cpu power, but will surely take I/O because of MySQL reading and writing ..... So, as you can see, there are some other variables that should be analised. If we're talking on something as 256k, 512k, maybe this machine will do it without problems. But if we're talking on heavier traffic, maybe this machine wont be enough. And, unfortunelly, i dont know an exact way of choosing the right computer configurations for a specific need. You'll have to try and watch for its performance ........ if it's not enough, get a bigger machine. If's that's enough, so that's enough :) Sincerily, Leonardo Rodrigues Citando hare ram <hareram@xxxxxxxxxx>: > Hi all > > I have RH 9.0 > PIII with 550Mhz > 512MB RAM > > working fine with Iptables+TC+HTB > > Now i want o make accounting system using ULOG > > so i introduced to send all logs to Mysql > So i can make my own Graphs > > iptables -A INPUT -j ULOG > iptables -A FORWARD -j ULOG > iptables -A OUTPUT -j ULOG > > > the Server is connected to Several Clients > > does this server will have any Impact of performance > or this PC can handle Easily > > how can caluculate the PC configuration,