[Zope] newbiz : zope connection

2000-08-23 Thread kguesnet



Hi zopeur !

I want to know how many people are connected on my zope server, and who are they, has anybody an idea to see this sort of information ?

thks a lot !

David Sergent
A french newbiz !


Re: [Zope] newbiz : zope connection

2000-08-23 Thread Dieter Maurer

[EMAIL PROTECTED] writes:
 > I want to know how many people are connected on my zope server, and who 
 > are they, has anybody an idea to see this sort of information ?
HTTP is a connection less protocol (to be precise, HTTP 1.0).
Thus, a priori, there is no notion of connection:

  A user is only connected to the server for the duration
  of a single request. The connection is closed as
  soon as the request is completed.


Zope 2.2 has a facility in its Control Panel where you
can see, how much requests are currently in work.
This gives you the 'currently' connected users.

To get more information, you would analyse ZServer's
log file: "var/Z2.log". It contains an entry for
each HTTP request.

There are tools to analyse such a log file.
Search the mailing list's archive for suggestions for such
tools.


Dieter


PS: please do not post "multipart/alternative" (or other MIME messages)
to the Zope lists.

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] newbiz : zope connection

2000-08-24 Thread Stephan Goeldi

>Zope 2.2 has a facility in its Control Panel where you
>can see, how much requests are currently in work.

What is the "Control Panel" and where can I find it?


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] newbiz : zope connection

2000-08-24 Thread Diny van Gool

At 09:49 24-8-00 GMT, Stephan Goeldi wrote:
>>Zope 2.2 has a facility in its Control Panel where you
>>can see, how much requests are currently in work.
>
>What is the "Control Panel" and where can I find it?
You got to have the manage role, then you find it in your Zope root folder
contents.

Diny



DIVA, Faculty of Veterinary Medicine
Utrecht University,  The Netherlands
http://www.vet.uu.nl 

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] newbiz : zope connection

2000-08-24 Thread Stephan Goeldi

>To get more information, you would analyse ZServer's
>log file: "var/Z2.log". It contains an entry for
>each HTTP request.

But if you use ProxyPass like me, there is only the IP address of the Apache 
Server in this logfile, so there is only one user in the Z2.log file logged. 
You have to check out the Apache logfile, usually /var/log/httpd/access_log 
to see the different IP addresses. The logfile-format of Apache is the same 
as in Zope.

-goe-


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] newbiz : zope connection

2000-09-05 Thread ethan mindlace fremen

Stephan Goeldi wrote:

> But if you use ProxyPass like me, there is only the IP address of the Apache
> Server in this logfile, so there is only one user in the Z2.log file logged.
> You have to check out the Apache logfile, usually /var/log/httpd/access_log
> to see the different IP addresses. The logfile-format of Apache is the same
> as in Zope.

You can also set up apache with server-status which indicates the
current requests.  See mod_status on the apache page.

-- 
ethan mindlace fremen
Zopatista Community Liason
Abnegate I!

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )