<HTML dir=ltr><HEAD><TITLE>[mrtg] Intermittent Graphs</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText5198 dir=ltr>
<DIV dir=ltr><FONT face=Arial size=2>I found that the biggest bottleneck is not CPU, but disk IO speed.&nbsp; Therefore, abosolutely the fasted disks (multiple spindles in a RAID if possible) and the highest speed interfaces - Fibre, SAS, or SCSI, definitely not IDE.&nbsp; This stops the bottleneck. The next problem is to have enough memory to hold the queries.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Next, I run multiple threads of MRTG (since there are 4 CPUs I can have at least 4 threads at once) and spread these over the 5-min window so that it doesnt all happen at the same time (I have a home-grown script that takes care of this scheduling).&nbsp; This allows me to have 4000+ targets on a 4x3GHz CPU box with 4Gb memory and 4 disks in a SAS-attached RAID, and still have lots of free memory and about 70% CPU use.&nbsp; The disk IO is almost saturated, though.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Steve</FONT></DIV></DIV></BODY></HTML>