This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| deb13:tuning [2026/08/16 14:07] – Bernard Condrau | deb13:tuning [2026/08/16 14:10] (current) – Bernard Condrau | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| 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:// | ||