Sponsored Content
Full Discussion: Build Stats out of output
Top Forums Shell Programming and Scripting Build Stats out of output Post 302499476 by john_prince on Thursday 24th of February 2011 12:34:14 PM
Old 02-24-2011
Here is the content that i want pull up :

Code:
nsslapd-accesslog-logging-enabled: on
nsslapd-accesslog: /export/apps/EIS/dir/slapd-ED/logs/access
nsslapd-accesslog-maxlogsperdir: 10
nsslapd-accesslog-maxlogsize: 100
nsslapd-accesslog-logrotationtime: 1
nsslapd-accesslog-logrotationtimeunit: day

 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

I/O Stats Metrics

What do others use for measuring I/O statistics? I'd like something versatile, as in being able to watch (like iostat, but easier to trend), generate load (like iozone, but more realistic), and perform somewhat generalized benchmarks (like bonnie, but more current.) It would scale from a few... (0 Replies)
Discussion started by: LivinFree
0 Replies

2. AIX

system stats

I recieved this out put below soemhow. Unfortunatly I did not write down the command I used to get it. Can someone tell me what command I use to gather these stats? OS = AIX 5.3 64Bit System Model: IBM,7026-6H1 Machine Serial Number:... (2 Replies)
Discussion started by: rocker40
2 Replies

3. AIX

IO Stats

Aix 5.3 I am trying to view the IO stats. I do the sar 5 5 but that is the WIO and si different than the IO stats right? I am just blanking on this. I know there is a command that I used to run that brings up a whole bunch of live stats that run live such as mem and so on just can't rememeber... (4 Replies)
Discussion started by: rocker40
4 Replies

4. UNIX for Advanced & Expert Users

vmstat's cpu stats on first line of output are always the same

Hello, I'm seeing this problem with vmstat, where the first line of output always has the same CPU statistics. For example: neked@nekedmachine:~$ date && vmstat Fri Jul 24 06:57:08 EDT 2009 procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------ r b swpd ... (0 Replies)
Discussion started by: neked
0 Replies

5. Shell Programming and Scripting

Using Stats in Php

So, I have a php program that i need to delete ALL files in a directory that are older than a certain age. <?php /* Get file stat */ $stat = stat('/apps/security/ajaba'); This is as far as I've been able to get. I know in shell programming you can easily do something like this. but I'm... (2 Replies)
Discussion started by: SkySmart
2 Replies

6. Linux

Stats on subdirectories

Please help me with a shell script to get the stats on many subdirectories (sub1), (sub2) etc under a mother directory (big) /big | |_______sub1 |_______sub2 |_______sub3 --------- I want to know 1. What is the last file accessed in each subdirectory with date and by whom 2.... (2 Replies)
Discussion started by: digipak
2 Replies

7. UNIX for Dummies Questions & Answers

Adding SDK Build on Kernel Source Build

Hi, So I downloaded this kernel source and was able to build it successfully. But I want to add this SDK source code inside, can anyone help me how to do this? Note that the SDK source can be built by itself. I added the SDK in the main Makefile: init-y := init/ #added SDK... (0 Replies)
Discussion started by: h0ujun
0 Replies

8. Shell Programming and Scripting

Build.xml invocation by Build Script

Hi I have a build.xml file and I can run it on Windows via cmd. Now I want to write a script to invoke the same. Is there a way to do this? (1 Reply)
Discussion started by: ankur328
1 Replies

9. Windows & DOS: Issues & Discussions

(VS 2008) New build config looking files from other folder build config

Hi Team, My new build configuration always looking for the files from the build where i copied from. please help me to resolve this. I am using Visual studio 2008.It has Qt 4.8. plugins,qml,C++ development I created new debug_new build configuration with additional preprocessor from the... (1 Reply)
Discussion started by: SA_Palani
1 Replies
SLAPD.OVERLAYS(5)						File Formats Manual						 SLAPD.OVERLAYS(5)

NAME
slapd.overlays - overlays for slapd, the stand-alone LDAP daemon DESCRIPTION
The slapd(8) daemon can use a variety of different overlays to alter or extend the normal behavior of a database backend. Overlays may be compiled statically into slapd, or when module support is enabled, they may be dynamically loaded. Most of the overlays are only allowed to be configured on individual databases, but some may also be configured globally. Configuration options for each overlay are documented separately in the corresponding slapo-<overlay>(5) manual pages. accesslog Access Logging. This overlay can record accesses to a given backend database on another database. auditlog Audit Logging. This overlay records changes on a given backend database to an LDIF log file. By default it is not built. chain Chaining. This overlay allows automatic referral chasing when a referral would have been returned, either when configured by the server or when requested by the client. constraint Constraint. This overlay enforces a regular expression constraint on all values of specified attributes. It is used to enforce a more rigorous syntax when the underlying attribute syntax is too general. dds Dynamic Directory Services. This overlay supports dynamic objects, which have a limited life after which they expire and are auto- matically deleted. dyngroup Dynamic Group. This is a demo overlay which extends the Compare operation to detect members of a dynamic group. It has no effect on any other operations. dynlist Dynamic List. This overlay allows expansion of dynamic groups and more. pcache Proxycache. This overlay allows caching of LDAP search requests in a local database. It is most often used with the slapd-ldap(5) or slapd-meta(5) backends. ppolicy Password Policy. This overlay provides a variety of password control mechanisms, e.g. password aging, password reuse and duplica- tion control, mandatory password resets, etc. refint Referential Integrity. This overlay can be used with a backend database such as slapd-bdb(5) to maintain the cohesiveness of a schema which utilizes reference attributes. retcode Return Code. This overlay is useful to test the behavior of clients when server-generated erroneous and/or unusual responses occur. rwm Rewrite/remap. This overlay is experimental. It performs basic DN/data rewrite and objectClass/attributeType mapping. syncprov Syncrepl Provider. This overlay implements the provider-side support for syncrepl replication, including persistent search func- tionality. translucent Translucent Proxy. This overlay can be used with a backend database such as slapd-bdb(5) to create a "translucent proxy". Content of entries retrieved from a remote LDAP server can be partially overridden by the database. unique Attribute Uniqueness. This overlay can be used with a backend database such as slapd-bdb(5) to enforce the uniqueness of some or all attributes within a subtree. valsort Value Sorting. This overlay can be used to enforce a specific order for the values of an attribute when it is returned in a search. FILES
/etc/ldap/slapd.conf default slapd configuration file /etc/ldap/slapd.d default slapd configuration directory SEE ALSO
ldap(3), slapo-accesslog(5), slapo-auditlog(5), slapo-chain(5), slapo-constraint(5), slapo-dds(5), slapo-dyngroup(5), slapo-dynlist(5), slapo-pcache(5), slapo-ppolicy(5), slapo-refint(5), slapo-retcode(5), slapo-rwm(5), slapo-syncprov(5), slapo-translucent(5), slapo-unique(5). slapo-valsort(5). slapd-config(5), slapd.conf(5), slapd.backends(5), slapd(8). "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/) ACKNOWLEDGEMENTS
OpenLDAP Software is developed and maintained by The OpenLDAP Project <http://www.openldap.org/>. OpenLDAP Software is derived from Uni- versity of Michigan LDAP 3.3 Release. OpenLDAP 2012/04/23 SLAPD.OVERLAYS(5)
All times are GMT -4. The time now is 02:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy