Skip to content

Commit acba657

Browse files
committed
Updated manpage.
1 parent 772bf1b commit acba657

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/netperfmeter.1

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,15 @@ The following distributions are supported:
206206
Constant, i.e. always the same. Example: a frame rate const1000 for means all frames have a size of 1000 bytes.
207207
.It uniform<a>,<b>
208208
Uniformly distributed from the interval [a,b). Example: uniform900,1100.
209-
.It exp<p>
210-
Exponential distribution with average <p>. Example: exp1000.
209+
.It exp<mean>
210+
Exponential distribution with mean <mean>. Example: exp1000.
211211
.It pareto<location>,<shape>
212212
Pareto distribution with location <location> and shape <shape>. Example: pareto0.166667,1.5.
213+
.It normal<mean>,<stddev>
214+
Normal distribution with mean <mean> and standard deviation <stddev>. Example: normal1000,500.
215+
Note that normal distribution may result in negative values, which may be ignored (frame size) or interpreted as saturated traffic (frame rate).
216+
.It truncnormal<mean>,<stddev>
217+
Truncated normal distribution with mean <mean> and standard deviation <stddev>, i.e. normal distribution without negative values. Example: truncnormal1000,500.
213218
.El
214219
.It Possible flow options:
215220
.Bl -tag -width indent

0 commit comments

Comments
 (0)