Skip to content

Commit

Permalink
Update README.tmplt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
strizhechenko committed Jul 18, 2017
1 parent 6661612 commit ca1083b
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions examples/README.tmplt.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,30 @@ done

# before and after

before tuning:
## before tuning:

```
network-top --no-clear -n 1
```

after tuning:
## commands

Replace this example with command you've run on your server and delete this line.

``` shell
# eth0 just receiving traffic
rss-ladder eth0
rx-buffers-increase eth0

# eth1 and eth2 have only single queue, but they are doing forwarding
for dev in eth1 eth2; do
for tune in autorps autoxps; do
$tune --cpu-mask=fc0 $dev
done
done
```

## after tuning:

```
network-top --no-clear -n 1
Expand Down

0 comments on commit ca1083b

Please sign in to comment.