-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathprometheus.1
60 lines (60 loc) · 1.59 KB
/
prometheus.1
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
48
49
50
51
52
53
54
55
56
57
58
59
60
.TH prometheus 1 "January 3, 2008"
.LO 1
.SH NAME
prometheus \- Traffic shaper replacement for Internet Service Providers
.SH SYNOPSIS
.ll +8
.B prometheus
.RB [ " \-dfnpv9 " ]
.RB [ " \-c\ filename " ]
.RB [ " \-h\ filename " ]
.SH DESCRIPTION
Prometheus QoS generates multiple nested HTB tc classes with various
rate and ceil values, and implements optional daily traffic quotas and
data transfer statistics (as HTML). It is compatible with NAT, both
asymetrical and symetrical, yet still provides good two-way shaping
and prioritizing, both upload and download.
.SH OPTIONS
.TP
.B \-?, --help
this help screen
.TP
.B \-c filename
force alternative /etc/prometheus.conf filename
.TP
.B \-d
dry run (preview tc and iptables commands on stdout)
.TP
.B \-h filename
force alternative /etc/hosts filename (overrides hosts keyword)
.TP
.B \-f
just flush iptables and tc classes and exit (stop shaping)
.TP
.B \-n
run Now (start shaping without delay - overrides qos-free-delay keyword)
.TP
.B \-r
Run (reset all statistics and start shaping)
.TP
.B \-p
just generate preview of data transfer statistics and exit
.TP
.B \-l Mmm YYYY
generate HTML summary of traffic logs (Mmm=Jan-Dec or Year, YYYY=year)
.TP
.B \-m
generate HTML summary of traffic logs for yesterday's month
.TP
.B \-y
generate HTML summary of traffic logs for yesterday's year
.TP
.B \-v, --version
show version number of this utility and exit
.TP
.B \-9
emergency iptables flush (do not read data transfer statistics)
.SH SEE ALSO
iptables(8), tc(8), prometheus.conf(5)
.SH AVAILABILITY
Prometheus is available at https://dev.arachne.cz/svn/prometheus/downloads