File: siac-hostdb.1

package info (click to toggle)
sia 1.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 6,324 kB
  • sloc: makefile: 80; sh: 46
file content (47 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.TH "./SIAC\-HOSTDB" "1" "Apr 2017" "Auto generated by spf13/cobra" "siac Manual" 
.nh
.ad l


.SH NAME
.PP
\&./siac\-\&hostdb \- Interact with the renter's host database.


.SH SYNOPSIS
.PP
\fB\&./siac hostdb\fP


.SH DESCRIPTION
.PP
View the list of active hosts, the list of all hosts, or query specific hosts.
If the '\-v' flag is set, a list of recent scans will be provided, with the most
recent scan on the right. a '0' indicates that the host was offline, and a '1'
indicates that the host was online.


.SH OPTIONS
.PP
\fB\-n\fP, \fB\-\-numhosts\fP=0
    Number of hosts to display from the hostdb

.PP
\fB\-v\fP, \fB\-\-verbose\fP[=false]
    Display full hostdb information


.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-a\fP, \fB\-\-addr\fP="localhost:9980"
    which host/port to communicate with (i.e. the host/port siad is listening on)


.SH SEE ALSO
.PP
\fB\&./siac(1)\fP, \fB\&./siac\-\&hostdb\-\&view(1)\fP


.SH HISTORY
.PP
29\-Apr\-2017 Auto generated by spf13/cobra