<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LDAP performance tool in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086725#M738577</link>
    <description>Dusan,&lt;BR /&gt;&lt;BR /&gt;Thanks for the link. I'll look into it.&lt;BR /&gt;&lt;BR /&gt;However, I went through the RHDS admin guide and decided to write a simpel script to gather the performance statistics and database activity.&lt;BR /&gt;&lt;BR /&gt;For future reference, the following output from the ldapsearch can help you gather data performance but you'll need to read the manual to understand the value of the attributes. Most likely, you'll need to focus on the values of the ratio and the catche size attributes:&lt;BR /&gt;&lt;BR /&gt;LDAP Performance:&lt;BR /&gt;&lt;BR /&gt;ldapsearch -h &lt;HOSTNAME&gt; -p 389 -D "cn=directory manager" -w - -s base -b cn=monitor "(objectclass=*)"&lt;BR /&gt;dn: cn=monitor&lt;BR /&gt;objectClass: top&lt;BR /&gt;objectClass: extensibleObject&lt;BR /&gt;cn: monitor&lt;BR /&gt;version: Red Hat-Directory/7.1 SP2 B2006.090.144&lt;BR /&gt;threads: 30&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;currentconnections: 12&lt;BR /&gt;totalconnections: 1635&lt;BR /&gt;dtablesize: 2048&lt;BR /&gt;readwaiters: 0&lt;BR /&gt;opsinitiated: 3940&lt;BR /&gt;opscompleted: 3939&lt;BR /&gt;entriessent: 43299&lt;BR /&gt;bytessent: 4323517&lt;BR /&gt;currenttime: 20080106053151Z&lt;BR /&gt;starttime: 20071221222433Z&lt;BR /&gt;nbackends: 2&lt;BR /&gt;backendmonitordn: cn=monitor,cn=&lt;DBNAME&gt;,cn=ldbm database,cn=plugins,cn=conf&lt;BR /&gt; ig&lt;BR /&gt;backendmonitordn: cn=monitor,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=co&lt;BR /&gt; nfig&lt;BR /&gt;&lt;BR /&gt;Database activity:&lt;BR /&gt; &lt;BR /&gt;ldapsearch -h &lt;HOSTNAME&gt; -p 389 -D "cn=directory manager" -w - -s base -b "cn=monitor,cn=&lt;DBNAME&gt;,cn=ldbm database,cn=plugins,cn=config" "(objectclass=*)"&lt;BR /&gt;dn: cn=monitor, cn=&lt;DBNAME&gt;, cn=ldbm database, cn=plugins, cn=config&lt;BR /&gt;objectClass: top&lt;BR /&gt;objectClass: extensibleObject&lt;BR /&gt;cn: monitor&lt;BR /&gt;database: ldbm database&lt;BR /&gt;readonly: 0&lt;BR /&gt;entrycachehits: 279051&lt;BR /&gt;entrycachetries: 282135&lt;BR /&gt;entrycachehitratio: 98&lt;BR /&gt;currententrycachesize: 7461294&lt;BR /&gt;maxentrycachesize: 10485760&lt;BR /&gt;currententrycachecount: 3026&lt;BR /&gt;maxentrycachecount: -1&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;ldapsearch -h &lt;HOSTNAME&gt; -p 389 -D "cn=directory manager" -w - -s base -b "cn=monitor,cn=&lt;DBNAME&gt;,cn=ldbm database,cn=plugins,cn=config" "(objectclass=*)"&lt;/DBNAME&gt;&lt;/HOSTNAME&gt;&lt;/SNIP&gt;&lt;/DBNAME&gt;&lt;/DBNAME&gt;&lt;/HOSTNAME&gt;&lt;/DBNAME&gt;&lt;/SNIP&gt;&lt;/HOSTNAME&gt;</description>
    <pubDate>Sun, 06 Jan 2008 05:38:47 GMT</pubDate>
    <dc:creator>Norman_21</dc:creator>
    <dc:date>2008-01-06T05:38:47Z</dc:date>
    <item>
      <title>LDAP performance tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086721#M738573</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;CAn anyone recommend a good perfomance monitoring tool to collect performance data for RedHat directory server 7.1 SP2?</description>
      <pubDate>Sat, 05 Jan 2008 17:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086721#M738573</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2008-01-05T17:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP performance tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086722#M738574</link>
      <description>Shalom Latif,&lt;BR /&gt;&lt;BR /&gt;Not to be flippant, the best performance measurement tool I have in that area is the users. They complain, I know I have trouble.&lt;BR /&gt;&lt;BR /&gt;Tough to get data but you can spot some problems with a simple sniffer like wireshark or tcpdump. Too much time between transactions is a sign of trouble.&lt;BR /&gt;&lt;BR /&gt;If you are having trouble I just learned of a performance enhancement called ncsd that caches results from the windows PDC and makes the second try much faster.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 05 Jan 2008 17:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086722#M738574</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-01-05T17:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP performance tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086723#M738575</link>
      <description>Shalom Steve,&lt;BR /&gt;&lt;BR /&gt;Long time dude! &lt;BR /&gt;&lt;BR /&gt;I don't have a PDC. LDAP is running in HP-UX.&lt;BR /&gt;Here is an example of an LDAP native tool, it's reporting different activity but it's not very detailed. &lt;BR /&gt;Parsing the access log file is kind of a pain. There must be a tool that will make my life easier. Even if its a 3rd party tool. Please searching and I'll do the same:&lt;BR /&gt;&lt;BR /&gt;HPADM1/home/rootlbm &amp;gt; ldapsearch -h hostname -p 389 -D "cn=directory manager" -w - -b cn=monitor cn=snmp&lt;BR /&gt;Enter bind password:&lt;BR /&gt;version: 1&lt;BR /&gt;dn: cn=snmp,cn=monitor&lt;BR /&gt;objectClass: top&lt;BR /&gt;objectClass: extensibleObject&lt;BR /&gt;cn: snmp&lt;BR /&gt;anonymousbinds: 11&lt;BR /&gt;unauthbinds: 11&lt;BR /&gt;simpleauthbinds: 1465&lt;BR /&gt;strongauthbinds: 0&lt;BR /&gt;bindsecurityerrors: 54&lt;BR /&gt;inops: 3071&lt;BR /&gt;readops: 0&lt;BR /&gt;compareops: 0&lt;BR /&gt;addentryops: 3&lt;BR /&gt;removeentryops: 0&lt;BR /&gt;modifyentryops: 1&lt;BR /&gt;modifyrdnops: 0&lt;BR /&gt;listops: 0&lt;BR /&gt;searchops: 133&lt;BR /&gt;onelevelsearchops: 88&lt;BR /&gt;wholesubtreesearchops: 39&lt;BR /&gt;referrals: 0&lt;BR /&gt;chainings: 0&lt;BR /&gt;securityerrors: 26&lt;BR /&gt;errors: 123&lt;BR /&gt;connections: 7&lt;BR /&gt;connectionseq: 1445&lt;BR /&gt;bytesrecv: 0&lt;BR /&gt;bytessent: 3098388&lt;BR /&gt;entriesreturned: 39314&lt;BR /&gt;referralsreturned: 0&lt;BR /&gt;masterentries: 0&lt;BR /&gt;copyentries: 0&lt;BR /&gt;cacheentries: 0&lt;BR /&gt;cachehits: 0&lt;BR /&gt;slavehits: 0</description>
      <pubDate>Sat, 05 Jan 2008 18:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086723#M738575</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2008-01-05T18:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP performance tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086724#M738576</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;A good reference to simple and efficient LDAP monitoring:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://prefetch.net/articles/monitoringldap.html" target="_blank"&gt;http://prefetch.net/articles/monitoringldap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is based on several Perl scripts and ORCA...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Jan 2008 22:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086724#M738576</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-01-05T22:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP performance tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086725#M738577</link>
      <description>Dusan,&lt;BR /&gt;&lt;BR /&gt;Thanks for the link. I'll look into it.&lt;BR /&gt;&lt;BR /&gt;However, I went through the RHDS admin guide and decided to write a simpel script to gather the performance statistics and database activity.&lt;BR /&gt;&lt;BR /&gt;For future reference, the following output from the ldapsearch can help you gather data performance but you'll need to read the manual to understand the value of the attributes. Most likely, you'll need to focus on the values of the ratio and the catche size attributes:&lt;BR /&gt;&lt;BR /&gt;LDAP Performance:&lt;BR /&gt;&lt;BR /&gt;ldapsearch -h &lt;HOSTNAME&gt; -p 389 -D "cn=directory manager" -w - -s base -b cn=monitor "(objectclass=*)"&lt;BR /&gt;dn: cn=monitor&lt;BR /&gt;objectClass: top&lt;BR /&gt;objectClass: extensibleObject&lt;BR /&gt;cn: monitor&lt;BR /&gt;version: Red Hat-Directory/7.1 SP2 B2006.090.144&lt;BR /&gt;threads: 30&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;currentconnections: 12&lt;BR /&gt;totalconnections: 1635&lt;BR /&gt;dtablesize: 2048&lt;BR /&gt;readwaiters: 0&lt;BR /&gt;opsinitiated: 3940&lt;BR /&gt;opscompleted: 3939&lt;BR /&gt;entriessent: 43299&lt;BR /&gt;bytessent: 4323517&lt;BR /&gt;currenttime: 20080106053151Z&lt;BR /&gt;starttime: 20071221222433Z&lt;BR /&gt;nbackends: 2&lt;BR /&gt;backendmonitordn: cn=monitor,cn=&lt;DBNAME&gt;,cn=ldbm database,cn=plugins,cn=conf&lt;BR /&gt; ig&lt;BR /&gt;backendmonitordn: cn=monitor,cn=NetscapeRoot,cn=ldbm database,cn=plugins,cn=co&lt;BR /&gt; nfig&lt;BR /&gt;&lt;BR /&gt;Database activity:&lt;BR /&gt; &lt;BR /&gt;ldapsearch -h &lt;HOSTNAME&gt; -p 389 -D "cn=directory manager" -w - -s base -b "cn=monitor,cn=&lt;DBNAME&gt;,cn=ldbm database,cn=plugins,cn=config" "(objectclass=*)"&lt;BR /&gt;dn: cn=monitor, cn=&lt;DBNAME&gt;, cn=ldbm database, cn=plugins, cn=config&lt;BR /&gt;objectClass: top&lt;BR /&gt;objectClass: extensibleObject&lt;BR /&gt;cn: monitor&lt;BR /&gt;database: ldbm database&lt;BR /&gt;readonly: 0&lt;BR /&gt;entrycachehits: 279051&lt;BR /&gt;entrycachetries: 282135&lt;BR /&gt;entrycachehitratio: 98&lt;BR /&gt;currententrycachesize: 7461294&lt;BR /&gt;maxentrycachesize: 10485760&lt;BR /&gt;currententrycachecount: 3026&lt;BR /&gt;maxentrycachecount: -1&lt;BR /&gt;&lt;SNIP&gt;&lt;BR /&gt;ldapsearch -h &lt;HOSTNAME&gt; -p 389 -D "cn=directory manager" -w - -s base -b "cn=monitor,cn=&lt;DBNAME&gt;,cn=ldbm database,cn=plugins,cn=config" "(objectclass=*)"&lt;/DBNAME&gt;&lt;/HOSTNAME&gt;&lt;/SNIP&gt;&lt;/DBNAME&gt;&lt;/DBNAME&gt;&lt;/HOSTNAME&gt;&lt;/DBNAME&gt;&lt;/SNIP&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Sun, 06 Jan 2008 05:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086725#M738577</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2008-01-06T05:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP performance tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086726#M738578</link>
      <description>Typo: catche=cache. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jan 2008 05:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086726#M738578</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2008-01-06T05:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP performance tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086727#M738579</link>
      <description>Thread closed.</description>
      <pubDate>Sun, 06 Jan 2008 05:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-performance-tool/m-p/5086727#M738579</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2008-01-06T05:49:08Z</dc:date>
    </item>
  </channel>
</rss>

