Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
GEODE-7748: fix property name and description (apache#4648)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevo authored Feb 3, 2020
1 parent 44f4c21 commit f22e523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geode-docs/reference/statistics_list.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,9 @@ The primary statistics are:
| `deserializations` | Total number of object deserialization calls. |
| `deserializationTime` | Total amount of time, in nanoseconds, spent deserializing objects. |
| `deserializedBytes` | Total number of bytes consumed by object deserialization. |
| `distributeMessageTimeDesc` | The amount of time it takes to prepare a message and send it on the network. This includes sentMessagesTime. |
| `failedAcceptsDesc` | Total number of times an accept (receiver creation) of a connect from some other member has failed. |
| `failedConnectsDesc` | Total number of times a connect (sender creation) to some other member has failed. |
| `final` | String distributeMessageTimeDesc = The amount of time it takes to prepare a message and send it on the network. This includes sentMessagesTime. |
| `finalCheckRequestsReceived` | The number of final check requests that this member has received. |
| `finalCheckRequestsSent` | The number of final check requests that this member has sent. |
| `finalCheckResponsesReceived` | The number of final check responses that this member has received. |
Expand Down

0 comments on commit f22e523

Please sign in to comment.