[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Monitoring OpenLDAP Performance
On Tuesday, 20 April 2010 06:31:07 rahul.manchanda@bt.com wrote:
> Good Morning All,
>
>
>
> I need to capture the following stats for a serving LDAP.
>
> total_connections
>
> bytes_sent
>
> completed_operations
>
> initiated_operations
>
> referrals_sent
>
> entries_sent
>
> bind_operations
>
> unbind_operations
>
> add_operations
>
> delete_operations
>
> modify_operations
>
> compare_operations
>
> search_operations
>
> write_waiters
>
> read_waiters
>
>
>
> I have switched on the monitor mode on LDAP but not sure how can I get
> these statistics from that.
I use a perl script with Xymon/Hobbit, that collects all the relevant entries
in RRD files, and also does some replication monitoring (but doesn't support
MMR yet). The default graph only displays some of them:
http://staff.telkomsa.net/~bgmilne/xymon/ol/
Regards,
Buchan