Fix documentation about OrderUrl that is limited to User detailed Urls reports, not Top Url and Top domain.
This commit is contained in:
parent
6e6497fbbc
commit
9255a89b74
7
README
7
README
|
@ -182,8 +182,11 @@ CONFIGURATION
|
||||||
OrderNetwork bytes|hits|duration
|
OrderNetwork bytes|hits|duration
|
||||||
OrderUser bytes|hits|duration
|
OrderUser bytes|hits|duration
|
||||||
OrderUrl bytes|hits|duration
|
OrderUrl bytes|hits|duration
|
||||||
Used to set how SquidAnalyzer sort Network, User and Url report
|
Used to set how SquidAnalyzer sort Network, User and User detailed
|
||||||
screen. Value can be: bytes, hits or duration. Default is bytes.
|
Urls reports screen. Value can be: bytes, hits or duration. Default
|
||||||
|
is bytes. Note that OrderUrl is limited to User detailed Urls
|
||||||
|
reports and does not apply to Top Url and Top domain report where
|
||||||
|
there is three reports each already ordered.
|
||||||
|
|
||||||
OrderMime bytes|hits
|
OrderMime bytes|hits
|
||||||
Used to set how SquidAnalyzer sort Mime types report screen Value
|
Used to set how SquidAnalyzer sort Mime types report screen Value
|
||||||
|
|
|
@ -197,8 +197,11 @@ run. Default disable.
|
||||||
|
|
||||||
=item OrderUrl bytes|hits|duration
|
=item OrderUrl bytes|hits|duration
|
||||||
|
|
||||||
Used to set how SquidAnalyzer sort Network, User and Url report
|
Used to set how SquidAnalyzer sort Network, User and User detailed Urls
|
||||||
screen. Value can be: bytes, hits or duration. Default is bytes.
|
reports screen. Value can be: bytes, hits or duration. Default is bytes.
|
||||||
|
Note that OrderUrl is limited to User detailed Urls reports and does not
|
||||||
|
apply to Top Url and Top domain report where there is three reports each
|
||||||
|
already ordered.
|
||||||
|
|
||||||
=item OrderMime bytes|hits
|
=item OrderMime bytes|hits
|
||||||
|
|
||||||
|
|
|
@ -341,8 +341,11 @@ run. Default disable.
|
||||||
.IP "OrderUrl bytes|hits|duration" 4
|
.IP "OrderUrl bytes|hits|duration" 4
|
||||||
.IX Item "OrderUrl bytes|hits|duration"
|
.IX Item "OrderUrl bytes|hits|duration"
|
||||||
.PD
|
.PD
|
||||||
Used to set how SquidAnalyzer sort Network, User and Url report
|
Used to set how SquidAnalyzer sort Network, User and User detailed Urls
|
||||||
screen. Value can be: bytes, hits or duration. Default is bytes.
|
reports screen. Value can be: bytes, hits or duration. Default is bytes.
|
||||||
|
Note that OrderUrl is limited to User detailed Urls reports and does not
|
||||||
|
apply to Top Url and Top domain report where there is three reports each
|
||||||
|
already ordered.
|
||||||
.IP "OrderMime bytes|hits" 4
|
.IP "OrderMime bytes|hits" 4
|
||||||
.IX Item "OrderMime bytes|hits"
|
.IX Item "OrderMime bytes|hits"
|
||||||
Used to set how SquidAnalyzer sort Mime types report screen
|
Used to set how SquidAnalyzer sort Mime types report screen
|
||||||
|
|
Loading…
Reference in New Issue