1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-23 13:16:12 +02:00

Fixed link

This commit is contained in:
Pavel Odintsov 2017-12-03 13:04:33 +00:00 committed by GitHub
parent 352dcd0627
commit fe23bcf33d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ I recommend you to disable CPU freq scaling for gain max performance (max freque
echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
```
You can use script [irq_balance_manually.sh](https://github.com/FastVPSEestiOu/fastnetmon/blob/master/src/irq_balance_manually.sh) for irq balancing on heavy loaded networks.
You can use script [irq_balance_manually.sh](https://github.com/pavel-odintsov/fastnetmon/blob/master/src/irq_balance_manually.sh) for irq balancing on heavy loaded networks.
Running tool without root permissions:
```bash