Displaying 20 results from an estimated 3000 matches similar to: "Disk Elevator"
2004 Feb 05
3
increasing ext3 or io responsiveness
Our Invoice posting routine (intensive harddrive io) freezes every few
seconds to flush the cache. Reading this:
https://listman.redhat.com/archives/ext3-users/2002-November/msg00070.html
I decided to try:
# elvtune -r 2048 -w 131072 /dev/sda
# echo "90 500 0 0 600000 600000 95 20 0" >/proc/sys/vm/bdflush
# run_post_routine
# elvtune -r 128 -w 512 /dev/sda
# echo "30 500 0 0
2004 Sep 11
2
External journal on flash drive
Hi,
I'd like to use a flash drive as a journal device, with the purpose of
keeping the main disk drive spun down as long as possible. I have a
couple of questions:
1) Does the journaling code spread write accesses to the journal device
evenly, as I hope, or are there blocks that are particularly "hot"?
I.e., do I have to worry about the flash device dying quickly because of
2002 Nov 21
2
/proc/sys/vm/bdflush
I'm lacking some understanding of how to tune / when to tune /proc/sys/vm/bdflush
Where can I read up on this?
Our current problem: Load is low, but ever so often the system decides
to do some serious disk I/O which causes all processes to wait for
disk I/O -- load explodes (rises linear up into the 20-30ies) just to
fall linearly (spelling?) right after that.
We think there might be some
2006 Mar 23
0
Choosing best io elevator/scheduler for dom0
Hi!
I''m trying to figure out what would be the best io elevator/scheduler for
dom0.
As far as I know, each domU virtual disk device is seen as single process in dom0.. correct?
Then, say, I have domU with 3 devices (sda1,sda2,sda3).. and I access all of
those 3 devices in domU.. that would make 3 processes doing io in dom0?
elevator=cfg would be a good pick to share the io load
2014 Feb 05
0
Scheduler Elevator Deadline
In past on my machines with single drive or software RAID I have
always had to change elevator to deadline. Mainly due to fact I was
running email server with a great deal of I/O. Switching from CFQ to
Deadline made a huge difference. I am wandering if with a hardware
RAID controller should I still switch too Deadline or does the RAID
controller do reordering etc. for me? Likely best answer is
2014 Apr 13
0
Setting elevator=noop in the guest necessary?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everyone,
I found an article about libvirt, and one thing that I have not seen
anywhere else:
> IMPORTANT: If you boot a Linux VM, you might want to add
> “elevator=noop” to your Linux boot command line to force the disk
> scheduler to let the host machine handle the disk writes
> reorganisations (like tunnelling tcp over tcp, it
2003 Apr 30
1
ext3 and data=journal bug
Greetings all,
I have a question regarding the fsync data corruption bug that was introduced
in 2.4.20 when using data=journal. I have patched the 2.4.20 kernel with the
3 sync patches available from zip.com.au, and I am wondering if with these
patches the "bug" still exists:
sync_fs.patch
sync_fs-fix.patch
sync_fs-fix-2.patch
In addition the following two patches have also
2008 Dec 05
5
Adding RAM
I have a server running Centos 4.7 32bit. Will moving from 4Gig of
RAM to 8Gig do any good? Since its 32bit I assume it will only be
able to address the first 4Gig not? When I installed CentOS I did not
do anything special to enable using more then 4Gig if thats required.
Exim, spamassassin and Clamd seem to be the biggest load on this
machine. My biggest bottle neck is disk I/O anyway.
Wish
2005 Oct 26
1
which process & file taking up disk IO?
I'm having load problems on a server. The bottleneck appears to be disk IO.
iostat would show ~100, under %util, during peak usage.
i'm running things like clam antivirus, pop, exim, apache, mysql on the server.
is there a way to check which process and which file is taking up disk IO? or
see what is being written to the disk?
i'm very puzzled as the amount of writes is 10 times
2006 Jun 07
1
Intel Xeon and hyperthreading
Another question some of you may help me make decisions on. I've been
doing some reading that indicates that having HT turned on in this dual
xeon machine might actually slow down the computing process rather than
speeding it up. I rebooted this a.m., and turned HT off, just prior to
my main application run. One thing that might be of note, this
application is using OMP for utilizing
2003 May 22
3
Tuning system response degradation under heavy ext3/2 activity.
Hello.
I'm looking for assistance or pointers for the following problem.
OS: RHAS2.1 enterprise16
HW: HP proliant 2CPU 6GB RAM, internal RAID1 + RAID5(4 x 10K 72GB)
When we run any kind of process (especially tar for some reason) that
creates heavy disk activity the machine becomes Very Slow, (e.g. takes
30-45 seconds to get a reply from ls at the console, or a minute to log
in.)
I
2011 Jun 09
4
Possible to use multiple disk to bypass I/O wait?
I'm trying to resolve an I/O problem on a CentOS 5.6 server. The
process basically scans through Maildirs, checking for space usage and
quota. Because there are hundred odd user folders and several 10s of
thousands of small files, this sends the I/O wait % way high. The
server hits a very high load level and stops responding to other
requests until the crawl is done.
I am wondering if I add
2012 May 12
3
openLDAP under CentOS-6
I've been hard hit by the lack of CentOS-6 documentation
mentioned in another thread.
The openLDAP setup has been changed completely between CentOS 5 and 6,
and I haven't been able to find any reasonably coherent instructions
explaining how to upgrade.
If anyone knows of such a document I should be most grateful to learn of it.
Actually I have openLDAP working (though unencrypted) with my
2010 Apr 26
9
System Resources Graphing
Is there a package I can get that will graph system resources such as
CPU and disk I/O to an html file or something?
Matt
2004 Mar 04
1
[debian-knoppix] warning: updated with obselete bdflush call
Get this warning on bootup ext3 file checks on 2.6.* kernels.
Apparently harmless, but how do I fix this?
_______________________________________________
debian-knoppix mailing list
debian-knoppix at linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix
2003 May 01
3
Performance problem with mysql on a 3ware 1+0 raid array
Hi all,
We are observing a consistent interval of about 4 minutes at which there
are large sustained writes to disk that causes mysqld to block and not
respond for the entire period.
We are using data=journal with a 128M journal and the filesystem is
150GB in size.
We get about 300kb/sec in writes and that will jump to about 2000kb/sec
during the periods of large sustained writes. Those
2001 Aug 29
1
kupdated, bdflush and kjournald stuck in D state on RAID1 device (deadlock?)
(Sent to linux-raid, linux-kernel and ext3-users since I'm not sure what type of issue
this is)
I've got a test system here running Redhat 7.1 + stock 2.4.9 with these
patches:
http://www.fys.uio.no/~trondmy/src/2.4.9/linux-2.4.9-NFS_ALL.dif
http://www.zip.com.au/~akpm/ext3-2.4-0.9.6-249.gz
http://domsch.com/linux/aacraid/linux-2.4.9-aacraid-20010816.patch
All three patches applied
2004 Aug 09
4
hclust-segmentation fault
I am getting the "Segmentation fault" when using hclust in R-1.9.1 running
under SuSe 9.0 64-bit kernel on a dual opteron system with 8G of RAM.
I was wandering if anybody could offer any insight?
Thanks,
mario.
2007 May 23
1
voicemail notification.
Hello,
I'm wandering how can I make voicemail notification when i got a messages in
asterisk mailboxes. For the moment i have e-mail notifications, but I readed
that I can do also a sms notification to local sip accounts. Also I'm
wandering if i can make something like callback from asterisk to sip
account, and play voicemail check, when the user log in. Is there someone
that use this
2009 Jul 07
1
Sysctl on Kernel 2.6.18-128.1.16.el5
Sysctl Values
-------------------------------------------
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
net.ipv4.tcp_window_scaling = 1
# vm.max-readahead = ?
# vm.min-readahead = ?
# HW Controler Off
# max-readahead = 1024
# min-readahead = 256
# Memory over-commit
# vm.overcommit_memory=2
# Memory to