내 df
명령은 다음과 같습니다.
$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 31428656 0 31428656 0% /dev
tmpfs 6288016 9136 6278880 1% /run
/dev/xvda1 60923900 21887760 39019756 36% /
tmpfs 31440072 0 31440072 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 31440072 0 31440072 0% /sys/fs/cgroup
tmpfs 6288016 0 6288016 0% /run/user/1000
tmpfs
램드라이브 가 있나요 ? /dev/shm
프로그램의 임시 파일 저장 용으로만 사용할 수 있나요 ? 이것은 메모리 드라이브입니까(매우 빠름)?
답변1
/dev/shm 경로에 일부 데이터를 추가하여 속도를 테스트할 수 있습니다.
[ec2-user@ip-x-x-x-x ~]$ dd if=/dev/random of=/dev/shm/test bs=1 count=1M
22+1048554 records in
22+1048554 records out
7514873 bytes (7.5 MB) copied, 89.3415 s, 84.1 kB/s