Skip to content

Commit 49ce4f4

Browse files
Added: example of server with Qlogic and Xeon E5-2687W (#193)
* Added(test-data): example of server with Qlogic and Xeon E5-2687W * Added(examples): 48 CPU server with only 8 cores doing the job
1 parent 1f7c6fd commit 49ce4f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3064
-6
lines changed

examples/README.tmplt.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lscpu
1+
# CPU (lscpu)
22

33
``` shell
44
lscpu
@@ -8,7 +8,7 @@ lscpu
88
lscpu -p
99
```
1010

11-
# ethtool
11+
# Network devices (ethtool)
1212

1313
``` shell
1414

@@ -21,15 +21,15 @@ for dev in "${devices[@]}"; do
2121
done
2222
```
2323

24-
# before and after
24+
# Before and after
2525

26-
## before tuning:
26+
## Before tuning
2727

2828
```
2929
network-top --no-clear -n 1
3030
```
3131

32-
## commands
32+
## Commands
3333

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

@@ -46,7 +46,7 @@ for dev in eth1 eth2; do
4646
done
4747
```
4848

49-
## after tuning:
49+
## After tuning
5050

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

examples/sockets_2_cpus_48_nic_2/README.md

Lines changed: 422 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)