Skip to main content
Participant
November 30, 2007
Question

FMS real time stats (current connected users)

  • November 30, 2007
  • 1 reply
  • 340 views

How can I get real time stats from my FMS current connected users in windows 2003?
By wmi, VBScript, ...?

Many thanks,
João Canais

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    November 30, 2007
    One can obtain stats via http requests to the FMS administration service. Defaultly the service only allows the "ping" command to be executed, however, calls to getserverstats will provide "connected users". To enable it and other http requests via the administration service please look at the conf/users.xml file.

    A request looks something like http://myfmsserver:1111/admin/getserverstats?auser=myadminusername&apswd=mypassword