[tools] / trunk / Video_Conferencing_Startup_Kit_Pkg_2 / diastar / active_user.sh Repository:
ViewVC logotype

View of /trunk/Video_Conferencing_Startup_Kit_Pkg_2/diastar/active_user.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 89 - (download) (as text) (annotate)
Wed Sep 7 14:38:33 2011 UTC (21 months, 1 week ago) by jhermanski
File size: 257 byte(s)
Add Video Demo Startup Kit
    1 #!/bin/sh
    2 #
    3 # How many users in Diastar lately?
    4 #
    5 ################################################################################
    6 
    7 LASTLOG=`ls -ltr /var/log/diastar/diastar*log | tail --lines=1 | awk '{print $9}'`
    8 
    9 grep 'Active channels' $LASTLOG | less
   10 
   11 

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.8