Tagged Questions
0
votes
1answer
137 views
adding new scheduling policy to the kernel
i'm working on a redhat 8 linux and i want to add new policy for scheduling the processes , could you help me with :
1) where to define the new policy
2) how does the process of assigning a policy for ...
0
votes
1answer
184 views
ionice or chrt for Bonnie benchmark
I am running Bonnie benchmark on an embedded device and I am getting variable results for every run. I am contemplating using ionice and / or chrt to get around it. Can you suggest which option is ...
0
votes
5answers
1k views
Very low performance of raid6
I noticed that writing to raid-6 is very low, but when I make tests with hdparm the speed is reasonable:
dd if=/dev/zero of=/store/01/test.tmp bs=1M count=10000
Gives: 50Mb/s or even less.
The ...