Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- apachetop
- Performance
- Disk
- rsync
- 리눅스
- ext4
- ext3
- Linux
- PORT
- 디스크
- pid
- 솔라리스
- PERL
- http
- Bash
- CPU
- rm
- windows
- rm -rf
- Hack
- goaccess
- Kernel
- iptables
- cadre
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- Cache
- 좌절교육
- Python
- 칭찬교육
- DNS
Archives
- Today
- Total
목록writeback (1)
Ben's
저널링 옵션과 쓰기 레이턴시(write latency) 테스트
###################################################### /dev/sdb7 on /snapshot type ext3 (rw,data=writeback) [root@yum /]# time dd if=/dev/zero of=/snapshot/testfile bs=1024 count=2048000(write a 2Gfile) 2048000+0개의 레코드를 입력하였습니다 2048000+0개의 레코드를 출력하였습니다 real 0m52.466s user 0m0.288s sys 0m7.816s [root@yum snapshot]# time cat testfile (when test file was 20M file) real 0m14.482s user 0m0.004s sys 0..
리눅스
2013. 1. 16. 16:42