<html> <head> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="refresh" content="300"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>PC Pixie performance</title> <!--mstheme--><link rel="stylesheet" type="text/css" href="../_themes/davids/davi1001.css"><meta name="Microsoft Theme" content="davids 1001, default"> <meta name="Microsoft Theme" content="davids 1001, default"> <meta name="Microsoft Border" content="b"> </head> <body topmargin="0"> <?php include("performance_list.inc") ?> <?php if (!isset($_GET['period'])) { $period = "day"; // Default period } else { $period = $_GET['period']; } $mem_image = "pixie-mem-".$period.".png"; $cpu_image = "pixie-cpu-".$period.".png"; $net_image = "pixie-".$period.".png"; $ntp_image = "pixie_ntp-".$period.".png"; $ntp_2_image = "pixie_ntp_2-".$period.".png"; ?> <h1>PC Pixie - FreeBSD - PPS-sync NTP server</h1> <table border="0" cellpadding="0" cellspacing="5"> <tr> <td valign="middle"><a href="pixie-mem.html"><img border="0" src="<?php echo $mem_image; ?>" width="600" height="135"></a></td> <td valign="middle" align="center"><font size="2">1 GB Memory<br> <font color="#008000">Used</font><td> </tr> <tr> <td valign="middle"><a href="pixie-cpu.html"><img border="0" src="<?php echo $cpu_image; ?>" width="600" height="135"></a></td> <td valign="middle" align="center"><font size="2">CPU<br> usage</font></td> </tr> <tr> <td valign="middle"><a href="pixie.html"><img border="0" src="<?php echo $net_image; ?>" width="600" height="135"></a></td> <td valign="middle" align="center"><font size="2">Network<br> <font color="#008000">Input</font><br> <font color="#0000ff">Output</font></font></td> </tr> <tr> <td valign="middle"><a href="pixie_ntp.html"><img border="0" src="<?php echo $ntp_image; ?>" width="600" height="135"></a></td> <td valign="middle" align="center"><font size="2">Timekeeping<br>precision scale<br> Stratum-1 GPS/PPS sync<br> <a href="../ntp/FreeBSD-GPS-PPS.htm" target="_blank">GPS 18 LVC, roof-mounted, parallel-feed<a/><br> Under bench, heated room</font></td> </tr> <tr> <td valign="middle"><a href="pixie_ntp_2.html"><img border="0" src="<?php echo $ntp_2_image; ?>" width="600" height="135"></a></td> <td valign="middle" align="center"><font size="2">Timekeeping<br>microsecond scale</font></td> </tr> </table> <br><font size="2">PC Pixie - Intel Atom 1.66GHz, 1 GB RAM, D410PT ITX motherboard, <a href="../ntp/FreeBSD-GPS-PPS.htm" target="_blank">FreeBSD 8.2 NTP server</a> with GPS/PPS sync from a GPS-18 LVC. </font> <p> <font size="2">Other periods: <a href="performance_pixie.php?period=day">day</a> <a href="performance_pixie.php?period=week">week</a> <a href="performance_pixie.php?period=month">month</a> <a href="performance_pixie.php?period=year">year</a> </font> <?php include("footer.inc") ?> </body> </html>