diff options
| author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 17:11:28 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:52 +0700 |
| commit | 496b88fbfae28b0d7981fafe08a15500d5931414 (patch) | |
| tree | af8281648d5cfbcb7cd6f50eaf949f30a595af4a /python/python-whisper/man1 | |
| parent | 32b3cf7206b6d22489352c5fb375195569217acb (diff) | |
python/python-whisper: Renamed python2-whisper.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-whisper/man1')
| -rw-r--r-- | python/python-whisper/man1/rrd2whisper.1 | 27 | ||||
| -rw-r--r-- | python/python-whisper/man1/whisper-create.1 | 31 | ||||
| -rw-r--r-- | python/python-whisper/man1/whisper-dump.1 | 23 | ||||
| -rw-r--r-- | python/python-whisper/man1/whisper-fetch.1 | 39 | ||||
| -rw-r--r-- | python/python-whisper/man1/whisper-info.1 | 23 | ||||
| -rw-r--r-- | python/python-whisper/man1/whisper-merge.1 | 23 | ||||
| -rw-r--r-- | python/python-whisper/man1/whisper-resize.1 | 35 | ||||
| -rw-r--r-- | python/python-whisper/man1/whisper-set-aggregation-method.1 | 23 | ||||
| -rw-r--r-- | python/python-whisper/man1/whisper-update.1 | 23 |
9 files changed, 0 insertions, 247 deletions
diff --git a/python/python-whisper/man1/rrd2whisper.1 b/python/python-whisper/man1/rrd2whisper.1 deleted file mode 100644 index 96474879df..0000000000 --- a/python/python-whisper/man1/rrd2whisper.1 +++ /dev/null @@ -1,27 +0,0 @@ -.TH RRD2WHISPER 1 -.SH NAME -rrd2whisper \- convert an RRD database to a whisper database -.SH SYNOPSYS -.nf -.fam C -\fbwrrd2whisper\fP rrd_path -.fam T -.fi -.SH DESCRIPTION -This command converts an RRD database to a whisper fixed-size database. -.PP -The options are described below. -.SH OPTIONS -.TP -.B -\-\-xFilesFactor -The fraction of data points in a propagation interval that must have known values for a propagation to occur. -.TP -.B -\-h, \-\-help -Show the embedded help. -.SH AUTHOR -\fBwhisper\fP is a fixed size database, created by Chris Davis. -.PP -This manual page was written by Elliot Murphy <elliot@ubuntu.com>, for the Debian -project (but may be used by others). diff --git a/python/python-whisper/man1/whisper-create.1 b/python/python-whisper/man1/whisper-create.1 deleted file mode 100644 index 3380ebfec6..0000000000 --- a/python/python-whisper/man1/whisper-create.1 +++ /dev/null @@ -1,31 +0,0 @@ -.TH WHISPER-CREATE 1 -.SH NAME -whisper-create \- create a whisper database -.SH SYNOPSYS -.nf -.fam C -\fbwhisper-create\fP path secondsPerPoint:pointsToStore [secondsPerPoint:pointsToStore]* -.fam T -.fi -.SH DESCRIPTION -This command creates a new whisper fixed-size database. For each database you specify one or more pairs of numbers describing how data points should be archived in this database. The first part of the pair is the precision, the second part of the pair is how many data points should be stored. You cannot configure two archives with the same precision inside a single database. Higher precision archives must evenly divide all lower precision archives' precision. -.PP -The options are described below. -.SH OPTIONS -.TP -.B -\-\-overwrite -Overwrite an existing database. -.TP -.B -\-\-xFilesFactor -The fraction of data points in a propagation interval that must have known values for a propagation to occur. -.TP -.B -\-h, \-\-help -Show the embedded help. -.SH AUTHOR -\fBwhisper\fP is a fixed size database, created by Chris Davis. -.PP -This manual page was written by Elliot Murphy <elliot@ubuntu.com>, for the Debian -project (but may be used by others). diff --git a/python/python-whisper/man1/whisper-dump.1 b/python/python-whisper/man1/whisper-dump.1 deleted file mode 100644 index 2b42b2ec81..0000000000 --- a/python/python-whisper/man1/whisper-dump.1 +++ /dev/null @@ -1,23 +0,0 @@ -.TH WHISPER-DUMP 1 -.SH NAME -whisper-dump \- dump whisper database files -.SH SYNOPSYS -.nf -.fam C -\fbwhisper-dump\fP path -.fam T -.fi -.SH DESCRIPTION -This command dumps an whisper database file. -.PP -The options are described below. -.SH OPTIONS -.TP -.B -\-h, \-\-help -Show the embedded help. -.SH AUTHOR -\fBwhisper\fP is a fixed size database, created by Chris Davis. -.PP -This manual page was written by Jonas Genannt <jonas.genannt@capi2name.de>, for -the Debian project (but may be used by others). diff --git a/python/python-whisper/man1/whisper-fetch.1 b/python/python-whisper/man1/whisper-fetch.1 deleted file mode 100644 index bb2c4e8c7d..0000000000 --- a/python/python-whisper/man1/whisper-fetch.1 +++ /dev/null @@ -1,39 +0,0 @@ -.TH WHISPER-FETCH 1 -.SH NAME -whisper-fetch \- extract records from a whisper database -.SH SYNOPSYS -.nf -.fam C -\fbwhisper-fetch\fP [options] path -.fam T -.fi -.SH DESCRIPTION -This command retrieves records from a whisper fixed-size database. -.PP -The options are described below. -.SH OPTIONS -.TP -.B -\-\-from -Unix epoch time of the beginning of your requested interval (default: 24 hours ago). -.TP -.B -\-\-until -Unix epoch time of the end of your requested interval (default: now). -.TP -.B -\-\-json -Output results in JSON form. -.TP -.B -\-\-pretty -Show human-readable timestamps instead of unix times. -.TP -.B -\-h, \-\-help -Show the embedded help. -.SH AUTHOR -\fBwhisper\fP is a fixed size database, created by Chris Davis. -.PP -This manual page was written by Elliot Murphy <elliot@ubuntu.com>, for the Debian -project (but may be used by others). diff --git a/python/python-whisper/man1/whisper-info.1 b/python/python-whisper/man1/whisper-info.1 deleted file mode 100644 index 67920f9a76..0000000000 --- a/python/python-whisper/man1/whisper-info.1 +++ /dev/null @@ -1,23 +0,0 @@ -.TH WHISPER-INFO 1 -.SH NAME -whisper-info \- show information about a whisper database -.SH SYNOPSYS -.nf -.fam C -\fbwhisper-info\fP path [field] -.fam T -.fi -.SH DESCRIPTION -This command displays information about a whisper fixed-size database. -.PP -The options are described below. -.SH OPTIONS -.TP -.B -\-h, \-\-help -Show the embedded help. -.SH AUTHOR -\fBwhisper\fP is a fixed size database, created by Chris Davis. -.PP -This manual page was written by Elliot Murphy <elliot@ubuntu.com>, for the Debian -project (but may be used by others). diff --git a/python/python-whisper/man1/whisper-merge.1 b/python/python-whisper/man1/whisper-merge.1 deleted file mode 100644 index 14d4ee958c..0000000000 --- a/python/python-whisper/man1/whisper-merge.1 +++ /dev/null @@ -1,23 +0,0 @@ -.TH WHISPER-MERGE 1 -.SH NAME -whisper-merge \- merge two whisper database files -.SH SYNOPSYS -.nf -.fam C -\fbwhisper-merge\fP from_path to_path -.fam T -.fi -.SH DESCRIPTION -This command merges two whisper database files. -.PP -The options are described below. -.SH OPTIONS -.TP -.B -\-h, \-\-help -Show the embedded help. -.SH AUTHOR -\fBwhisper\fP is a fixed size database, created by Chris Davis. -.PP -This manual page was written by Jonas Genannt <jonas.genannt@capi2name.de>, for -the Debian project (but may be used by others). diff --git a/python/python-whisper/man1/whisper-resize.1 b/python/python-whisper/man1/whisper-resize.1 deleted file mode 100644 index 4f3cb622c8..0000000000 --- a/python/python-whisper/man1/whisper-resize.1 +++ /dev/null @@ -1,35 +0,0 @@ -.TH WHISPER-RESIZE 1 -.SH NAME -whisper-resize \- resize a whisper database -.SH SYNOPSYS -.nf -.fam C -\fbwhisper-resize\fP path secondsPerPoint:pointsToStore [secondsPerPoint:pointsToStore]* -.fam T -.fi -.SH DESCRIPTION -This command resizes a whisper fixed-size database. -.PP -The options are described below. -.SH OPTIONS -.TP -.B -\-\-force -Force a destructive change to an existing database. -.TP -.B -\-\-newfile -Create a new database file without removing the existing one. -.TP -.B -\-\-xFilesFactor -The fraction of data points in a propagation interval that must have known values for a propagation to occur. -.TP -.B -\-h, \-\-help -Show the embedded help. -.SH AUTHOR -\fBwhisper\fP is a fixed size database, created by Chris Davis. -.PP -This manual page was written by Elliot Murphy <elliot@ubuntu.com>, for the Debian -project (but may be used by others). diff --git a/python/python-whisper/man1/whisper-set-aggregation-method.1 b/python/python-whisper/man1/whisper-set-aggregation-method.1 deleted file mode 100644 index 414d1169e6..0000000000 --- a/python/python-whisper/man1/whisper-set-aggregation-method.1 +++ /dev/null @@ -1,23 +0,0 @@ -.TH WHISPER-SET-AGGREGATION-METHOD 1 -.SH NAME -whisper-set-aggregation-method \- set aggregationType field -.SH SYNOPSYS -.nf -.fam C -\fbwhisper-set-aggregation-method\fP path <average|sum|last|max|min> -.fam T -.fi -.SH DESCRIPTION -This command sets the aggregationType field in an whisper database. -.PP -The options are described below. -.SH OPTIONS -.TP -.B -\-h, \-\-help -Show the embedded help. -.SH AUTHOR -\fBwhisper\fP is a fixed size database, created by Chris Davis. -.PP -This manual page was written by Jonas Genannt <jonas.genannt@capi2name.de>, for the Debian -project (but may be used by others). diff --git a/python/python-whisper/man1/whisper-update.1 b/python/python-whisper/man1/whisper-update.1 deleted file mode 100644 index 5edf004a3d..0000000000 --- a/python/python-whisper/man1/whisper-update.1 +++ /dev/null @@ -1,23 +0,0 @@ -.TH WHISPER-UPDATE 1 -.SH NAME -whisper-update \- update a whisper database -.SH SYNOPSYS -.nf -.fam C -\fbwhisper-update\fP [options] path timestamp:value [timestamp:value]* -.fam T -.fi -.SH DESCRIPTION -This command adds an entry to a whisper fixed-size database. -.PP -The options are described below. -.SH OPTIONS -.TP -.B -\-h, \-\-help -Show the embedded help. -.SH AUTHOR -\fBwhisper\fP is a fixed size database, created by Chris Davis. -.PP -This manual page was written by Elliot Murphy <elliot@ubuntu.com>, for the Debian -project (but may be used by others). |
