Knowledge Center         Contents    Previous  Next    
Platform Computing Corp.

glb_workloadinfo()

Returns an array of workload distribution information.

DESCRIPTION

glb_workloadinfo() returns an array of glbWorkload structures, which contains detailed LSF and non-LSF workload distribution information for a particular feature.

SYNOPSIS

#include <glb/glb.h> 
struct glbWorkload *glb_workloadinfo(void)

struct glbWorkload {
    struct glbWorkload *next;
    char *feature;
    char *sDomain;
    struct workloadBasket lsf;
    struct workloadBasket nonlsf;
}; 

PARAMETERS

void:

There are no parameters

RETURN VALUES

*glbWorkload:

A linked list of workload distribution inforation for a particular feature.

ERRORS

On failure, glberrno is set to indicate the error.

SEE ALSO

Related APIs

glb_info() - Returns an array of license features information

glb_jobinfo() - Returns an array of running jobs that are using license tokens and licenses

glb_param() - Returns an array of parameters of the specified License Scheduler daemon

glb_perror() - Prints LSF License Scheduler error messages

glb_userinfo() - Returns an array of users that are using license tokens and licenses


Platform Computing Inc.
www.platform.com
Knowledge Center         Contents    Previous  Next