Platform Analytics 7 Dataflow

BLD License Agent

This agent gets license usage data from the LSF License Scheduler and outputs the information into the Platform_Intelligence.license_usage_1_COLLECT.load.ZIP data file.

API being called for license_usage dataflow:

glb_info(NULL, &total); This is similar as calling blinfo command.

glb_userinfo(&total, &intvl); This is similar as calling blusers command.

glb_close();