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
|
||||
OrderUser bytes|hits|duration
|
||||
OrderUrl bytes|hits|duration
|
||||
Used to set how SquidAnalyzer sort Network, User and Url report
|
||||
screen. Value can be: bytes, hits or duration. Default is bytes.
|
||||
Used to set how SquidAnalyzer sort Network, User and User detailed
|
||||
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
|
||||
Used to set how SquidAnalyzer sort Mime types report screen Value
|
||||
|
|
|
@ -197,8 +197,11 @@ run. Default disable.
|
|||
|
||||
=item OrderUrl bytes|hits|duration
|
||||
|
||||
Used to set how SquidAnalyzer sort Network, User and Url report
|
||||
screen. Value can be: bytes, hits or duration. Default is bytes.
|
||||
Used to set how SquidAnalyzer sort Network, User and User detailed 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.
|
||||
|
||||
=item OrderMime bytes|hits
|
||||
|
||||
|
|
|
@ -341,8 +341,11 @@ run. Default disable.
|
|||
.IP "OrderUrl bytes|hits|duration" 4
|
||||
.IX Item "OrderUrl bytes|hits|duration"
|
||||
.PD
|
||||
Used to set how SquidAnalyzer sort Network, User and Url report
|
||||
screen. Value can be: bytes, hits or duration. Default is bytes.
|
||||
Used to set how SquidAnalyzer sort Network, User and User detailed 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.
|
||||
.IP "OrderMime bytes|hits" 4
|
||||
.IX Item "OrderMime bytes|hits"
|
||||
Used to set how SquidAnalyzer sort Mime types report screen
|
||||
|
|
Loading…
Reference in New Issue