1WHISPER-RESIZE(1) General Commands Manual WHISPER-RESIZE(1)
2
3
4
6 whisper-resize - resize a whisper database
7
9 whisper-resize path secondsPerPoint:pointsToStore [secondsPerPoint:pointsToStore]*
10
12 This command resizes a whisper fixed-size database.
13
14 The options are described below.
15
17 --force
18 Force a destructive change to an existing database.
19
20 --newfile
21 Create a new database file without removing the existing one.
22
23 --xFilesFactor
24 The fraction of data points in a propagation interval that must
25 have known values for a propagation to occur.
26
27 -h, --help
28 Show the embedded help.
29
31 whisper is a fixed size database, created by Chris Davis.
32
33 This manual page was written by Elliot Murphy <elliot@ubuntu.com>, for
34 the Debian project (but may be used by others).
35
36
37
38 WHISPER-RESIZE(1)