lsm_system_read_cache_pct_get - Man Page
Retrieves read cache percentage of the system.
Synopsis
int lsm_system_read_cache_pct_get (lsm_system *s);
Arguments
- s
System to retrieve read cache percentage for.
Version
1.3
Description
Retrieves read cache percentage of the specified system.
Capability
LSM_CAP_SYS_READ_CACHE_PCT_GET
Return
int. Possible values are:
* >=0 and <= 100
Success.
* LSM_SYSTEM_READ_CACHE_PCT_NO_SUPPORT
No Support.
* LSM_SYSTEM_READ_CACHE_PCT_UNKNOWN
System pointer is NULL or bug.
Info
July 2024 Libstoragemgmt C API Manual