!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/doc/db-3.3.11/api_java/   drwxr-xr-x
Free 318.34 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     lock_stat.html (4.44 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Berkeley DB: DbEnv.lock_stat

DbEnv.lock_stat

APIRef

import com.sleepycat.db.*;

public DbLockStat lock_stat() throws DbException;

Description

The DbEnv.lock_stat method creates a DbLockStat object encapsulating a statistical structure. The lock region statistics are stored in a DbLockStat object. The following data fields are available from the DbLockStat object:

The lock region statistics are stored in a structure of type DB_LOCK_STAT. The following DB_LOCK_STAT fields will be filled in:

public int st_lastid;
The last allocated lock ID.
public int st_nmodes;
The number of lock modes.
public int st_maxlocks;
The maximum number of locks possible.
public int st_maxlockers;
The maximum number of lockers possible.
public int st_maxobjects;
The maximum number of objects possible.
public int st_nlocks;
The number of current locks.
public int st_maxnlocks;
The maximum number of locks at any one time.
public int st_nlockers;
The number of current lockers.
public int st_maxnlockers;
The maximum number of lockers at any one time.
public int st_nobjects;
The number of current objects.
public int st_maxnobjects;
The maximum number of objects at any one time.
public int st_nrequests;
The total number of locks requested.
public int st_nreleases;
The total number of locks released.
public int st_nnowaits;
The total number of lock requests that failed because Db.DB_LOCK_NOWAIT was set.
public int st_nconflicts;
The total number of locks not immediately available due to conflicts.
public int st_ndeadlocks;
The number of deadlocks detected.
public int st_regsize;
The size of the region.
public int st_region_wait;
The number of times that a thread of control was forced to wait before obtaining the region lock.
public int st_region_nowait;
The number of times that a thread of control was able to obtain the region lock without waiting.

The DbEnv.lock_stat method throws an exception that encapsulates a non-zero error value on failure.

Errors

The DbEnv.lock_stat method may fail and throw an exception for errors specified for other Berkeley DB and C library or system methods. If a catastrophic error has occurred, the DbEnv.lock_stat method may fail and throw a DbRunRecoveryException, in which case all subsequent Berkeley DB calls will fail in the same way.

Class

DbEnv, DbLock

See Also

DbEnv.set_lk_conflicts, DbEnv.set_lk_detect, DbEnv.set_lk_max, DbEnv.set_lk_max_lockers, DbEnv.set_lk_max_locks, DbEnv.set_lk_max_objects, DbEnv.lock_detect, DbEnv.lock_get, DbEnv.lock_id, DbLock.put, and DbEnv.lock_stat.

APIRef

Copyright Sleepycat Software


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0043 ]--