PoolManager Commands
rc ls
rc ls - List the requests currently handled by the CELL-POOLMNGR
synopsis
rc ls [
Description
Lists all requests currently handled by the pool manager. With the option -w
only the requests currently waiting for a response are listed. Only requests satisfying the regular expression are shown.
cm ls
cm ls - List information about the pools in the cost module cache.
synopsis
cm ls [-r] [-d] [-s] [
**-r ** Also list the tags, the space cost, and performance cost as calculated by the cost module for a file of size fileSize (or zero)
-d Also list the space cost and performance cost as calculated by the cost module for a file of size fileSize (or zero)
**-t ** Also list the time since the last update of the cached information in milliseconds.
Description
A typical output reads
(PoolManager) admin > cm ls -r -d -t 12312434442
set pool decision
set pool decision -Set the factors for the calculation of the total costs of the pools.
synopsis
set pool decision [-spacecostfactor=
scf The factor (strength) with which the space cost will be included in the total cost.
ccf The factor (strength) with which the performance cost will be included in the total cost.
cc Deprecated since version 5 of the pool manager.