glb_collectorStatus
Returns an array of license scheduler collectors information.glb_collectorStatus returns an array of the glbCollector structure, which contains the collector name, the collector's last update time, and a array of globCollectorFlex structures that contains the name and last update time for each license server. #include <glb/glb.h>
struct glbCollector *glb_collectorStatus(struct glbHandle *h2, int *num)
Data Structures:
- Parameters:
*h2 The License Scheduler daemon containing the desired collector information. *num The number of desired glbCollector structures returned in the array. Define Statements:
- glbHandle
glbCollector
globCollectorFlex
- none
Errors:
- Returns:
- *glbCollector
An array of glbCollector structures which stores the collector information and sets num to the size of the arrayEquivalent line commands:
- On failure, glberrno is set to indicate the error.
Files:
- blcstat
- LSF_CONFDIR/lsf.licensescheduler
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.