Command Reference Guide

Platform LSF Command Reference 145
bresources
displays information about resource reservation and resource limits configuration
Synopsis
bresources [-s] [resource_name ...]
bresources [-h | -V]
Description
By default, bresources displays all resource configurations in lsb.resources.
This is the same as
blimits -c.
Options
-s Displays per-resource reservation configurations from the ReservationUsage
section of
lsb.resources. For example:
bresources -s
Begin ReservationUsage
RESOURCE METHOD
licenseX PER_JOB
licenseY PER_HOST
licenseZ PER_SLOT
End ReservationUsage
resource_name ... Only displays information about the specified resource. For example:
bresources -s licenseZ
RESOURCE METHOD
licenseZ PER_SLOT
-h Prints command usage to stderr and exits.
-V Prints LSF release version to stderr and exits.