|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2007
/
2007-02
/
user session report
[
Session-Fallback? / Robert Klikics ... ]
[
pound errors / Dennis Jacobfeuerborn ... ]
user session report
"Carbonell, Yann" <Yann.Carbonell(at)BancTec.ca> |
2007-02-27 19:24:52 |
[ FULL ]
|
Hi,
Is there a way to get a session traffic report from Pound ?
I need to know how many session (https) and how many users are accessing the
site.
I already have a bandwidth monitoring in place .
I was thinking that doing it at the pound side would be the best way to get
global report. I might be wrong though
Compared to produce the report from every single back-end server.
Let me know if you guys have an idea or how you do this .
Thanks a lot.
Yann
|
|
|
|
|
Re: [Pound Mailing List] user session report
Robert Klikics <robert.klikics(at)unitedprint.com> |
2007-02-27 21:15:15 |
[ FULL ]
|
Hello,
have a look at "poundctl" ... That's an easy way to get the number of
active sessions.
Try anything like this:
poundctl -c /var/run/pound.sock | grep Session | wc -l
But don't forget to set the "Control" - value in you pound.cfg!
Regards,
Robert
|
|
|
RE: [Pound Mailing List] user session report
"Carbonell, Yann" <Yann.Carbonell(at)BancTec.ca> |
2007-02-27 22:02:47 |
[ FULL ]
|
Ok thanks , I'll check that out.
Where can I found this tool ?
Thanks for your help.
[...]
|
|
|
Re: [Pound Mailing List] user session report
Robert Klikics <robert.klikics(at)unitedprint.com> |
2007-02-27 22:27:23 |
[ FULL ]
|
Hello,
it's part of the package and should be on your system after compiling!
Regards,
Robert
|
|
|
|