All Questions
6 questions
2
votes
2
answers
385
views
How to ask antivirus software to work slower and hence use less disk access?
It is our policy for our end-user's computers (usually laptops) to have high power CPUs, GPUs, RAMs (no less than 16GB) and HDD space (1TB), but we save money by choosing lower rotation speed of HDD. ...
0
votes
0
answers
216
views
Mongodb, we can't go over 100 insert/sec on 200iops HDD
Thanks in advance for your help, we get a strange behaviour in mongodb. So we have a cluster of 20 shards, each composed of 1 master and 2 slaves. This database has a heavy load of write only. However ...
4
votes
3
answers
4k
views
Disk write speed much slower than read speed
I have a VPS server (WiredTree), running CentOS.
After experiencing some performance issues I created a simple benchmark for disk read/write speed using the following script:
echo Write to disk
dd ...
6
votes
1
answer
222
views
How to prevent IO Load under Linux for Video serving?
I'm currently serving videos of conferences via Nginx on 3 servers; 4 cores, enough memory (no swap used) and RAID-10 with 8 drives per server. Unfortunately iostat -xd 1 gives me 100% on all 3 ...
3
votes
4
answers
4k
views
It is possible move a specific file to the beginning of the disk?
It is possible move a specific file to the beginning of the disk? I want to move my virtual machine disk files (virtual disk) to the beginning of the disk to improve disk access performance. I believe ...
6
votes
8
answers
21k
views
Hard Drive Speed: RPM vs. Cache
When trying to choose a SATA magnetic hard drive (not SSD) for high performance for both random and linear access, which should be the primary factor?
For example: would a 10k RPM drive with 16MB ...