3ware performance tuning
Hi,
I recently downloaded the log-package from my open-e, and i found a performance recommendation in lsi_logs.tar -> Generic_Perf_Tuning_sd?.txt for all my devices. The recommendation states that i have to set the following parameters:
echo 128 > /sys/block/sda/queue/max_sectors_kb
echo 1024 > /sys/block/sda/queue/nr_requests
echo deadline > /sys/block/sda/queue/scheduler
blockdev --setra 16384 /dev/sda
Currently, the following is set:
cat /sys/block/sda/queue/max_sectors_kb
128
cat /sys/block/sda/queue/nr_requests
128
cat /sys/block/sda/queue/scheduler
noop anticipatory [deadline] cfq
blockdev --getra /dev/sda
256
So for me it seems, that the parameters nr_requests and blockdev --setra must be "optimized".
Is this right, and how can I achieve it? I haven't discovered native shell access yet :-) Current build of DSS: 6.0up50.8101.4786 64bit.
Thanks in advance,
Tim
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules