Amazon ElastiCache makes it easy to set up, manage, and scale distributed in-memory cache environments in the AWS Cloud.

Features include:

  • High performance, resizable, and cost-effective in-memory cache.
  • Reduced complexity associated with deploying and managing a distributed cache environment.
  • Works with Redis and Memcached engines.

Use the AWS public cloud integration to discover and collect metrics against the AWS service.

External reference

Amazon ElastiCache

Setup

To set up the AWS integration and discover the AWS service, go to AWS Integration Discovery Profile and select Elastic Cache.

Event support

CloudTrail event support

  • Supported
  • Configurable in OpsRamp AWS Integration Discovery Profile.

CloudWatch alarm support

  • Supported
  • Configurable in OpsRamp AWS Integration Discovery Profile.

Supported metrics

OpsRamp MetricAWS MetricMetric Display NameUnitAggregation TypeDescription
aws_elasticache_CPUUtilizationCPUUtilizationCPU UtilizationPercentAverageThe percentage of CPU utilization for the entire host. Because Valkey and Redis OSS are single-threaded, we recommend you monitor EngineCPUUtilization metric for nodes with 4 or more vCPUs.
aws_elasticache_CPUCreditBalanceCPUCreditBalanceCPU Credit BalanceNoneAverageThe number of earned CPU credits that an instance has accrued since it was launched or started. For T2 Standard, the CPUCreditBalance also includes the number of launch credits that have been accrued.
aws_elasticache_CPUCreditUsageCPUCreditUsageCPU Credit UsageNoneAverageThe number of CPU credits spent by the instance for CPU utilization. One CPU credit equals one vCPU running at 100% utilization for one minute.
aws_elasticache_FreeableMemoryFreeableMemoryFreeable MemoryBytesAverageThe amount of free memory available on the host. This is derived from the RAM, buffers, and cache that the OS reports as freeable.
aws_elasticache_NetworkBytesInNetworkBytesInNetwork Bytes InBytesAverageThe number of bytes the host has read from the network.
aws_elasticache_NetworkBytesOutNetworkBytesOutNetwork Bytes OutBytesAverageThe number of bytes sent out on all network interfaces by the instance.
aws_elasticache_NetworkPacketsInNetworkPacketsInNetwork Packets InCountAverageThe number of packets received on all network interfaces by the instance. This metric identifies the volume of incoming traffic in terms of the number of packets on a single instance.
aws_elasticache_NetworkPacketsOutNetworkPacketsOutNetwork Packets OutCountAverageThe number of packets sent out on all network interfaces by the instance. This metric identifies the volume of outgoing traffic in terms of the number of packets on a single instance.
aws_elasticache_NetworkBandwidthInAllowanceExceededNetworkBandwidthInAllowanceExceededNetwork Bandwidth In Allowance ExceededCountAverageThe number of packets queued or dropped because the inbound aggregate bandwidth exceeded the maximum for the instance.
aws_elasticache_NetworkConntrackAllowanceExceededNetworkConntrackAllowanceExceededNetwork Conntrack Allowance ExceededCountAverageThe number of packets dropped because connection tracking exceeded the maximum for the instance and new connections could not be established.
aws_elasticache_NetworkBandwidthOutAllowanceExceededNetworkBandwidthOutAllowanceExceededNetwork Bandwidth Out Allowance ExceededCountAverageThe number of packets queued or dropped because the outbound aggregate bandwidth exceeded the maximum for the instance.
aws_elasticache_NetworkPacketsPerSecondAllowanceExceededNetworkPacketsPerSecondAllowanceExceededNetwork Packets Per Second Allowance ExceededCountAverageThe number of packets queued or dropped because the bidirectional packets per second exceeded the maximum for the instance.
aws_elasticache_NetworkMaxBytesInNetworkMaxBytesInNetwork Max Bytes InBytesAverageThe maximum per second burst of received bytes within each minute.
aws_elasticache_NetworkMaxBytesOutNetworkMaxBytesOutNetwork Max Bytes OutBytesAverageThe maximum per second burst of transmitted bytes within each minute.
aws_elasticache_NetworkMaxPacketsInNetworkMaxPacketsInNetwork Max Packets InCountAverageThe maximum per second burst received packets within each minute.
aws_elasticache_NetworkMaxPacketsOutNetworkMaxPacketsOutNetwork Max Packets OutCountAverageThe maximum per second burst of transmitted packets within each minute.
aws_elasticache_SwapUsageSwapUsageSwap UsageBytesAverageThe amount of swap used on the host.
aws_elasticache_ClusterBasedCmdsClusterBasedCmdsCluster Based CmdsCountAverageThe total number of commands that are cluster-based. This is derived from the commandstats statistic by summing all of the commands that act upon a cluster (cluster slot, cluster info, and so on).
aws_elasticache_ClusterBasedCmdsLatencyClusterBasedCmdsLatencyCluster Based Cmds LatencyMicrosecondsAverageLatency of cluster-based commands.
aws_elasticache_EvalBasedCmdsEvalBasedCmdsEval Based CmdsCountAverageThe total number of commands for eval-based commands. This is derived from the commandstats statistic by summing eval, evalsha.
aws_elasticache_EvalBasedCmdsLatencyEvalBasedCmdsLatencyEval Based Cmds LatencyMicrosecondsAverageLatency of eval-based commands.
aws_elasticache_GeoSpatialBasedCmdsGeoSpatialBasedCmdsGeo Spatial Based CmdsCountAverageThe total number of commands for geospatial-based commands. This is derived from the commandstats statistic.
aws_elasticache_GeoSpatialBasedCmdsLatencyGeoSpatialBasedCmdsLatencyGeo Spatial Based Cmds LatencyMicrosecondsAverageLatency of geospatial-based commands.
aws_elasticache_GetTypeCmdsGetTypeCmdsGet Type CmdsCountAverageThe total number of read-only type commands. This is derived from the commandstats statistic by summing all of the read-only type commands (get, hget, scard, lrange, and so on.)
aws_elasticache_GetTypeCmdsLatencyGetTypeCmdsLatencyGet Type Cmds LatencyMicrosecondsAverageLatency of read commands.
aws_elasticache_HashBasedCmdsHashBasedCmdsHash Based CmdsCountAverageThe total number of commands that are hash-based. This is derived from the commandstats statistic by summing all of the commands that act upon one or more hashes.
aws_elasticache_HashBasedCmdsLatencyHashBasedCmdsLatencyHash Based Cmds LatencyMicrosecondsAverageLatency of hash-based commands.
aws_elasticache_HyperLogLogBasedCmdsHyperLogLogBasedCmdsHyper Log Log Based CmdsCountAverageThe total number of HyperLogLog-based commands. This is derived from the commandstats statistic by summing all of the pf type of commands.
aws_elasticache_HyperLogLogBasedCmdsLatencyHyperLogLogBasedCmdsLatencyHyper Log Log Based Cmds LatencyMicrosecondsAverageLatency of HyperLogLog-based commands.
aws_elasticache_JsonBasedCmdsJsonBasedCmdsJson Based CmdsCountAverageThe total number of JSON commands, including both read and write commands. This is derived from the commandstats statistic by summing all JSON commands.
aws_elasticache_JsonBasedCmdsLatencyJsonBasedCmdsLatencyJson Based Cmds LatencyMicrosecondsAverageLatency of all JSON commands, including both read and write commands.
aws_elasticache_JsonBasedGetCmdsJsonBasedGetCmdsJson Based Get CmdsCountAverageThe total number of JSON read-only commands. This is derived from the commandstats statistic by summing all JSON read commands.
aws_elasticache_JsonBasedGetCmdsLatencyJsonBasedGetCmdsLatencyJson Based Get Cmds LatencyMicrosecondsAverageLatency of JSON read-only commands.
aws_elasticache_JsonBasedSetCmdsJsonBasedSetCmdsJson Based Set CmdsCountAverageThe total number of JSON write commands. This is derived from the commandstats statistic by summing all JSON write commands.
aws_elasticache_JsonBasedSetCmdsLatencyJsonBasedSetCmdsLatencyJson Based Set Cmds LatencyMicrosecondsAverageLatency of JSON write commands.
aws_elasticache_KeyBasedCmdsKeyBasedCmdsKey Based CmdsCountAverageThe total number of commands that are key-based. This is derived from the commandstats statistic by summing all of the commands that act upon one or more keys.
aws_elasticache_KeyBasedCmdsLatencyKeyBasedCmdsLatencyKey Based Cmds LatencyMicrosecondsAverageLatency of key-based commands.
aws_elasticache_ListBasedCmdsListBasedCmdsList Based CmdsCountAverageThe total number of commands that are list-based. This is derived from the commandstats statistic by summing all of the commands that act upon one or more lists.
aws_elasticache_ListBasedCmdsLatencyListBasedCmdsLatencyList Based Cmds LatencyMicrosecondsAverageLatency of list-based commands.
aws_elasticache_NonKeyTypeCmdsNonKeyTypeCmdsNon Key Type CmdsCountAverageThe total number of commands that are not key-based. This is derived from the commandstats statistic by summing all of the commands that do not act upon a key.
aws_elasticache_NonKeyTypeCmdsLatencyNonKeyTypeCmdsLatencyNon Key Type Cmds LatencyMicrosecondsAverageLatency of non-key-based commands.
aws_elasticache_PubSubBasedCmdsPubSubBasedCmdsPub Sub Based CmdsCountAverageThe total number of commands for pub/sub functionality. This is derived from the commandstats statistics by summing all of the commands used for pub/sub functionality.
aws_elasticache_PubSubBasedCmdsLatencyPubSubBasedCmdsLatencyPub Sub Based Cmds LatencyMicrosecondsAverageLatency of pub/sub-based commands.
aws_elasticache_SetBasedCmdsSetBasedCmdsSet Based CmdsCountAverageThe total number of commands that are set-based. This is derived from the commandstats statistic by summing all of the commands that act upon one or more sets.
aws_elasticache_SetBasedCmdsLatencySetBasedCmdsLatencySet Based Cmds LatencyMicrosecondsAverageLatency of set-based commands.
aws_elasticache_SetTypeCmdsSetTypeCmdsSet Type CmdsCountAverageThe total number of write types of commands. This is derived from the commandstats statistic by summing all of the mutative types of commands.
aws_elasticache_SetTypeCmdsLatencySetTypeCmdsLatencySet Type Cmds LatencyMicrosecondsAverageLatency of write commands.
aws_elasticache_SortedSetBasedCmdsSortedSetBasedCmdsSorted Set Based CmdsCountAverageThe total number of commands that are sorted set-based. This is derived from the commandstats statistic by summing all of the commands that act upon one or more sorted sets.
aws_elasticache_SortedSetBasedCmdsLatencySortedSetBasedCmdsLatencySorted Set Based Cmds LatencyMicrosecondsAverageLatency of sorted-based commands.
aws_elasticache_StringBasedCmdsStringBasedCmdsString Based CmdsCountAverageThe total number of commands that are string-based. This is derived from the commandstats statistic by summing all of the commands that act upon one or more strings.
aws_elasticache_StringBasedCmdsLatencyStringBasedCmdsLatencyString Based Cmds LatencyMicrosecondsAverageLatency of string-based commands.
aws_elasticache_StreamBasedCmdsStreamBasedCmdsStream Based CmdsCountAverageThe total number of commands that are stream-based. This is derived from the commandstats statistic by summing all of the commands that act upon one or more streams data types.
aws_elasticache_StreamBasedCmdsLatencyStreamBasedCmdsLatencyStream Based Cmds LatencyMicrosecondsAverageLatency of stream-based commands.
aws_elasticache_SearchBasedCmdsSearchBasedCmdsSearch Based CmdsCountAverageThe total number of Search commands, including both read and write commands. This is derived from the commandstats statistic by summing all Search commands.
aws_elasticache_SearchBasedCmdsLatencySearchBasedCmdsLatencySearch Based Cmds LatencyMicrosecondsAverageLatency of all Search commands, including both read and write commands.
aws_elasticache_SearchBasedGetCmdsSearchBasedGetCmdsSearch Based Get CmdsCountAverageThe total number of Search read-only commands. This is derived from the commandstats statistic by summing all Search read commands.
aws_elasticache_SearchBasedGetCmdsLatencySearchBasedGetCmdsLatencySearch Based Get Cmds LatencyMicrosecondsAverageLatency of Search read-only commands.
aws_elasticache_SearchBasedSetCmdsSearchBasedSetCmdsSearch Based Set CmdsCountAverageThe total number of Search write commands. This is derived from the commandstats statistic by summing all Search write commands.
aws_elasticache_SearchBasedSetCmdsLatencySearchBasedSetCmdsLatencySearch Based Set Cmds LatencyMicrosecondsAverageLatency of Search write commands.
aws_elasticache_BytesReadIntoMemcachedBytesReadIntoMemcachedBytes Read Into MemcachedBytesAverageThe number of bytes that have been read from the network by the cache node.
aws_elasticache_BytesUsedForCacheItemsBytesUsedForCacheItemsBytes Used For Cache ItemsBytesAverageThe number of bytes used to store cache items.
aws_elasticache_BytesWrittenOutFromMemcachedBytesWrittenOutFromMemcachedBytes Written Out From MemcachedBytesAverageThe number of bytes that have been written to the network by the cache node.
aws_elasticache_CasBadvalCasBadvalCas BadvalCountAverageThe number of CAS requests the cache has received where the Cas value did not match the Cas value stored.
aws_elasticache_CasHitsCasHitsCas HitsCountAverageThe number of Cas requests the cache has received where the requested key was found and the Cas value matched.
aws_elasticache_CasMissesCasMissesCas MissesCountAverageThe number of Cas requests the cache has received where the key requested was not found.
aws_elasticache_CmdFlushCmdFlushCmd FlushCountAverageThe number of flush commands the cache has received.
aws_elasticache_CmdGetCmdGetCmd GetCountAverageThe number of get commands the cache has received.
aws_elasticache_CmdSetCmdSetCmd SetCountAverageThe number of set commands the cache has received.
aws_elasticache_CurrConnectionsCurrConnectionsCurr ConnectionsCountAverageA count of the number of connections connected to the cache at an instant in time.
aws_elasticache_CurrItemsCurrItemsCurr ItemsCountAverageA count of the number of items currently stored in the cache.
aws_elasticache_DecrHitsDecrHitsDecr HitsCountAverageThe number of decrement requests the cache has received where the requested key was found.
aws_elasticache_DecrMissesDecrMissesDecr MissesCountAverageThe number of decrement requests the cache has received where the requested key was not found.
aws_elasticache_DeleteHitsDeleteHitsDelete HitsCountAverageThe number of delete requests the cache has received where the requested key was found.
aws_elasticache_DeleteMissesDeleteMissesDelete MissesCountAverageThe number of delete requests the cache has received where the requested key was not found.
aws_elasticache_EvictionsEvictionsEvictionsCountAverageThe number of non-expired items the cache evicted to allow space for new writes.
aws_elasticache_GetHitsGetHitsGet HitsCountAverageThe number of get requests the cache has received where the key requested was found.
aws_elasticache_GetMissesGetMissesGet MissesCountAverageThe number of get requests the cache has received where the key requested was not found.
aws_elasticache_IncrHitsIncrHitsIncr HitsCountAverageThe number of increment requests the cache has received where the key requested was found.
aws_elasticache_IncrMissesIncrMissesIncr MissesCountAverageThe number of increment requests the cache has received where the key requested was not found.
aws_elasticache_ReclaimedReclaimedReclaimedCountAverageThe number of expired items the cache evicted to allow space for new writes.
aws_elasticache_BytesUsedForHashBytesUsedForHashBytes Used For HashBytesAverageThe number of bytes currently used by hash tables.
aws_elasticache_CmdConfigGetCmdConfigGetCmd Config GetCountAverageThe cumulative number of config get requests.
aws_elasticache_CmdConfigSetCmdConfigSetCmd Config SetCountAverageThe cumulative number of config set requests.
aws_elasticache_CmdTouchCmdTouchCmd TouchCountAverageThe cumulative number of touch requests.
aws_elasticache_CurrConfigCurrConfigCurr ConfigCountAverageThe current number of configurations stored.
aws_elasticache_EvictedUnfetchedEvictedUnfetchedEvicted UnfetchedCountAverageThe number of valid items evicted from the least recently used cache (LRU) which were never touched after being set.
aws_elasticache_ExpiredUnfetchedExpiredUnfetchedExpired UnfetchedCountAverageThe number of expired items reclaimed from the LRU which were never touched after being set.
aws_elasticache_SlabsMovedSlabsMovedSlabs MovedCountAverageThe total number of slab pages that have been moved.
aws_elasticache_TouchHitsTouchHitsTouch HitsCountAverageThe number of keys that have been touched and were given a new expiration time.
aws_elasticache_TouchMissesTouchMissesTouch MissesCountAverageThe number of items that have been touched, but were not found.
aws_elasticache_NewConnectionsNewConnectionsNew ConnectionsCountAverageThe number of new connections the cache has received. This is derived from the memcached total connections statistic by recording the change in total connections across a period of time.
aws_elasticache_NewItemsNewItemsNew ItemsCountAverageThe number of new items the cache has stored. This is derived from the memcached total items statistic by recording the change in total items across a period of time.
aws_elasticache_UnusedMemoryUnusedMemoryUnused MemoryBytesAverageThe amount of memory not used by data. This is derived from the Memcached statistics limit maxbytes and bytes by subtracting bytes from limit maxbytes.
aws_elasticache_ActiveDefragHitsActiveDefragHitsActive Defrag HitsCountAverageThe number of value reallocations per minute performed by the active defragmentation process.
aws_elasticache_AuthenticationFailuresAuthenticationFailuresAuthentication FailuresCountAverageThe total number of failed attempts to authenticate using AUTH command.
aws_elasticache_BytesUsedForCacheBytesUsedForCacheBytes Used For CacheBytesAverageThe total number of bytes allocated by Valkey or Redis OSS for all purposes.
aws_elasticache_BytesReadFromDiskBytesReadFromDiskBytes Read From DiskBytesAverageThe total number of bytes read from disk per minute. Data tiering only.
aws_elasticache_BytesWrittenToDiskBytesWrittenToDiskBytes Written To DiskBytesAverageThe total number of bytes written to disk per minute. Data tiering only.
aws_elasticache_CacheHitsCacheHitsCache HitsCountAverageThe number of successful read-only key lookups in the main dictionary.
aws_elasticache_CacheMissesCacheMissesCache MissesCountAverageThe number of unsuccessful read-only key lookups in the main dictionary.
aws_elasticache_CommandAuthorizationFailuresCommandAuthorizationFailuresCommand Authorization FailuresCountAverageThe total number of failed attempts by users to run commands without permission.
aws_elasticache_CacheHitRateCacheHitRateCache Hit RatePercentAverageIndicates the usage efficiency of the instance. Calculated as cache_hits/(cache_hits + cache_misses).
aws_elasticache_ChannelAuthorizationFailuresChannelAuthorizationFailuresChannel Authorization FailuresCountAverageThe total number of failed attempts by users to access channels without permission.
aws_elasticache_CurrConnectionsCurrConnectionsCurr ConnectionsCountAverageThe number of client connections, excluding read replicas.
aws_elasticache_CurrItemsCurrItemsCurr ItemsCountAverageThe number of items in the cache. Dimension Tier: Memory or SSD items.
aws_elasticache_CurrVolatileItemsCurrVolatileItemsCurr Volatile ItemsCountAverageTotal number of keys in all databases that have a ttl set.
aws_elasticache_DatabaseCapacityUsagePercentageDatabaseCapacityUsagePercentageDatabase Capacity Usage PercentagePercentAveragePercentage of the total data capacity for the cluster that is in use.
aws_elasticache_DatabaseCapacityUsageCountedForEvictPercentageDatabaseCapacityUsageCountedForEvictPercentageDatabase Capacity Usage Counted For Evict PercentagePercentAveragePercentage of data capacity in use, excluding memory for overhead and COB.
aws_elasticache_DatabaseMemoryUsagePercentageDatabaseMemoryUsagePercentageDatabase Memory Usage PercentagePercentAveragePercentage of the memory for the cluster that is in use.
aws_elasticache_DatabaseMemoryUsageCountedForEvictPercentageDatabaseMemoryUsageCountedForEvictPercentageDatabase Memory Usage Counted For Evict PercentagePercentAveragePercentage of memory in use, excluding memory for overhead and COB.
aws_elasticache_DB0AverageTTLDB0AverageTTLDB0Average TTLMillisecondsAverageExposes avg_ttl of DB0 from the keyspace statistic of INFO command.
aws_elasticache_EngineCPUUtilizationEngineCPUUtilizationEngine CPU UtilizationPercentAverageProvides CPU utilization of the Valkey or Redis OSS engine thread.
aws_elasticache_EvictionsEvictionsEvictionsCountAverageThe number of keys that have been evicted due to the maxmemory limit.
aws_elasticache_GlobalDatastoreReplicationLagGlobalDatastoreReplicationLagGlobal Datastore Replication LagSecondsAverageThe lag between the secondary Region and the primary Region primary node.
aws_elasticache_IamAuthenticationExpirationsIamAuthenticationExpirationsIam Authentication ExpirationsCountAverageThe total number of expired IAM-authenticated connections.
aws_elasticache_IamAuthenticationThrottlingIamAuthenticationThrottlingIam Authentication ThrottlingCountAverageThe total number of throttled IAM-authenticated AUTH or HELLO requests.
aws_elasticache_IsMasterIsMasterIs MasterCountAverageIndicates whether the node is the primary node. 0=not primary, 1=primary.
aws_elasticache_KeyAuthorizationFailuresKeyAuthorizationFailuresKey Authorization FailuresCountAverageThe total number of failed attempts by users to access keys without permission.
aws_elasticache_KeysTrackedKeysTrackedKeys TrackedCountAverageThe number of keys being tracked by key tracking as a percentage of tracking-table-max-keys.
aws_elasticache_MemoryFragmentationRatioMemoryFragmentationRatioMemory Fragmentation RatioCountAverageIndicates the efficiency in the allocation of memory. Recommended value is above 1.0.
aws_elasticache_NewConnectionsNewConnectionsNew ConnectionsCountAverageThe total number of connections that have been accepted by the server during this period.
aws_elasticache_NumItemsReadFromDiskNumItemsReadFromDiskNum Items Read From DiskCountAverageThe total number of items retrieved from disk per minute. Data tiering only.
aws_elasticache_NumItemsWrittenToDiskNumItemsWrittenToDiskNum Items Written To DiskCountAverageThe total number of items written to disk per minute. Data tiering only.
aws_elasticache_MasterLinkHealthStatusMasterLinkHealthStatusMaster Link Health StatusNoneAverageStatus indicating if primary data is in sync. 0=not in sync, 1=in sync.
aws_elasticache_ReclaimedReclaimedReclaimedCountAverageThe total number of key expiration events.
aws_elasticache_ReplicationBytesReplicationBytesReplication BytesBytesAverageFor replicated nodes, the number of bytes the primary is sending to all replicas.
aws_elasticache_ReplicationLagReplicationLagReplication LagSecondsAverageHow far behind in seconds the replica is in applying changes from the primary.
aws_elasticache_SaveInProgressSaveInProgressSave In ProgressNoneAverageReturns 1 when background save (snapshot/sync) is in progress, 0 otherwise.
aws_elasticache_TrafficManagementActiveTrafficManagementActiveTraffic Management ActiveNoneAverageIndicates whether traffic management is actively adjusting incoming commands.
aws_elasticache_SuccessfulWriteRequestLatencySuccessfulWriteRequestLatencySuccessful Write Request LatencyMicrosecondsAverageLatency of successful write requests.
aws_elasticache_SuccessfulReadRequestLatencySuccessfulReadRequestLatencySuccessful Read Request LatencyMicrosecondsAverageLatency of successful read requests.
aws_elasticache_ErrorCountErrorCountError CountCountAverageThe total number of failed commands during the specified time period.
aws_elasticache_SearchNumberOfIndexesSearchNumberOfIndexesSearch Number Of IndexesCountAverageNumber of created indexes.
aws_elasticache_SearchTotalIndexedDocumentsSearchTotalIndexedDocumentsSearch Total Indexed DocumentsCountAverageTotal number of keys in all indexes.
aws_elasticache_SearchUsedMemoryBytesSearchUsedMemoryBytesSearch Used Memory BytesBytesAverageNumber of bytes of memory consumed in all search data structures.

AWS Elastic Cache Node Metrics

OpsRamp MetricMetric Display NameUnitAggregation Type
aws_elasticache_CPUUtilization

Percentage of allocated EC2 compute units that are currently in use on the instance. This metric identifies the processing power required to run an application On a selected instance.
CPU utilizationPercentAverage
aws_elasticache_FreeableMemory

Amount of available random access memory.
FreeableMemoryFreeable MemorySum
aws_elasticache_SwapUsage

Amount of swap space used on the DB Instance.
SwapUsageSwap UsageSum
aws_elasticache_GetMisses

Number of get requests the cache has received where the key requested was not found.
GetMissesCountSum
aws_elasticache_CmdSet

Number of set commands the cache has received.
CmdSetCountSum
aws_elasticache_NewConnections

Number of new connections the cache has received. This is derived from the memcached total_connections statistic by recording the change in total_connections across a period of time. Note: Due to a connection reserved for Elastic Cache, a minimum of 1 is always returned.
NewConnectionsCountSum
aws_elasticache_Reclaimed

Number of expired items the cache evicted to allow space for new writes.
ReclaimedCountSum
aws_elasticache_IncrHits

Number of increment requests the cache has received where the key requested was found.
IncrHitsCountSum
aws_elasticache_CurrConnections

Count of the number of connections connected to the cache at an instant in time. Note: Due to the design of Memcached, a minimum count of 10 is always returned.
CurrConnectionsCountSum
aws_elasticache_CmdFlush

Number of flush commands the cache has received.
CmdFlushCountSum
aws_elasticache_DecrHits

Number of decrement requests the cache has received where the requested key was found.
DecrHitsCountSum
aws_elasticache_UnusedMemory

Amount of unused memory the cache can use to store items.
UnusedMemoryUnused MemorySum
aws_elasticache_DeleteMisses

Number of delete requests the cache has received where the requested key was not found.
DeleteMissesCountSum
aws_elasticache_NewItems

Number of new items the cache has stored.
NewItemsCountSum
aws_elasticache_CurrItems

Count of the number of items currently stored in the cache.
CurrItemsCountSum
aws_elasticache_Evictions

Number of non-expired items the cache evicted to allow space for new writes.
EvictionsCountSum
aws_elasticache_CasMisses

Number of Cas requests the cache has received where the key requested was not found.
CasMissesCountSum
aws_elasticache_CmdGet

Number of get commands the cache has received.
CmdGetCountSum
aws_elasticache_IncrMisses

Number of increment requests the cache has received where the key requested was not found.
IncrMissesCountSum
aws_elasticache_DeleteHits

Number of delete requests the cache has received where the requested key was found.
DeleteHitsCountSum
aws_elasticache_GetHits

Number of get requests the cache has received where the key requested was found.
GetHitsCountSum
aws_elasticache_CasBadval

Number of CAS (check and set) requests the cache has received where the Cas value did not match the Cas value stored.
CasBadvalCountSum
aws_elasticache_DecrMisses

Number of decrement requests the cache has received where the requested key was not found.
DecrMissesCountSum
aws_elasticache_BytesReadIntoMemcached

Number of bytes read from the network by the cache node.
BytesReadIntoMemcachedBytes ReadSum
aws_elasticache_BytesWrittenOutFromMemcached

Number of bytes written to the network by the cache node.
BytesWrittenOutFromMemcachedBytes WrittenSum
aws_elasticache_BytesUsedForCacheItems

Number of bytes written to the network by the cache node.
BytesUsedForCacheItemsBytes UsedSum
aws_elasticache_NetworkBytesOut

Number of bytes the host has written to the network.
NetworkBytesOutBytesSum
aws_elasticache_NetworkBytesIn

Number of bytes the host has read from the network.
NetworkBytesInBytesSum
aws_elasticache_BytesUsedForHash

Number of bytes currently used by hash tables.
BytesUsedForHashBytes UsedSum
aws_elasticache_CmdConfigGet

Cumulative number of config get requests.
CmdConfigGetCountSum
aws_elasticache_CasHits

Number of Cas requests the cache has received where the requested key was found and the Cas value matched.
CasHitsCountSum
aws_elasticache_CmdConfigSet

Cumulative number of config set requests.
CmdConfigSetCountSum
aws_elasticache_CmdTouch

Cumulative number of touch requests.
CmdTouchCountSum
aws_elasticache_CurrConfig

Current number of configurations stored.
CurrConfigCountSum
aws_elasticache_EvictedUnfetched

Number of valid items evicted from the least recently used cache (LRU) which were never touched after being set.
EvictedUnfetchedCountSum
aws_elasticache_ExpiredUnfetched

Number of expired items reclaimed from the LRU which were never touched after being set.
ExpiredUnfetchedCountSum
aws_elasticache_SlabsMoved

Total number of slab pages moved.
SlabsMovedCountSum
aws_elasticache_TouchHits

Number of keys touched and were given a new expiration time.
TouchHitsCountSum
aws_elasticache_TouchMisses

Number of items touched but not found.
TouchMissesCountSum