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    RESERVElicense1            PER_HOST     Y
license2            PER_SLOT     Y
license3            PER_JOB      N
license5            PER_HOST     Y
license6            PER_JOB      Y
End ReservationUsage
resource_name ...

Only displays information about the specified resource. For example:

bresources -s  license1
RESOURCE            METHOD    RESERVElicense1            PER_HOST     Y
-h

Prints command usage to stderr and exits.

-V

Prints LSF release version to stderr and exits.