Announcement

Collapse
No announcement yet.

License usage reporting?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • License usage reporting?

    Hello. I am looking to see how many licenses of a each v-ray product have been used concurrently. Is it possible to see/generate usage logs for each v-ray product used? I do not see any timestamps under active sessions.

    Additionally, under active sessions on the server page, what do GUI, RENDER, DR, and Last access each represent?

    Thank you.

  • #2
    Hello,

    Please use the .json file in order to monitor the usage of the licenses from:
    http://localhost:30304/sessions/online - for the Online licenses
    http://localhost:30304/sessions/dongle - for the Dongle licenses

    These pages contain the following information:
    ip - the ip of the machines that has engaged the license
    lastping - the last request made to the license server in milliseconds
    productId - the type of the license that has been engaged.

    You can check the user friendly name of a specific productId in another .json file: http://localhost:30304/status

    Regarding the different license types:
    GUI - this is an interface license, typically it allows you to use V-Ray plugin in a specific 3d platform.
    Render - this is a render license, it allows you to render with V-Ray.
    DR - this is usually used instead of Render for the licenses prior to V-Ray 3.0 (V-Ray 1.5/2.0 licenses)
    Last access - same as lastping.

    Comment

    Working...
    X