summaryrefslogtreecommitdiffstats
path: root/vstf/etc/vstf/default/sw_perf.tool-settings
blob: e72a0bc26462110c4b6e7a4b5ad5b96829135263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//Place your settings in the file "user/sw_perf.tool-settings",
//which overrides the settings in here.
{
    "pktgen":{
        "threads": 2,
        "wait": 5,
        "time": 20
    },
    "netperf":{
        "threads": 2,
        "wait": 5,
        "time": 20
    },
    "qperf":{
        "threads": 1,
        "wait": 5,
        "time": 2
    },
    "iperf":{
        "threads": 1,
        "wait": 5,
        "time": 20
    },
    "netmap":{
        "threads": 1,
        "wait": 12,
        "time": 20
    }
}