1. Experimental Setup
- make 10 pthreads with same weight(priority)
- check CPU% via 'top' command (or sched_debug)
2. Test environment
- 4-core virtual machine
- Linux 2.6.32 Ubuntu 8.04
3. Test result
- Overall unfairness result
CFS (Completely Fair Scheduler) | DWRR (Distributed Weighted RR) | |
5 sec | 11.9% | 3.6% |
1 min | 13.7% | 4.0% |
5 min | 14.6% | 1.3% |
- CFS: 5 sec
- CFS: 1min
- CFS: 5min
- DWRR: 5sec
- DWRR: 1min
- DWRR: 5min
'Enginius > Linux' 카테고리의 다른 글
[프로그래밍] 다른 NICE값을 갖는 쓰레드 만들기 (0) | 2011.11.01 |
---|---|
[OS] VFS (0) | 2011.10.24 |
Periodic command in Linux (top 명령어는 이제 그만) (0) | 2011.10.05 |
Downloading files from "ssh" server in Linux environment (0) | 2011.09.16 |
Linux Kernel Compile ! (0) | 2011.09.03 |