This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| deb13:tuning [2026/08/16 14:02] – created Bernard Condrau | deb13:tuning [2026/08/16 14:10] (current) – Bernard Condrau | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * Save the file, then:< | * Save the file, then:< | ||
| cat / | cat / | ||
| + | |||
| + | ===== Network ===== | ||
| + | ==== Test performance ==== | ||
| + | * Install iperf on client and host machine< | ||
| + | * Open firewall on host< | ||
| + | * Test network from client to host< | ||
| + | iperf3 -c < | ||
| + | * Test disk access< | ||
| + | |||
| + | ==== Speedtest ==== | ||
| + | * Remove speedtest-cli if you have previously installed it:< | ||
| + | * Install python-pip on Python v3:< | ||
| + | * Install and run speedtest:< | ||
| + | speedtest-cli</ | ||
| + | |||
| + | ==== CPU and IO priorities ==== | ||
| + | * IO priority< | ||
| + | ionice -c 3 cp / | ||
| + | |||
| + | ==== Links ==== | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||