Trancemission
Technical User
I am currently working on a script that will monitor a logfile continusly. This log file grows currently at a rate of about 3 lines per second. I am using the open() function to open and loop thorug the logfile.
At the moment the script runs fine, the logfile is rotated every day and the maximum size I have experianced is 25MB.
I am quite new to Perl programming and was looking for advice on how large my logfile can be and my perl script will still run fine. I will be runing this on a dedicated Sparc5 box, with 1 GB RAM and 45+GB HDD.
The project rate of messages of this logfile will grow to 1300 messages per second, bring the logfile to towards 6GB?!?
Any advice/readmes/whitepapers would be aprreciated.
Many Thanks
Trancemission
=============
If it's logical, it'll work!
At the moment the script runs fine, the logfile is rotated every day and the maximum size I have experianced is 25MB.
I am quite new to Perl programming and was looking for advice on how large my logfile can be and my perl script will still run fine. I will be runing this on a dedicated Sparc5 box, with 1 GB RAM and 45+GB HDD.
The project rate of messages of this logfile will grow to 1300 messages per second, bring the logfile to towards 6GB?!?
Any advice/readmes/whitepapers would be aprreciated.
Many Thanks
Trancemission
=============
If it's logical, it'll work!