Linux-1U Features

Linux-1U Chassis

Linux-1U Systems

Linux-1U Comparason

Linux-1U LCD FrontPanels

IDE vs SCSI
CPU Specs
Memory Specs


Store-Testing

24x7 Server Admin

FREE 1U Systems

Other 1U Systems

1U Power Supplies
1U MotherBoard
1U Riser Cards
HeatSinks/Fans
BarCodes
1U Misc Parts

Racks-n-Cabinets
SerialConsole
KVM

InstallationSupport

DiagnosticTesting
Tuning-Optimization


About/Contact Us

LegalInfo


1U Rackmount Chassis

Custom-Chassis.com

Linux-1U.net

1U-ITX.net


ITX-Blades.net


Small PC cases

Mini-Box.net

Wrap-Box.net

Wrap-OS.net


Wan-Sim.net



Linux-Consulting.com

Linux-CAE.net

Linux-Sec.net

Linux-Boot.net

Linux-Backup.net

Linux-Wireless.org

Linux-Office.net

Linux-Video.net

Linux-VOIP.net

Linux-Jobs.net

Linux-Diff.net

1U-Raid5.net

Linux-Howto.net


Spam Reporting



Free Linux CDs

ISO9660.org

Distro-CD.org

Patch-CD.org



Linux-Distributions






















Contact



Linux is a registered trademark of
Linus Torvalds

More Linux Legalese


CPU/Memory/Disk/System Performance Tuning and Optimization


System Diagnostics, Tuning, Optimization and BenchMarks

Server Hardening-HOWTO

Optimization and Tuning HOWTO

BIOS Tuning
  • Automatic PowerUP when turn on power switch
  • Tell it to ignore the error if the kb or mouse is missing
  • Check the time and date stamps to avoid confusion
  • Check your cpu clock frequency
  • Check your memory clock speed - especially ECC memory detect
  • Check your disk detect options
  • Dump bootup messages to serial console or over the LAN to remote user
  • Turn off/Disable any bios feature NOT present on the motherboard
  • Enable CPU shutdown when overheating
  • Enable "Power Loss Restart" ( system reboots by itself )
  • Halt on "all but disk/kb errors" ( keyboardless boot )

    PCGuide.com
    TomsHardware.com Bios Tuning
    uib.no BIOS Shadow Memory
    ComputerHope.com Post - beeps

Kernel Tuning
    Linux-Sec.net/Harden Kernel Hardening
    MIT.edu Securing the kernel

  • Optimize for Athlon/K6 vs P4/P3 CPU options vs default generic i386 mode

  • Turn off bootup messages
  • Display Corp logo instead

CPU Tuning

Memory Tuning

Disk Tuning
  • The two onboard IDE channels (primary and secondary IDE) each operates with one protocol

  • Do NOT combine different protocol DMA devices the same ATA cable
    • Your data transfer will probably occur at the slowest device transfer speed
    • Use only ATA-66 ( 66Mb/sec ) devices on one IDE cable ( channel )
    • Use only ATA-100 ( 100Mb/sec ) devices on the other IDE cable ( channel )
    • Do NOT mix them -- especially slow CDROMs

    • Turn on your IDE/DMA kernel options for your IDE controllers/chips
    • For maximum performance, do NOT use any slave IDE devices, add additional IDE controllers
      • Data transfer speed will DECREASE significantly with master and slave on the same cable


      Linux-1U.net/Disks Optimized hard disks w/ hdparam options

      LinuxDoc.org Securing-Optimizing-Linux-RH-Edition
      MIT.edu Securing-Optimizing-Linux - IDE Tuning
      Redhat.com Disk Tuning - elevators
      Debian.org Tuning a Debian System
      ecst.csuchico.edu trinityOS - hdparm
      LinuxPerf.nl.linux.org
      OreillyNet.com

      Carefully choose your partition scheme Very important to do this "right"

    • hdparm
        Ibiblio.org hdparm
        SourceForge.net ghdparm - GUI for hdparm
      • hdparm -tT /dev/hda -- Read/Write Timing Tests
      • hdparm -d1 /dev/hda -- Turn on the DMA bit
      • hdparm -d1 -m16 -c3 -u1 /dev/hda -- Turn on sync, interrupt, multicount - can be dangerous too
      • Check DMA transfer mode ( use -Xxx option if needed )
      • Check DMA buffer size

    • elvtune
      • Changing the max latency on items in the queue allows you to trade disk i/o latency for throughput, and vice versa
      • elvtune /dev/hda1 -- typical defaults 8192 read, 16384 writes
      • elvtune -r 2000 -w 4000 /dev/hda1 -- set to 2000 reads, 4000 writes


    • Disk Layout and Partitions

FS Tuning

File Limit, Process Limit, Thread Limit Tuning

TCP/IP and NFS Tuning

Firewall Tuning

DNS Server Tuning

Email Server Tuning

Web Server Tuning

FTP Server Tuning

Automated System Admin

Disks Layout




Copyright © 2000
Linux-Consulting
All Rights Reserved.
Updated: Fri Jul 22 00:09:19 2005 PDT