Number of current users

Hi Everybody

for some statistic, I want to monitor the number of currently actives users on my KIWI.


Is there a WEB-Call or something similiar to query this information?


73 Dietmar, DL2SBA

Comments

  • In a linux script, you could do something like

    users=$(wget -q -O- "<url of your kiwi>/status" | grep -m1 "^users=" | sed -e 's|^users=||')

    to get the pure number into a variable.

    Regards,

    Manfred, DL7AWL

  • Thanks James & Manfred

    that is exactly what I was looking for!

    Have a good weekend ahead


    73 Dietmar, Dl2SBA

Sign In or Register to comment.