So I have been familiarizing myself with this great Apache module, and
have decided to branch out into using some of the tools that come
packaged with the module (specifically, qslog). However, for the life of
me I cannot seem to get this to function properly, no matter how I
configure it.
I have tried using the suggested options (within and without "IfModule
log_config_module" &/or "IfModule qos_module" wrappers) both from the
main site:
Which appears to simply be broken output, as it looks like it is simply
logging all possible options, with zero values. It also appears to
simply be logging these every minute, regardless of whether there is any
traffic.
I even tried just running the comman straight from the terminal session,
and generating some traffic for it to parse, and the output remained the
same.
Might I ask if I am doing something wrong in my configurations? Or
perhaps I simply misunderstand how this utility is meant to function?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
So I have been familiarizing myself with this great Apache module, and
have decided to branch out into using some of the tools that come
packaged with the module (specifically, qslog). However, for the life of
me I cannot seem to get this to function properly, no matter how I
configure it.
I have tried using the suggested options (within and without "IfModule
log_config_module" &/or "IfModule qos_module" wrappers) both from the
main site:
And from the man page:
And nothing seems to work. The only output I am ever able to get logged
looks like this:
Which appears to simply be broken output, as it looks like it is simply
logging all possible options, with zero values. It also appears to
simply be logging these every minute, regardless of whether there is any
traffic.
I even tried just running the comman straight from the terminal session,
and generating some traffic for it to parse, and the output remained the
same.
Might I ask if I am doing something wrong in my configurations? Or
perhaps I simply misunderstand how this utility is meant to function?
Thanks in advance.
Yes, qslog writes one log line every minute (1440 lines per day) showing how many requests the server has processed during that time.
http://a.fsdn.com/con/app/proj/mod-qos/screenshots/qslog.png
This allows you to create graphs
http://a.fsdn.com/con/app/proj/mod-qos/screenshots/r_s.png
and allows you to calculate/define your mod_qos rules respectively.