728x90
SMALL
- TestCase 만들기
- 패키지 설치
yum -y install epel-release
yum -y install iputils-ping
yum -y install stress
yum -y install cpulimit
yum -y install pstree
- cpu 부하명령
stress --cpu 1 --io 1 --vm 2 --vm-bytes 5G --hdd 4 --hdd-bytes 16 --timeout 600s
- 현재 free memory의 90%를 사용하는 방법
stress --vm-bytes $(awk '/MemAvailable/{printf "%d\n", $2 * 0.98;}' < /proc/meminfo)k --vm-keep -m 1
- hdd 부하 주기
stress --hdd 1 --hdd-bytes 1024m --timeout 60s
LIST
'🔹Storage' 카테고리의 다른 글
Linux 데이터 저장 방식 비교: 특징과 사용 사례 (0) | 2025.01.27 |
---|---|
[Ceph 18.2.0] Rocky 9.4 version 설치 (1) | 2024.07.25 |
RADOS Object 레벨 스토리지 명령어 (0) | 2024.03.10 |
[Ceph] RADOS Block Device 명령어 (0) | 2024.03.10 |
Ceph 상태 확인 명령어 (0) | 2024.03.10 |