-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align docs with MC 5.4.0 #305
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,13 @@ You can use the *Cluster License* tab of the *Administration* menu item to see d | |
|
||
This page is available only to admin users. | ||
|
||
image:ROOT:cluster-license.png[Cluster License page] | ||
image:ROOT:ClusterLicense.png[Cluster License page] | ||
|
||
- *License Key Hash*: SHA-256 hash of the key as a Base64 encoded string. The actual key is not displayed for security reasons. | ||
- *Expires*: The date on which the license will expire. | ||
- *Licensed Cluster Members*: The total number of members that the license supports and the current number of members running on the license. | ||
- *License Type*: The type of license. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. has this info been moved elsewhere? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It doesn't exist anymore, at least not in this page. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The "30 days warning" is important |
||
- *Allowed Tiered Store Size*: Allowed size of Tiered Store, if the license includes Tiered Storage feature. | ||
- *Allowed Native Memory Size*: Allowed size of Native Memory, if the license includes High Density Memory feature. | ||
|
||
Warnings are displayed when a license expires within 30 days. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,27 +17,8 @@ image:ROOT:MonitoringExecutors.png[Monitoring Executors] | |
On top of the page, there are two graphs that show various metrics of the Executor. | ||
See the xref:getting-started:graphs.adoc[graph section] for more information. | ||
|
||
image:ROOT:MonitoringOptionsExecutor.png[alt=Monitoring Options for Executor] | ||
|
||
When you click on a desired monitoring, the chart loads with the | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What has changed here to remove this section? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess this feature is from 4.x, take a look at the screenshot. We don't have options there anymore. |
||
selected option. To open a chart as a separate dialog, click on the | ||
image:ROOT:MaximizeChart.png[maximize] button placed at top right of each | ||
chart. The below monitoring charts are available: | ||
|
||
* **Pending**: Monitors the pending executors. Y-axis is the executor count. | ||
* **Started**: Monitors the started executors. Y-axis is the executor count. | ||
* **Start Lat. (msec.)**: Shows the latency when executors are started. | ||
Y-axis is the duration in milliseconds. | ||
* **Completed**: Monitors the completed executors. Y-axis is the executor count. | ||
* **Comp. Time (msec.)**: Shows the completion period of executors. | ||
Y-axis is the duration in milliseconds. | ||
|
||
Under these charts is the [[executor-operation-statistics]]**Executor Operation Statistics** | ||
table, as shown below. | ||
|
||
image:ROOT:ExecutorOperationStats.png[Executor Operation Statistics] | ||
|
||
From left to right, this table lists the IP address and port of | ||
table. From left to right, this table lists the IP address and port of | ||
members, the counts of pending, started and completed executors | ||
per second, and the execution time and average start latency of | ||
executors on each member. Click on the column heading to ascend | ||
|
This file was deleted.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Backups, Locks and Dirty Entries are still available but have been added to another view to simplify the layout. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added them again, please take a look. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ the window. Once opened, the tool appears as a dialog, as shown below. | |
|
||
image:ROOT:MapConfig.png[Map Config Tool] | ||
|
||
You can change any attribute and click the **Update** button to save | ||
You can change any attribute and click the **Save Configuration** button to save | ||
your changes. | ||
|
||
NOTE: The Map configuration is updated only on the members that Management Center is aware of at the time of the update. When a new member joins the cluster, the updated map configuration is not propagated to it. | ||
|
@@ -153,9 +153,12 @@ From left to right, this table lists the following: | |
|Puts | ||
|Number of put operations received by the member. | ||
|
||
|Removes | ||
|Removals | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please keep it consistent and use "removes" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wht about Backups, Backup Memory, Locks, Dirty Caches There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The table column is named as "Removals". In other data structure pages, we also refer to it as "Removals", despite having "Removes/s" in throughput statistics. That's why I put "Removals" here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Can you elaborate? |
||
|Number of remove operations received by the member. | ||
|
||
|Sets | ||
|Number of local set operations received by the member. | ||
|
||
|Entry Memory | ||
|Memory cost of owned entries in the member. | ||
|
||
|
@@ -212,6 +215,9 @@ From left to right, this table lists the following: | |
|Removes/s | ||
|Number of remove operations per second on the member. | ||
|
||
|Sets/s | ||
|Number of local set operations per second on the member. | ||
|
||
|Avg Put Latency | ||
|Average latency of put operations on the member. | ||
|
||
|
@@ -221,6 +227,9 @@ From left to right, this table lists the following: | |
|Avg Remove Latency | ||
|Average latency of remove operations on the member. | ||
|
||
|Avg Set Latency | ||
|Average latency of set operations on the member. | ||
|
||
|Max Avg Put Latency | ||
|Maximum average latency of put operations on the member. | ||
|
||
|
@@ -230,6 +239,9 @@ From left to right, this table lists the following: | |
|Max Avg Remove Latency | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. moved to a different view? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not even in a different view, added it again. |
||
|Maximum average latency of remove operations on the member. | ||
|
||
|Max Avg Set Latency | ||
|Maximum average latency of set operations on the member. | ||
|
||
|=== | ||
|
||
You can select the time period in the combo box placed in the top | ||
|
@@ -267,8 +279,8 @@ From left to right, this table lists the following: | |
|Misses | ||
|Count of the entries which cannot be found in the Near Cache when requested to read. | ||
|
||
|Ratio | ||
|Hits/Misses ratio. | ||
|Effectiveness | ||
|Hits/total reads ratio. | ||
|
||
|=== | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why has this been removed? IIRC we still have EE and non-EE Java clients (The change was to merge the Enterprise column into another column)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are merged to "Type" column, shown as "Java Enterprise". So this column does not exist anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure but the concept of a Java Enterprise and non Enterprise client still exists so the update to the Type column should be explained.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened to client labels?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the description about Enterprise to Type column, can you please take a look at it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It exists in Client Labels View. Explanation is still present.