This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 7788c0d User Guide, Statistics reference: introduce product_name
variable.
7788c0d is described below
commit 7788c0d91faa66fa3e4dc3be42dfcd0a6927ee8c
Author: Dave Barnes <[email protected]>
AuthorDate: Wed Dec 13 17:37:07 2017 -0800
User Guide, Statistics reference: introduce product_name variable.
---
geode-docs/reference/statistics_list.html.md.erb | 44 +++++++++++-------------
1 file changed, 21 insertions(+), 23 deletions(-)
diff --git a/geode-docs/reference/statistics_list.html.md.erb
b/geode-docs/reference/statistics_list.html.md.erb
index ca95e3f..6040218 100644
--- a/geode-docs/reference/statistics_list.html.md.erb
+++ b/geode-docs/reference/statistics_list.html.md.erb
@@ -1,6 +1,4 @@
----
-title: Geode Statistics List
----
+<% set_title(product_name, "Statistics List")%>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -22,7 +20,7 @@ limitations under the License.
<a id="statistics_list"></a>
-This section describes the primary statistics gathered by Geode when
statistics are enabled.
+This section describes the primary statistics gathered by
<%=vars.product_name%> when statistics are enabled.
All statistics gathering requires the `gemfire.properties`
`statistic-sampling-enabled` in `gemfire.properties` file to be true.
Statistics that use time require the `gemfire.properties`
`enable-time-statistics` to be true.
@@ -82,9 +80,9 @@ Performance statistics are collected for each Java
application or cache server t
## <a id="section_DEF8D3644D3246AB8F06FE09A37DC5C8"
class="no-quick-link"></a>Cache Performance (CachePerfStats)
-Statistics for the Geode cache. These can be used to determine the type and
number of cache operations being performed and how much time they consume.
+Statistics for the <%=vars.product_name%> cache. These can be used to
determine the type and number of cache operations being performed and how much
time they consume.
-Regarding Geode cache transactions, transaction-related statistics are
compiled and stored as properties in the CachePerfStats statistic resource.
Because the transaction’s data scope is the cache, these statistics are
collected on a per-cache basis.
+Regarding <%=vars.product_name%> cache transactions, transaction-related
statistics are compiled and stored as properties in the CachePerfStats
statistic resource. Because the transaction’s data scope is the cache, these
statistics are collected on a per-cache basis.
The primary statistics are:
@@ -98,7 +96,7 @@ The primary statistics are:
| `cacheWriterCallTime` | Total time spent doing cache writer
calls.
[...]
| `compressions` | Total number of compression operations.
[...]
| `compressTime` | Total time, in nanoseconds, spent
compressing data.
[...]
-| `conflatedEvents` | The number of events that were conflated,
and not delivered to event listeners or gateway senders on this member. Events
are typically conflated because a later event was already applied to the cache,
or because a concurrent event was ignored to ensure cache consistency. Note
that some members may discard an update while other members apply the update,
depending on the order in which each member receives the update. For this
reason, the `conflatedEven [...]
+| `conflatedEvents` | The number of events that were conflated,
and not delivered to event listeners or gateway senders on this member. Events
are typically conflated because a later event was already applied to the cache,
or because a concurrent event was ignored to ensure cache consistency. Note
that some members may discard an update while other members apply the update,
depending on the order in which each member receives the update. For this
reason, the `conflatedEven [...]
| `creates` | The total number of times an entry is
added to this cache.
[...]
| `decompressions` | Total number of decompression operations.
[...]
| `decompressTime` | Total time, in nanoseconds, spent
decompressing data.
[...]
@@ -532,8 +530,8 @@ These statistics are for delta propagation between members.
The primary statisti
| `deltaPutsTime` | Total amount of time, in
nanoseconds, spent constructing delta part of puts.
|
| `fullDeltaMessages` | Current number of full
value delta messages received off network and processed after reception.
|
| `fullDeltaRequests` | Number of full value
requests made by this server to the sender client after failing to apply delta.
|
-| `fullValueDeltaMessagesRequested` | The number of distribution
messages containing full value requested by this Geode system after failing to
apply received delta. |
-| `fullValueDeltaMessagesSent` | The number of distribution
messages sent in response to full value requests by a remote Geode System as a
result of failure in applying delta. |
+| `fullValueDeltaMessagesRequested` | The number of distribution
messages containing full value requested by this <%=vars.product_name%> system
after failing to apply received delta. |
+| `fullValueDeltaMessagesSent` | The number of distribution
messages sent in response to full value requests by a remote
<%=vars.product_name%> System as a result of failure in applying delta. |
| `partitionMessagesWithDeltaFailures` | Number of failures while
processing PartitionMessages containing delta.
|
| `partitionMessagesWithDeltaProcessed` | Number of PartitionMessages
containing delta processed.
|
| `partitionMessagesWithDeltaProcessedTime` | Total time spent applying
deltas.
|
@@ -541,10 +539,10 @@ These statistics are for delta propagation between
members. The primary statisti
| `partitionMessagesWithDeltaSentTime` | Total time spent extractng
deltas.
|
| `partitionMessagesWithFullValueDeltaRequested` | Number of requests for
PartitionMessages containing full delta value as a result of failure in
applying delta. |
| `partitionMessagesWithFullValueDeltaSent` | Number of PartitionMessages
containing full delta value sent.
|
-| `preparedDeltaMessages` | The number of distribution
messages containing delta that this Geode system has prepared for distribution.
|
+| `preparedDeltaMessages` | The number of distribution
messages containing delta that this <%=vars.product_name%> system has prepared
for distribution. |
| `preparedDeltaMessages` | Number of client messages
being prepared for dispatch, which have delta part in them.
|
| `preparedDeltaMessagesTime` | The total amount of time
this distribution manager has spent preparing delta parts of messages.
|
-| `processedDeltaMessages` | The number of distribution
messages containing delta that this Geode system has processed.
|
+| `processedDeltaMessages` | The number of distribution
messages containing delta that this <%=vars.product_name%> system has
processed. |
| `processedDeltaMessages` | Current number of delta
messages received off network and processed after reception.
|
| `processedDeltaMessagesTime` | The amount of time this
distribution manager has spent in applying delta on its existing value.
|
| `processedDeltaMessagesTime` | Total time spent applying
received delta parts on existing messages at clients.
|
@@ -591,7 +589,7 @@ Statistics regarding operations performed on a disk region
for persistence/overf
## <a id="section_ACB4161F10D64BC0B15871D003FF6FDF"
class="no-quick-link"></a>Distributed System Messaging (DistributionStats)
-Statistics on the Geode distribution layer. These statistics can be used to
tell how much message traffic exists between this member and other distributed
system members.
+Statistics on the <%=vars.product_name%> distribution layer. These statistics
can be used to tell how much message traffic exists between this member and
other distributed system members.
The primary statistics are:
@@ -621,7 +619,7 @@ The primary statistics are:
| `asyncThreadTimeDesc` | Total time spent by asynchronous
message queue threads performing iterations.
|
| `batchSendTime` | Total amount of time, in
nanoseconds, spent queueing and flushing message batches.
|
| `batchWaitTime` | Reserved for future use
|
-| `broadcastMessagesDesc` | The number of distribution messages
that the Geode system has broadcast. A broadcast message is one sent to every
other manager in the group.
|
+| `broadcastMessagesDesc` | The number of distribution messages
that the <%=vars.product_name%> system has broadcast. A broadcast message is
one sent to every other manager in the group.
|
| `broadcastMessagesTimeDesc` | The total amount of time this
distribution manager has spent broadcasting messages. A broadcast message is
one sent to every other manager in the group.
|
| `bufferAcquires` | Total number of times a buffer has
been acquired.
|
| `bufferAcquiresInProgress` | Current number of threads waiting
to acquire a buffer.
|
@@ -702,13 +700,13 @@ The primary statistics are:
| `pdxInstanceDeserializationTime` | Total amount of time, in
nanoseconds, spent deserializing PdxInstances by calling getObject.
|
| `pdxSerializations` | Total number of PDX serializations.
|
| `pdxSerializedBytes` | Total number of bytes produced by
PDX serialization.
|
-| `processedMessagesDesc` | The number of distribution messages
that the Geode system has processed.
|
+| `processedMessagesDesc` | The number of distribution messages
that the <%=vars.product_name%> system has processed.
|
| `processedMessagesTimeDesc` | The amount of time this
distribution manager has spent in message.process().
|
| `processingThreadJobsDesc` | The number of messages currently
being processed by pooled message processor threads.
|
| `processingThreadsDesc` | The number of threads currently
processing normal messages.
|
| `processingThreadStarts` | Total number of times a thread has
been created for the pool processing normal messages.
|
-| `receivedBytesDesc` | The number of distribution message
bytes that the Geode system has received.
|
-| `receivedMessagesDesc` | The number of distribution messages
that the Geode system has received.
|
+| `receivedBytesDesc` | The number of distribution message
bytes that the <%=vars.product_name%> system has received.
|
+| `receivedMessagesDesc` | The number of distribution messages
that the <%=vars.product_name%> system has received.
|
| `receiverConnectionsDesc` | Current number of sockets dedicated
to receiving messages.
|
| `receiverDirectBufferSizeDesc` | Current number of bytes allocated
from direct memory as buffers for incoming messages.
|
| `receiverHeapBufferSizeDesc` | Current number of bytes allocated
from Java heap memory as buffers for incoming messages.S
|
@@ -722,9 +720,9 @@ The primary statistics are:
| `replyWaitTimeDesc` | Total time spent waiting for a
reply to a message.
|
| `senderDirectBufferSizeDesc` | Current number of bytes allocated
from direct memory as buffers for outgoing messages.
|
| `senderHeapBufferSizeDesc` | Current number of bytes allocated
from Java heap memory as buffers for outgoing messages.
|
-| `sentBytesDesc` | The number of distribution message
bytes that the Geode system has sent.
|
-| `sentCommitMessagesDesc` | The number of transaction commit
messages that the Geode system has created to be sent. Note, it is possible for
a commit to only create one message even though it will end up being sent to
multiple recipients. |
-| `sentMessagesDesc` | The number of distribution messages
that the Geode system has sent, which includes broadcastMessages.
|
+| `sentBytesDesc` | The number of distribution message
bytes that the <%=vars.product_name%> system has sent.
|
+| `sentCommitMessagesDesc` | The number of transaction commit
messages that the <%=vars.product_name%> system has created to be sent. Note,
it is possible for a commit to only create one message even though it will end
up being sent to multiple recipients. |
+| `sentMessagesDesc` | The number of distribution messages
that the <%=vars.product_name%> system has sent, which includes
broadcastMessages.
|
| `sentMessagesMaxTimeDesc` | The highest amount of time this
distribution manager has spent distributing a single message to the network.
|
| `sentMessagesTimeDesc` | The total amount of time this
distribution manager has spent sending messages, which includes
broadcastMessagesTime.
|
| `serializations` | Total number of object
serialization calls.
|
@@ -908,7 +906,7 @@ These statistics are for outgoing gateway queue and its
connection. The primary
| Statistic | Description
|
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| `numKeys` | Number of keys currently stored in the Index.
|
-| `numUpdates` | Number of updates applied and completed on the Index
while inserting, modifying , or deleting corresponding data in Geode. |
+| `numUpdates` | Number of updates applied and completed on the Index
while inserting, modifying , or deleting corresponding data in
<%=vars.product_name%>. |
| `numValues` | Number of values currently stored in the Index.
|
| `updatesInProgress` | Current number of updates in progress on the Index.
Concurrent updates on an index are allowed.
|
| `updateTime` | Total time taken in applying and completing updates on
the Index.
|
@@ -923,9 +921,9 @@ These statistics are for outgoing gateway queue and its
connection. The primary
## <a id="section_607C3867602E410CAE5FAB26A7FF1CB9"
class="no-quick-link"></a>JVM Performance
-## Geode JVM Resource Manager (ResourceManagerStats)
+## <%=vars.product_name%> JVM Resource Manager (ResourceManagerStats)
-Statistics related to the Geode's resource manager. Use these to help analyze
and tune your JVM memory settings and the Geode resource manager settings. The
primary statistics are:
+Statistics related to the <%=vars.product_name%>'s resource manager. Use these
to help analyze and tune your JVM memory settings and the
<%=vars.product_name%> resource manager settings. The primary statistics are:
| Statistic | Description
|
|-----------------------|--------------------------------------------------------------------------------------------------------------|
@@ -996,7 +994,7 @@ Show details on how the Java heap memory is being used. The
primary statistics a
## <a id="section_C48B654F973E4B44AD825D459C23A6CD"
class="no-quick-link"></a>Locator (LocatorStatistics)
-These statistics are on the Geode locator. The primary statistics are:
+These statistics are on the <%=vars.product_name%> locator. The primary
statistics are:
| Statistic | Description
|
|--------------------------|-------------------------------------------------------------------------------|
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].