]
Ryan Emerson resolved ISPN-7427.
--------------------------------
Fix Version/s: 9.0.0.CR1
Resolution: Done
CLI command 'stats' shows less information
------------------------------------------
Key: ISPN-7427
URL:
https://issues.jboss.org/browse/ISPN-7427
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 9.0.0.Beta2
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.0.0.CR1
With previous releases, the 'stats' cli command (for both library/client-server
cli) showed more information, such as
general Statistics, Transactions, CacheLoader, etc. 7.1.0.ER2 shows only
{code}
LockManager: {
concurrencyLevel: 32
numberOfLocksHeld: 0
numberOfLocksAvailable: 0
}
{code}