This is a discussion on Re: Counting number of open sessions in RADIUS within the FreeRADIUS Users forums, part of the Networking and Network Related category; the easiest way off the top of my head would be to run: %radius_dir%/bin/radwho | grep "" -c ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
the easiest way off the top of my head would be to run:
%radius_dir%/bin/radwho | grep "" -c that will pipe all your logged-in users to grep, which will tell you how many of them there are. Andrey Quoting Sonali Karmarkar <sonali_karmarkar@yahoo.com>: > Hi > I am using freeradius 0.9.3 with mysql on linux. > > What is the correct way to count number of open sessions for freeradius > server ? > > -SK > > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |