• Run the status command on the command line. The following command displays the current Directory Server status and limits the number of viewable alerts in the last 48 hours. It provides the current state of each connection handler, data sources, JE environment statistics, processing times by operation type and current state of the work queue.
    $ bin/status --bindDN “uid=admin,dc=example,dc=com” --bindPassword secret
                                
              --- Server Status ---
    Server Run Status:    Started 28/Mar/2012:10:47:17.000 -0500
    Operational Status:   Available
    Open Connections:     13
    Max Connections:      13
    Total Connections:    50
    
              --- Server Details --- 
    Host Name:            server1.example.com
    Administrative Users: cn=Directory Manager
    Installation Path:    PingDirectory
    Server Version:       PingDirectory Server
                      7.3.0.3
    Java Version:         jdk-7u9
        
              --- Connection Handlers --- 
    Address:Port : Protocol : State
    -------------:----------:---------
    0.0.0.0:1389 : LDAP     : Enabled 
    0.0.0.0:1689 : JMX      : Disabled
    0.0.0.0:636  : LDAPS    : Disabled
    
               --- Data Sources ---
    Base DN:             dc=example,dc=com 
    Backend ID:          userRoot
    Entries:             2003
    Replication:         Enable
    Replication Backlog: 0 
    Age of Oldest Backlog Change: not available
    
               --- JE Environment --- 
    ID             	   : Cache Full :  Cache   : On-Disk : Alert 
    -------------------:------------:----------:----------:------ 
    replicationChanges : 6 %	    : 328.8 kb : 30.4 kb : None 
    userRoot	       : 9 %        : 6.2mb    : 146.6mb : None
    
               --- Operation Processing Time --- 
    Op Type	  : Total Ops : Avg Resp Time (ms) 
    ----------:-----------:-------------------
    Add       : 0         : 0.0
    Bind      : 0         : 0.0
    Compare   : 0         : 0.0
    Delete    : 0         : 0.0
    Modify    : 2788567   : 0.921
    Modify    : 0         : 0
    DN        : 2267266   : 0.242
    Search    : 5055833   : 0.616
    All
    
                --- Work Queue --- 
               : Recent : Average : Maximum 
    -----------:--------:---------:--------
    Queue Size : 4	  : 0	   : 10 
    % Busy	 : 26	 : 5	   : 100
    
                --- Administrative Alerts ---
    Severity : Time	                      : Message 
    ---------:----------------------------:----------------------------------------------
    Info     : 28/Mar/2012 10:47:17 -0500 : The Directory Server has started successfully
    Info     : 28/Mar/2012 10:47:14 -0500 : The Directory Server is starting 
    Info     : 28/Mar/2012 10:44:22 -0500 : The Directory Server has started successfully
    Info     : 28/Mar/2012 10:44:18 -0500 : The Directory Server is starting
      
    Shown are alerts of type [Info,Warning,Error,Fatal] from the past 48 hours Use the 
    --maxAlerts and/or --severity options to filter this list
    Note: By default, the status command displays the alerts generated in the last 48 hours. You can limit the number of alerts by using the --maxAlerts option.