I'm using Squirrelmail 1.4.2-1, imapproxyd 1.2.2, apache2.0.40-2 and cyrus-imapd 2.1.16 on RedHat 9.0
My Squirrelmail timeout is 60 minutes.
Please note that NONE of my users are directly using IMAP, they are using Squirrelmail
'ls /tmp/sess_* | wc -l' said 912
you'd need to watch the dates on these, and even if the date was current, it could still be timed out earlier in the day. definitely wrong.
'ps -ef | grep httpd | wc -l' said : 17
unless you have each process set to handle one request at a time, this is no good
'netstat -an | grep ":143 " | grep ESTABLISHED | wc -l' said 136
definitely the closest, but you are using imapproxy, so this is no good. you should instead be watching pimpstat.
Which number, if any, are the correct one ?
I do not want to know the number of persistent imap connection I want to know the current number of active user
Can it be done ?
My next step will be to do a daily graph of the results
good luck. share with the rest of us when it is working.
- paul
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
