[LINUX] Command memo to apply load for performance verification

I will add the details of the command etc. as needed.

1.CPU

command

yes > /dev/null

Measurement command example

vmstat dstat top mpstat

2. Memory

command

/dev/null < $(yes)

Measurement command example

vmstat dstat top free 3.IO

command

dd if = / dev / zero of = tempfile bs = block size count = number of blocks

Measurement command example

vmstat dstat iostat

4. Number of processes

command

sleep seconds &

Measurement command example

vmstat dstat top

Recommended Posts

Command memo to apply load for performance verification
Memo to ask for KPI with python
command memo
Command memo
Memo # 4 for Python beginners to read "Detailed Python Grammar"
For beginners to build an Anaconda environment. (Memo)
Memo # 3 for Python beginners to read "Detailed Python Grammar"
Apply IAM roles for service account to s3cmd
Memo # 1 for Python beginners to read "Detailed Python Grammar"
Memo # 2 for Python beginners to read "Detailed Python Grammar"
How to create a shortcut command for LINUX
Memo # 7 for Python beginners to read "Detailed Python Grammar"
Memo # 6 for Python beginners to read "Detailed Python Grammar"
[For beginners] How to study programming Private memo
Memo # 5 for Python beginners to read "Detailed Python Grammar"
scp command memo
who command memo
Linux # Command Memo 1
[For beginners] How to use say command in python!
Flow memo to move LOCUST for the time being