<!-- main template -->

<CENTER>
<A HREF='http://$TMPL[to_base]/'><FONT SIZE='3'><B>$TMPL[title]</B></FONT></A>
</CENTER>

<P>
<B><FONT SIZE='2'>ÇöÀ砽ð¢ : $TMPL[curr_time]</FONT></B>

<BR>
<A NAME='os'></A><BR>
<FONT size='2'>¡á ¿î¿µÃ¼Á¦</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='6' width='100%'>
  <TR>
    <TD BGCOLOR='$TMPL[thcolor]'>$TMPL[OS]&nbsp;</TD>
  </TR>
</TABLE>

<A NAME='uptime'></A><BR>
<FONT size='2'>¡á ±¸µ¿½Ã°£(Uptime)</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' align='right' NOWRAP>½Ã½ºÅÛ Uptime</TD>
    <TD>$TMPL[sys_uptime]&nbsp;</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right' NOWRAP>À¥¼­¹ö Uptime</TD>
    <TD>$TMPL[apache_uptime]&nbsp;</TD>
  </TR>
  <TR>
    <TD WIDTH='150'></TD>
    <TD WIDTH='500'></TD>
  </TR>
</TABLE>

<A NAME='basic'></A><BR>
<FONT size='2'>¡á ±âº» Çϵå¿þ¾î</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' align='right' NOWRAP>Mother Board Chip</TD>
    <TD>$TMPL[basic_chip]&nbsp;</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>CPU</TD>
    <TD>$TMPL[basic_cpu]&nbsp;</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>Memory</TD>
    <TD>$TMPL[basic_mem]&nbsp;</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>VGA Card</TD>
    <TD>$TMPL[basic_vga]&nbsp;</TD>
  </TR>
  $TMPL[basic_agp]
  $TMPL[basic_scsi]
  <TR>
    <TD WIDTH='150'></TD>
    <TD WIDTH='500'></TD>
  </TR>
</TABLE>

<A NAME='cpu'></A><BR>
<FONT size='2'>¡á CPU Á¤º¸</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' WIDTH='150' align='right' NOWRAP>Vendor</TD>
    <TD WIDTH='500'>$TMPL[vendor]&nbsp;</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>Model Name</TD>
    <TD>$TMPL[name]&nbsp;</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>Speed</TD>
    <TD>$TMPL[mhz]&nbsp;</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>BogoMIPS</TD>
    <TD>$TMPL[bogomips]&nbsp;</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>L2 Cache</TD>
    <TD>$TMPL[cache]&nbsp;</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>CPU Total</TD>
    <TD>$TMPL[cpu_num] Processor(s)</TD>
  </TR>
</TABLE>

<A NAME='memory'></A><BR>
<FONT size='2'>¡á Memory Á¤º¸</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>Used(Active)</TD>
    <TD ALIGN='center' NOWRAP><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/used.gif' border='0'
    width='$TMPL[usedwidth]' height='9' alt=''><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/n.gif' border='0'
    width='$TMPL[_usedwidth]' height='1' alt=''></TD>
    <TD>$TMPL[used]($TMPL[usedpercent]%)</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>Free(Inactive)</TD>
    <TD ALIGN='center' NOWRAP><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/n.gif' border='0'
    width='$TMPL[_freewidth]' height='1' alt=''><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/free.gif' border='0'
    width='$TMPL[freewidth]' height='9' alt=''></TD>
    <TD>$TMPL[free]($TMPL[freepercent]%)</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>Buffered(Active)</TD>
    <TD ALIGN='center' NOWRAP><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/n.gif' border='0'
    width='$TMPL[_bufferedwidth]' height='1' alt=''><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/free.gif' border='0'
    width='$TMPL[bufferedwidth]' height='9' alt=''></TD>
    <TD>$TMPL[buffered]($TMPL[bufferedpercent]%)</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>Cached(Active)</TD>
    <TD ALIGN='center' NOWRAP><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/n.gif' border='0'
    width='$TMPL[_cachedwidth]' height='1' alt=''><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/free.gif' border='0'
    width='$TMPL[cachedwidth]' height='9' alt=''></TD>
    <TD>$TMPL[cached]($TMPL[cachedpercent]%)</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>ÇÕ°è(Used/Free)</TD>
    <TD ALIGN='center' NOWRAP><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/tused.gif' border='0'
    width='$TMPL[totalusedwidth]' height='9' alt=''><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/tfree.gif' border='0'
    width='$TMPL[totalfreewidth]' height='9' alt=''></TD>
    <TD>$TMPL[totalused]($TMPL[totalusedpercent]%)+$TMPL[totalfree]($TMPL[totalfreepercent]%)=$TMPL[total](100%)</TD>
  </TR>
  <TR>
    <TD WIDTH=150></TD>
    <TD WIDTH=200></TD>
    <TD WIDTH=300></TD>
  </TR>
</TABLE>

<A NAME='swap'></A><BR>
<FONT size='2'>¡á Swap Memory Á¤º¸</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>Swap »ç¿ë·®</TD>
    <TD ALIGN='center' NOWRAP><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/used.gif' border='0'
    width='$TMPL[swapusedwidth]' height='9' alt=''><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/n.gif' border='0'
    width='$TMPL[swapfreewidth]' height='1' alt=''></TD>
    <TD>$TMPL[swapused]($TMPL[swapusedpercent]%)</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>Swap ¿©ºÐ</TD>
    <TD ALIGN='center'><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/n.gif' border='0'
    width='$TMPL[swapusedwidth]' height='1' alt=''><IMG
    src='$_SERVER[_URI]/templates/$TMPL[config]/images/free.gif' border='0'
        width='$TMPL[swapfreewidth]' height='9' alt=''></TD>
    <TD>$TMPL[swapfree]($TMPL[swapfreepercent]%)</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' ALIGN='right'>ÇÕ°è(/dev/$TMPL[swap])</TD>
    <TD ALIGN='center' NOWRAP><IMG SRC='$_SERVER[_URI]/templates/$TMPL[config]/images/tused.gif' border='0'
        width='$TMPL[swapusedwidth]' height='9' alt=''><IMG
        src='$_SERVER[_URI]/templates/$TMPL[config]/images/tfree.gif' border='0'
        width='$TMPL[swapfreewidth]' height='9' alt=''></TD>
    <TD>$TMPL[swaptotal](100%)</TD>
  </TR>
  <TR>
    <TD WIDTH=150></TD>
    <TD WIDTH=200></TD>
    <TD WIDTH=300></TD>
  </TR>
</TABLE>

<A NAME='partitions'></A><BR>
<FONT size='2'>¡á Partitions Á¤º¸(½º¿Ò ÆÄƼ¼Ç Á¦¿Ü)</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[thcolor]'>
    <TD ALIGN='center' NOWRAP>ÆÄƼ¼Ç</TD>
    <TD ALIGN='center' NOWRAP>¸¶¿îÆ®</TD>
    <TD ALIGN='center' NOWRAP>FS</TD>
    <TD ALIGN='right' NOWRAP>Å©±â</TD>
    <TD ALIGN='center' width='200' NOWRAP>»ç¿ë·® / ¿©À¯</TD>
    <TD ALIGN='center' NOWRAP>»ç¿ë·®(%) / ¿©À¯(%)</TD>
  </TR>
$TMPL[part]
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD COLSPAN='2' align='center'>ÇÕ°è(ÆÄƼ¼Ç)</TD>
    <TD COLSPAN='2' align='right'>&nbsp;$TMPL[part_sum]</TD>
    <TD ALIGN='center' NOWRAP><IMG SRC='$_SERVER[_URI]/templates/$TMPL[config]/images/tused.gif'
    border='0' width='$TMPL[part_used_width]' height='9' alt='$TMPL[part_used]'><IMG
    SRC='$_SERVER[_URI]/templates/$TMPL[config]/images/tfree.gif'
    border='0' width='$TMPL[part_free_width]' height='9' alt='$TMPL[part_free]'></TD>
    <TD ALIGN='center'>$TMPL[part_used]/$TMPL[part_free]</TD>
  </TR>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD COLSPAN='6'>$TMPL[part_fix]</TD>
  </TR>
</TABLE>

<A NAME='ethernet'></A><BR>
<FONT size='2'>¡á Ethernet Á¤º¸</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD BGCOLOR='$TMPL[thcolor]' WIDTH='150' align='right'>Module Name</TD>
    <TD WIDTH='500'>$TMPL[modules]&nbsp;</TD>
  </TR>
$TMPL[ethernet]
</TABLE>

<A NAME='netstat'></A><BR>
<FONT size='2'>¡á Network Devices Åë°è</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[thcolor]'>
    <TD ROWSPAN='2' align='center' valign='center' NOWRAP>Iface</TD>
    <TD COLSPAN='4' align='center'>RX(¹Þ´Â ÆÐŶ)</TD>
    <TD COLSPAN='5' align='center'>TX(º¸³½ ÆÐŶ)</TD>
  </TR>
  <TR BGCOLOR='$TMPL[thcolor]'>
    <TD ALIGN='right' NOWRAP>Size</TD>
    <TD ALIGN='right' NOWRAP>Packets</TD>
    <TD ALIGN='right' NOWRAP>Errors</TD>
    <TD ALIGN='right' NOWRAP>Drops</TD>
    <TD ALIGN='right' NOWRAP>Size</TD>
    <TD ALIGN='right' NOWRAP>Packets</TD>
    <TD ALIGN='right' NOWRAP>Errors</TD>
    <TD ALIGN='right' NOWRAP>Drops</TD>
    <TD ALIGN='right' NOWRAP>Colls</TD>
  </TR>
$TMPL[netstat]
  <TR BGCOLOR='$TMPL[tdcolor]'>
    <TD COLSPAN='10'>$TMPL[netstat_fix]&nbsp;</TD>
  </TR>
</TABLE>

<A NAME='scsi-hdd'></A><BR>
<FONT size='2'>¡á SCSI-HDD Á¤º¸</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[thcolor]'>
    <TD ALIGN='center' width='180' NOWRAP>¸ðµ¨¸í (major,minor)</TD>
    <TD ALIGN='center' width='15' NOWRAP>ID</TD>
    <TD ALIGN='center' width='100' NOWRAP>Àü¼Û¼Óµµ</TD>
    <TD ALIGN='center' width='65' NOWRAP>¼ö¿ë¿ë·®</TD>
    <TD ALIGN='center' width='240' NOWRAP>ÆÄƼ¼Ç</TD>
  </TR>
$TMPL[sd]
</TABLE>

<A NAME='eide-hdd'></A><BR>
<FONT size='2'>¡á $TMPL[hdtitle] HDD Á¤º¸</FONT>
<TABLE BORDER='0' cellspacing='1' cellpadding='3' width='100%'>
  <TR BGCOLOR='$TMPL[thcolor]'>
    <TD ALIGN='center' width='180'>¸ðµ¨¸í (major,minor)</TD>
    <TD ALIGN='center' width='115'>¹öÆÛ(or device)</TD>
    <TD ALIGN='center' width='65'>¼ö¿ë¿ë·®</TD>
    <TD ALIGN='center' width='240'>ÆÄƼ¼Ç</TD>
  </TR>
$TMPL[hd]
</TABLE>