You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEFINE_FLAG(fp, int, num_clients, 1, 0, "Number of clients");
33
33
DEFINE_FLAG(fp, int, listen_backlog, 128, 0, "Backlog size for listen()");
34
34
DEFINE_FLAG(fp, int, suicide_length, 0, 's', "Suicide length in seconds");
35
+
DEFINE_FLAG(fp, int, source_port, -1, 0, "Sender (source) data port. First data stream will use this port, each next stream will use port one larger than previous one. When not specified, kernel assigns free source ports.");
35
36
DEFINE_FLAG(fp, bool, stime_use_proc,false, 'S', "Use global system+IRQ+SoftIRQ time from /proc/stat in place of getrusage ru_stime value. Should only be used on otherwise idle systems or with high workloads!");
36
37
DEFINE_FLAG(fp, bool, ipv4, false, '4', "Set desired address family to AF_INET");
37
38
DEFINE_FLAG(fp, bool, ipv6, false, '6', "Set desired address family to AF_INET6");
DEFINE_FLAG(fp, int, source_port, -1, 0, "Sender (source) data port. First data stream will use this port, each next stream will use port one larger than previous one. When not specified, kernel assigns free source ports.");
66
66
#ifndefNO_LIBNUMA
67
67
DEFINE_FLAG(fp, bool, pin_numa, false, 'N', "Pin threads to CPU cores");
0 commit comments