1WHISPER-CREATE(1) General Commands Manual WHISPER-CREATE(1)
2
3
4
6 whisper-create - create a whisper database
7
9 whisper-create path secondsPerPoint:pointsToStore [secondsPerPoint:pointsToStore]*
10
12 This command creates a new whisper fixed-size database. For each data‐
13 base you specify one or more pairs of numbers describing how data
14 points should be archived in this database. The first part of the pair
15 is the precision, the second part of the pair is how many data points
16 should be stored. You cannot configure two archives with the same pre‐
17 cision inside a single database. Higher precision archives must evenly
18 divide all lower precision archives' precision.
19
20 The options are described below.
21
23 --overwrite
24 Overwrite an existing database.
25
26 --xFilesFactor
27 The fraction of data points in a propagation interval that must
28 have known values for a propagation to occur.
29
30 -h, --help
31 Show the embedded help.
32
34 whisper is a fixed size database, created by Chris Davis.
35
36 This manual page was written by Elliot Murphy <elliot@ubuntu.com>, for
37 the Debian project (but may be used by others).
38
39
40
41 WHISPER-CREATE(1)