lsb_limitInfo
gets resource allocation limit configuration and dynamic usage information.Displays current usage of resource allocation limits configured in Limit sections in lsb.resources:
#include <lsf/lsbatch.h>
- Configured limit policy name
- Users
- Queues
- Hosts
- Project names
int lsb_limitInfo( limitInfoReq *req, limitInfoEnt **limitItemRef, int *size, struct lsInfo* lsInfo)
Data Structures: Define Statements:
- Parameters:
*req input, the user request for limit information **limitItemRef output, the limit information array *size output, the size of the limit information array *lsInfo Please refer to the lsInfo structure. Errors:
- Returns:
- int:socket number
Function was successful.int:-1
Function failed.Equivalent line command:
- On failure, lsberrno is set to indicate the error.
Files
- blimits
- $LSB_CONFDIR/cluster_name/configdir/lsb.queues
$LSB_CONFDIR/cluster_name/configdir/lsb.users
$LSB_CONFDIR/cluster_name/configdir/lsb.hosts
$LSB_CONFDIR/cluster_name/configdir/lsb.resources
- See also:
- lsb_freeLimitInfoEnt
Date Modified: 9 Sep 2009
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 1994-2009 Platform Computing Corporation. All rights reserved.