LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-23-2003, 12:54 PM   #16
evilpete
LQ Newbie
 
Registered: Jun 2003
Distribution: Redhat 7.3 - 9
Posts: 5

Rep: Reputation: 0

hey there...

this computer im talking about is a 1Ghz Athlon. It has a 19Gb Hardisk. I have been trying to use HDParm to get it running as it should, but i cant seem to get higher then 20Mb/sec. That really strange because it should be at least twice as high i guess... here is a dump from hdparm:

Model=Maxtor 32049H2, FwRev=YAC614Y0, SerialNo=L224P3ZC
Config={ Fixed }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=57
BuffType=DualPortCache, BuffSize=2048kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=40021632
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5
AdvancedPM=yes: disabled (255) WriteCache=enabled
Drive conforms to: ATA/ATAPI-6 T13 1410D revision 0: 1 2 3 4 5 6

hdparm -t /dev/hda
/dev/hda:
Timing buffered disk reads: 64 MB in 3.20 seconds = 20.00 MB/sec

/dev/hda:
multcount = 16 (on)
IO_support = 2 (16-bit)
unmaskirq = 1 (on)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 8 (on)
geometry = 2491/255/63, sectors = 40021632, start = 0

Its now exactly 20Mb, but is with different parameters is only going down...

The IDE controller is a "VIA Technologies|VT82C586/B/686A/B PIPC Bus Master IDE"

I guess that more memory should fix some of the problems, but the drive will still be performing low i guess... Im getting despirate ...

My own computer with redhat 9 runs like the devil!!! (and im trying to confince someone to start using linux... not such a great time for that i guess, hehehe)
 
Old 06-23-2003, 12:56 PM   #17
evilpete
LQ Newbie
 
Registered: Jun 2003
Distribution: Redhat 7.3 - 9
Posts: 5

Rep: Reputation: 0
ow, i saw that i forgot something

if i use hdparm with -c 1 or -c 3 i get a performance of 15Mb ???!!!


HEEEELLP MEEEEE..
 
Old 06-26-2003, 03:35 AM   #18
LinuxBAH
Member
 
Registered: Jun 2003
Distribution: FreeBSD
Posts: 119

Rep: Reputation: 15
How would I go about shutting down uneccesary programs running in the background before they startup? I just switched from mandrake to red hat yesterday so I'm not familiar with this new menu. Also I'm a linux noob to begin with so that doesn' help
 
Old 06-26-2003, 11:17 AM   #19
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Quote:
Originally posted by LinuxBAH
How would I go about shutting down uneccesary programs running in the background before they startup?
If you want a gui you can use /usr/bin/redhat-config-services.

There's a nice command line tool called /sbin/chkconfig, see "man chkconfig" for details. For example, you can do "/sbin/chkconfig --list | grep on" to see all the services that are enabled. "/sbin/chkconfig --level 345 xinetd off" will stop xinetd from starting. If xinetd is currently running, you can stop it with "/etc/rc.d/init.d/xinetd stop" or "/sbin/service xinetd stop".

Quote:
Originally posted by LinuxBAH
I have a dl with half my bandwidth being taken up as well if that would have anything to do with it. But using windows that never did anything less I was using my ENTIRE bandwidth and even then it was NOTHING like this.
My system slows down when there is heavy disk io. I heard that the preemption is supposed to fix that kind of thing (prior to 2.6 you would have to patch your kernel). How much bandwidth are you talking about?

Last edited by zmedico; 07-31-2003 at 08:09 PM.
 
Old 06-26-2003, 03:11 PM   #20
LinuxBAH
Member
 
Registered: Jun 2003
Distribution: FreeBSD
Posts: 119

Rep: Reputation: 15
I'm talking 40/k outta my 83k max. Why would I want to stop xinetd though? Is this a useless daemon? From the man pages it seams like it would be critical to running anything having to do with internet process. Or am I mistaken?
 
Old 06-26-2003, 03:18 PM   #21
evilpete
LQ Newbie
 
Registered: Jun 2003
Distribution: Redhat 7.3 - 9
Posts: 5

Rep: Reputation: 0
hi there...

i have been messing around with that machine i mentioned. I still cant get higher speeds on the harddisk, but it seems to be a 5400 rpm disk. So maybe its the max. I installing the NVidia drivers from NVidia itself, and i disabled some things in XFconfig86... when i started X as root i noticed a lot more speed then before.. so i thought it might had to do with hosts & dns resolving.. i tested some things and messed around with the hostname. Then i deleted the original kde account and logged in again. It was allot faster after that. Still not what i should be.. he seems to have some memory problem and uses the disk way to much while swapping... first im gonna try to put some more memory in the machine and see what will happen..

p.
 
Old 06-27-2003, 02:05 PM   #22
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Quote:
Originally posted by LinuxBAH
I'm talking 40/k outta my 83k max.
My cable provider lets me download at 384 kilbytes/second and my system doesn't even notice.

Quote:
Why would I want to stop xinetd though? Is this a useless daemon?
I was only using xinetd as an example service. Many network daemons use it (telnet, ftp, etc...).
 
Old 07-01-2003, 09:11 PM   #23
JC404
Member
 
Registered: Dec 2002
Distribution: Red Hat 9
Posts: 123

Rep: Reputation: 15
Is it possible that a video card driver update (running a radeon 9100) as a possible solution?

My RH 9 is also slow. Slower than Windows XP Pro. A driver update for Windows XP Pro solved the problem. However, I'm still a super newbie when it comes to Linux.
 
Old 07-01-2003, 11:34 PM   #24
ironz
Member
 
Registered: Jun 2003
Location: Montréal, Québec
Distribution: red hat 9
Posts: 84

Rep: Reputation: 15
Yup , me too Redhat 9 is slow,

I have 392 mb of ram and i got only 40 mb free , no window open no programs.

Redhat eats totaly my ram

Last edited by ironz; 07-01-2003 at 11:36 PM.
 
Old 07-02-2003, 04:24 AM   #25
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
If you're feeling brave, compile and install a stock kernel.org 2.4.20 kernel, I have found this *dramatically* improves performance. Others have found this too. It seems that Red Hat screwed up the kernel in this release big time.
 
Old 07-02-2003, 01:53 PM   #26
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Quote:
Originally posted by ironz
I have 392 mb of ram and i got only 40 mb free , no window open no programs.
That's crazy. I'm running KDE, mozilla, Konsole, and lots of services, and here's what I get from the "free" command:
Quote:
total used free shared buffers cached
Mem: 515652 208280 307372 0 6716 106792
-/+ buffers/cache: 94772 420880
Swap: 1060248 0 1060248
that's 208280 kilobytes used.

BTW, I compiled my own stock 2.4.20 kernel (actually it's patched for udf write on cdrw) but I didn't notice performance problems before (or after) that.

Last edited by zmedico; 07-02-2003 at 03:26 PM.
 
Old 07-02-2003, 02:41 PM   #27
solspin
Member
 
Registered: Apr 2003
Location: California, USA
Distribution: What works
Posts: 97

Rep: Reputation: 15
Yes, Redhat9 might be slower on your machine, but could you imagine running WindowsXP on a 266Mhz, PII, with 192MB ram!! You can't! Eventually, you will need to upgrade your hardware. Redhat9 was released March, 2003. The PentiumII was released April, 1997. If your machine is running too slow, I would suggest not upgrading your OS to the latest and greatest. I am running Redhat7 on a PentiumIII, 400Mhz with no issues.
 
Old 07-10-2003, 05:03 PM   #28
ironz
Member
 
Registered: Jun 2003
Location: Montréal, Québec
Distribution: red hat 9
Posts: 84

Rep: Reputation: 15
To run REdhat 9 correctly i recommend 1 gig of ram!!!
 
Old 07-11-2003, 02:54 PM   #29
thegreatstoney
LQ Newbie
 
Registered: Jul 2003
Posts: 7

Rep: Reputation: 0
hmmm i was running red hat 8 b4 and only had 3 gigs, 300 mhz machine. After i bought a new 30 gig harddrive for my server, i installed red hat 9 (everything). Im running an apache webserver and ftp and i see no difference in running speed from 8 to 9.
Of course im buying a new mobo and athlon +2000 for it soon, so i should have no problems at all.
 
Old 07-12-2003, 02:15 PM   #30
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Quote:
Originally posted by ironz
To run REdhat 9 correctly i recommend 1 gig of ram!!!
More is ram is always better, but many people can get away with much less. Earlier in this thread somebody said 192 mb was sufficient for them, and I have a notebook with 256 mb that is also sufficient.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RH9.0 on my pc running slow 286 Linux - Newbie 8 11-08-2003 03:10 PM
RH9 Running slow? [nD]Rayune Linux - General 2 09-12-2003 12:32 PM
RH9 very slow , any solutions?? mkmk Linux - Software 2 08-15-2003 06:52 AM
Is my machine too slow for RH9 GaryOswald Linux - Software 10 08-12-2003 11:25 AM
Why is my RH9.0 so slow...? cbjhawks Linux - Software 1 08-03-2003 11:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration