![]() ![]() |
LoriotPro
scripting documentation |
![]() ![]() ![]() |
![]() |
LoriotPro has extended the LUA sripting language by providing its own LUA libraries. The new functions provided are dedicated to the creation of monitoring and SNMP automation application.
Syntax
nb = lp.CountLockedGObject()
Description
Give the number of Global Object with a locked status. An Object become locked when accesses to this Object are performed concurently.
Parameters
none
Return Values
value : The number of locked Object
Return nil if an error occurs
Example
GOc=lp.CountLockedGObject()
lp.Trace(GOc )
![]() |
|