Announcement

Collapse
No announcement yet.

Poor Performance

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Poor Performance

    Hello Everybody
    I've been using Kubuntu 8.04 since it came out. At first HDD performance seemed satisfactory. Lately performance in opening apps as welll as making disk data transfers has been slow. I've read other posts about hdparm but was unsure they applied to hardy. I have a 250 GB sata drive with athlon x2 2600 cpu. Any suggestions would be appreciated

    Thanks

    #2
    Re: Poor Performance

    This is the output of fdsik -l and hdparm


    Disk /dev/sda: 41.1 GB, 41110142976 bytes
    255 heads, 63 sectors/track, 4998 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x2d852d84

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 4997 40138371 7 HPFS/NTFS

    Disk /dev/sdb: 300.0 GB, 300090728448 bytes
    255 heads, 63 sectors/track, 36483 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x9048960d

    Device Boot Start End Blocks Id System
    /dev/sdb1 1 36483 293049666 83 Linux

    Disk /dev/sdc: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x69205244

    Device Boot Start End Blocks Id System
    /dev/sdc1 * 1 29644 238115398+ 83 Linux
    /dev/sdc2 29645 30401 6080602+ 5 Extended
    /dev/sdc5 29645 30401 6080571 82 Linux swap / Solaris

    WARNING: GPT (GUID Partition Table) detected on '/dev/sdd'! The util fdisk doesn't support GPT. Use GNU Parted.


    Disk /dev/sdd: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x766520cd

    Device Boot Start End Blocks Id System
    /dev/sdd1 1 60801 488384015+ 7 HPFS/NTFS
    dan@dan:~$ sudo hdparm /dev/sdc

    /dev/sdc:
    IO_support = 0 (default)
    16-bit)
    HDIO_GET_UNMASKINTR failed: Inappropriate ioctl for device
    HDIO_GET_DMA failed: Inappropriate ioctl for device
    HDIO_GET_KEEPSETTINGS failed: Inappropriate ioctl for device
    readonly = 0 (off)
    readahead = 256 (on)
    geometry = 30401/255/63, sectors = 488397168, start = 0

    Comment


      #3
      Re: Poor Performance

      Before assuming the performance issue has anything to do with the hard drive(s), open a console window and issue
      Code:
      top
      Then observe the usage of CPU and memory resources, and post the top 5 with their percent of CPU used.


      Also, here's some light reading that might be relevant:

      http://rudd-o.com/archives/2007/10/0...w-to-fix-that/

      Comment

      Working...
      X