%docentities; ] >
counters RPC Functions
<function>cnt.get group counter_name</function> Get the value of the counter identified by group.counter_name. <function>cnt.get grp counter_name</function> usage $ &sercmd; cnt.get script foo
<function>cnt.reset group counter_name</function> Resets the counter identified by group.counter_name. <function>cnt.reset grp name</function> usage $ &sercmd; cnt.reset script foo
<function>cnt.grps_list</function> Lists all the declared counter groups. <function>cnt.grps_list</function> usage $ &sercmd; cnt.grps_list
<function>cnt.var_list group</function> Lists all the names of all the counters belonging to the specified group. <function>cnt.var_list group</function> usage $ &sercmd; cnt.var_list script
<function>cnt.grp_get_all</function> Lists all the counter names and their values in the specified group. <function>cnt.var_list group</function> usage $ &sercmd; cnt.grp_get_all script
<function>cnt.help group counter_name</function> Displays the counter description. <function>cnt.help grp name</function> usage $ &sercmd; cnt.help script foo