Howto count/monitor sessions

Document Server version: 7.3.3-49
Connector version: ONLYOFFICE Alfresco module package 6.1.0 (latest)
DMS (platform) version: Alfresco 7.2
OS: debian 11

We are testing onlyoffice enterprise trial to use it mainly with Alfresco integration. In this context, it is not clear to me how the sessions are counted.

  • Is there a way to evaluate the number of sessions (on the command line)?
  • If you activate the previews via onlyoffice in Alfresco Share: Is a view of the preview also counted as a session and how long does it stay active?

Thanks

I found out that you could check status by accessing http://127.0.0.1/info/info.json
Is that number in quota the same which are valid for the licensing?

e.g. curl http://127.0.0.1/info/info.json|jq .quota

{
  "edit": {
    "connectionsCount": 1,
    "usersCount": {
      "unique": 0,
      "anonymous": 0
    }
  },
  "view": {
    "connectionsCount": 0,
    "usersCount": {
      "unique": 0,
      "anonymous": 0
    }
  },
  "byMonth": []
}

Hello @heiko.robert

If you have active trial license, please contact us via https://onlyofficesupport.zendesk.com/ to get prompt answers to all your questions about the licensing of the product.

Hi @Constantine,
since you’re already here: Could you please answer my question from above here?

If you activate the previews via onlyoffice in Alfresco Share: Is a view of the preview also counted as a session and how long does it stay active?

Thanks Heiko

Do you mean preview that is available before clicking Edit in ONLYOFFFICE?
If I misunderstand, please elaborate.