Thanks. It turns out I was already picking it up, but I filtered it out of my result set with the pattern:
if($line =~ /^(\w+)\s*:\s*([\w_]+)\s*=\s*([\w\d]+)\s*$/) ---had to change it to if($line =~ /^(\w+)\s*:\s*([\w_-]+)\s*=\s*([\w\d]+)\s*$/) I wasn't expecting a statistic with a - in it. Thanks, -g On 11/8/06, Ovidiu Sas <[EMAIL PROTECTED]> wrote:
Hi Greg Try the following commands: openserctl fifo get_statistics location-users openserctl fifo get_statistics usrloc: Hope this helps, Ovidiu Sas On 11/7/06, Greg Fausak <[EMAIL PROTECTED]> wrote: > > Is there a statistics variable that > gives me the current number of registered users? > (There is one for current number of dialogs). > > ---greg > > > > Greg Fausak > [EMAIL PROTECTED] > > > > > _______________________________________________ > Users mailing list > [email protected] > http://openser.org/cgi-bin/mailman/listinfo/users > > >
-- Greg Fausak [EMAIL PROTECTED] _______________________________________________ Users mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/users
