728x90
[쓰기 속도 측정]
아래는 1M 파일을 1024개 생성하여 1G 의 파일을 쓰는데 소요된 시간을 출력합니다.
# time dd if=/dev/zero of=testfile bs=1024k count=1024
1024+0 레코드 들어옴
1024+0 레코드 나감
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.83687 s, 585 MB/s
real 0m1.840s
user 0m0.000s
sys 0m0.602s
[읽기 속도 측정]
[root@localhost ~]# hdparm -Tt /dev/sda
/dev/sda:
Timing cached reads: 1940 MB in 2.00 seconds = 969.72 MB/sec
Timing buffered disk reads: 384 MB in 3.01 seconds = 127.59 MB/sec
'Linux OS > Tip' 카테고리의 다른 글
iconv 로 파일 캐릭터셋 일괄 변경 (0) | 2023.03.26 |
---|---|
강제 파티션 언마운트 하기 (0) | 2023.03.26 |
캐시 메모리 삭제 (0) | 2023.03.26 |
SSL 인증서 만료일 확인 (0) | 2023.03.26 |
Linux 서버에 꽃혀있는 메모리 갯수 및 용량 (0) | 2023.03.26 |
댓글