LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-15-2005, 10:09 PM   #16
penguinlnx
Member
 
Registered: Mar 2005
Location: Ice Station Alert AFB
Distribution: Gentoo
Posts: 166

Rep: Reputation: 30
Shortage of Dope, but not Dopes:


RAID 1 is indeed 2x as fast when it is not done in software, but using a hardware card and two physical drives. It is one of the BIG advertized features of all IBM x86 3rd party cards:

The reason is simple: One drive is invisible to the system, but not to the hardware card:
It reads both drives simultaneously/ (alternate blocks) since it can position the read heads in different places at the same time, and does so seamlessly. When writing, both head systems are aligned to write the same data in parallel to each drive, hence only the READ speed is doubled, not the WRITE speed.

So just to recap: RAID 0 *AND* RAID 1 give incredible speed bonuses when implimented in hardware on an inboard card. This is not just an option, but the reason the cards are purchased, and why they sell.

And no - I must not be on dope. (...fluff removed by request: next time I'll edit)

I don't as a rule put poisonous industrial solvents in my bloodstream.....

Last edited by penguinlnx; 03-16-2005 at 09:16 PM.
 
Old 03-16-2005, 12:04 AM   #17
ccool
Member
 
Registered: Oct 2002
Location: Canada
Distribution: Slackware 10.1
Posts: 71

Rep: Reputation: 15
if you really have speed-trouble, you might look at "hdparm" I had a problem once where the DMA was not enable. for some reason it was just not activated and it was running in safe mode. The result => the slowest 2500+ computer ever. The hard-drive were running at 8 MB/sec... instead of more than 30

here something I have :
Code:
root@ccool:/home/ccool# hdparm -Tt /dev/hda

/dev/hda:
 Timing cached reads:   1392 MB in  2.00 seconds = 696.00 MB/sec
 Timing buffered disk reads:   98 MB in  3.05 seconds =  32.13 MB/sec
root@ccool:/home/ccool# hdparm /dev/hda

/dev/hda:
 multcount    = 16 (on)
 IO_support   =  1 (32-bit)
 unmaskirq    =  1 (on)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    =  8 (on)
 geometry     = 9732/255/63, sectors = 80054059008, start = 0
root@ccool:/home/ccool#
 
Old 03-16-2005, 12:59 AM   #18
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Well, I think my DMA activated... May be someone knows where is the "process list", smth like windows' registry's entry - "run", where are all the apps that start up automatically. I just want to turn off some processes, because I suppose them useless. I have about 40 processes! And I'm sure it's too much. E.g., I left 12 processes in windows, and it shows me now: "I eat only 63MB RAM"... Linux eats more now. I want him to be not so fat
Can you help?
Thanks.
 
Old 03-16-2005, 07:44 AM   #19
halo14
Senior Member
 
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103

Rep: Reputation: 45
:/ dope is *NOT* glue... dope refers to any opium derived narcotic... as well as a term used for any absorbent material used in explosives (e.g.-Trinitrotoluene), such as sawdust, mica, etc...

Alcoholics Anonymous was started by Bill Wilson and Dr. Bob in Akron, OH in 1935...NA was started as an offshoot of AA in the late 40's, with the first sets of meetings beng held in the Los Angeles area in the early 50's... not by moses...

(it's amazing what you know when your family owns a large substance abuse treatment center and is very big in the AA community )

Last edited by halo14; 03-16-2005 at 07:45 AM.
 
Old 03-16-2005, 09:18 AM   #20
penguinlnx
Member
 
Registered: Mar 2005
Location: Ice Station Alert AFB
Distribution: Gentoo
Posts: 166

Rep: Reputation: 30
(deleted...)

Last edited by penguinlnx; 03-16-2005 at 09:22 PM.
 
Old 03-16-2005, 09:24 AM   #21
penguinlnx
Member
 
Registered: Mar 2005
Location: Ice Station Alert AFB
Distribution: Gentoo
Posts: 166

Rep: Reputation: 30
...and she's got huge........tracts of land...

P.S. I am quite shocked that they still use substance abuse as an actual treatment. (this line's still funny)

Last edited by penguinlnx; 03-16-2005 at 09:18 PM.
 
Old 03-16-2005, 09:25 AM   #22
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Please, STOP doping my thread, else I'll spam yours... really. I didn't write so much shit about Mandrake.
 
Old 03-16-2005, 10:54 AM   #23
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Halo14 and penguinlnx - take it offline. Kornerr had a perfectly reasonable thread going that is of help to him and a number of our users. If you want to discuss "dope", do so either by email, IM or on a more suitable forum.

And let's leave our e-penises in our e-trousers, yeah?
 
Old 03-16-2005, 10:33 PM   #24
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I get almost double read speeds from my software RAID-1 mirror. It is a vast improvement and saves your data as well.
The faster the machine is the closer you will get to 2x speed disk reads.

On a slow or overloaded machine it will not be much of an improvement.

Use seperate controllers for best results.
 
Old 03-17-2005, 02:57 AM   #25
penguinlnx
Member
 
Registered: Mar 2005
Location: Ice Station Alert AFB
Distribution: Gentoo
Posts: 166

Rep: Reputation: 30
regarding RAID systems:

to sum up then:

Not only can RAID 0 double your READ speed at least, (which is significant for most apps.)

But RAID 1 in both HARDWARE AND SOFTWARE implimentations also nearly double READ speed.

(Better to have the facts right than worry about being wrong - peace)
 
Old 03-17-2005, 03:41 AM   #26
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Well, I was asking about SOFTWARE. I don't want to upgrade my PC, I just want to get all this PC can do... Someday...
 
Old 03-17-2005, 01:35 PM   #27
penguinlnx
Member
 
Registered: Mar 2005
Location: Ice Station Alert AFB
Distribution: Gentoo
Posts: 166

Rep: Reputation: 30
Speeding up Hard Drive without Cards

I found one more interesting set of instructions by accident:
The paper describes how you can check and reconfigure your IDE controller and Drive
to quadruple the speed of the drive's read AND write behaviour...
Something about efficient chip programming at a low level.
...right from the command prompt!
If you give me an email I can send you the text file.
 
Old 03-17-2005, 05:33 PM   #28
Javahulk
Member
 
Registered: Feb 2005
Posts: 35

Rep: Reputation: 15
run top, google every name, and decide for yourself if they should be running

how would we know what you need and what you dont? only you know what you use the box for lol
 
Old 03-18-2005, 01:41 AM   #29
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
penguinlnx, there're several buttons just near the bottom of every reply. There's a mail button, too. I'd like to read this paper.
Javahulk, some posts later I asked "where is the autostart process list". Do you know? I'm not asking what process do I need. Just where.
Thanks.
 
Old 03-18-2005, 12:52 PM   #30
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
top shows processes
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Increasing the Speed of dial up on linux box anujhere Linux - Networking 1 07-15-2005 12:57 AM
Linux Speed Tips RySk8er30 Mandriva 4 02-10-2005 01:21 PM
Tips on increasing glxgears output mykrob Linux - Hardware 2 09-20-2004 11:11 AM
need tips to speed up browsing Brain Drop Linux - Software 2 04-23-2003 02:40 AM
Increasing the speed of my modem bmanning Linux - General 1 04-13-2001 09:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:47 PM.

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