From 1441503c066a56d8982cb7271d9506341b249dc0 Mon Sep 17 00:00:00 2001 From: PeninaR Date: Sun, 10 Jun 2018 13:48:41 +0300 Subject: [PATCH] DOC 181 (update blobstore metrics) completed, M8 early access 12.3.1 --- site/content/early_access/index.markdown | 22 +++++++++++++++++++ .../xap/12.3/admin/metrics-bundled.markdown | 19 +++++----------- 2 files changed, 27 insertions(+), 14 deletions(-) diff --git a/site/content/early_access/index.markdown b/site/content/early_access/index.markdown index 95f2ba56f..ac0ec0dd7 100644 --- a/site/content/early_access/index.markdown +++ b/site/content/early_access/index.markdown @@ -8,6 +8,10 @@ weight: This page contains early access information for XAP and InsightEdge 12.3.1, which is scheduled for release in Q2 2018. Early access builds are intended for those who want to get involved in the development process and try out new features and functionality early on, and even affect the final outcome. If you have any feedback on early access features, we'd love to hear it! +{{%warning "Important"%}} +In this milestone only, when trying to start Insightedge using the Python API the PySpark shell fails to start. This issue will be resolved in the next milestone. +{{%/warning%}} + {{%infosign%}} If you're just getting started with version 12.3.1, we recommend reading the [What's New](/xap/12.3/rn/whats-new.html) page in the general release notes. {{%tip "Disclaimer"%}} @@ -15,6 +19,24 @@ Early access builds are provided as is, and should not be used in production. Th {{%/tip%}}
+# 12.3.1 M8 (Jun-10-2018) + +## Download Links + +* [InsightEdge (Open Source)](https://gigaspaces-releases-eu.s3.amazonaws.com/insightedge/12.3.1/gigaspaces-insightedge-12.3.1-m8-b19208.zip) | [InsightEdge Enterprise](https://gigaspaces-releases-eu.s3.amazonaws.com/insightedge/12.3.1/gigaspaces-insightedge-enterprise-12.3.1-m8-b19208.zip) + +* [XAP (Open Source)](https://gigaspaces-releases-eu.s3.amazonaws.com/xap/12.3.1/gigaspaces-xap-12.3.1-m8-b19208.zip) | [XAP Enterprise](https://gigaspaces-releases-eu.s3.amazonaws.com/xap/12.3.1/gigaspaces-xap-enterprise-12.3.1-m8-b19208.zip) | [XAP.NET Enterprise](https://gigaspaces-releases-eu.s3.amazonaws.com/xap/12.3.1/gigaspaces-xap.net-12.3.1-m8-b19208.msi) + +## Changelog + +### Features and Enhancements + +- {{% jira id="GS-13557" %}}: Configure Spark to include InsightEdge dependencies on startup. + +### Resolved Issues + +- {{% jira id="GS-13559" %}}: Display blobstore operation statistics in the GigaSpaces Management Center. + # 12.3.1 M7 (Jun-03-2018) ## Download Links diff --git a/site/content/xap/12.3/admin/metrics-bundled.markdown b/site/content/xap/12.3/admin/metrics-bundled.markdown index 54ec0c0dd..83f072d52 100644 --- a/site/content/xap/12.3/admin/metrics-bundled.markdown +++ b/site/content/xap/12.3/admin/metrics-bundled.markdown @@ -218,25 +218,16 @@ Space metrics are reported with the following tags: | Metric | Description | Type | |:-------|:------------|:-----| -| space_operations_remove | Number of remove operations. | Long | -| space_operations_add | Number of add operations. | Long | -| space_operations_replace | Number of replace operations. | Long | -| space_operations_get | Number of get operations. | Long | -| space_operations_remove-tp | Remove operations per second. | Double | -| space_operations_add-tp | Add operations per second. | Double | -| space_operations_replace-tp | Replace operations per second. | Double | -| space_operations_get-tp | Get operations per second. | Double | | space_blobstore_add | Number of add operations. | Long | -| space_blobstore_add-tp | Add operations per second. | Double | +| space_blobstore_add-tp | Number of add operations per second. | Double | | space_blobstore_get | Number of get operations. | Long | -| space_blobstore_get-tp | Get operations per second. | Double | +| space_blobstore_get-tp | Number of get operations per second. | Double | | space_blobstore_remove | Number of remove operations. | Long | -| space_blobstore_remove-tp| Remove operations per second. | Double | -| space_blobstore_remove-tp| Remove operations per second. | Double | +| space_blobstore_remove-tp| Number of remove operations per second. | Double | | space_blobstore_compaction_avg | Compaction time on average | Double | | space_blobstore_cache-size | Number of objects stored in the blobstore cache. | Long | -| space_blobstore_cache-hit | Blobstore cache hits. | Long | -| space_blobstore_cache-miss | Total of blobstore cache misses. | Long | +| space_blobstore_cache-hit | Number of blobstore cache hits. | Long | +| space_blobstore_cache-miss | Total number of blobstore cache misses. | Long | | space_blobstore_hot-data-cache-miss | Subgroup of cache misses - misses of hot data not found in cache. | Long | | space_blobstore_off-heap_used-bytes_total | Total used off-heap memory, in bytes. | Long | | space_blobstore_off-heap_used-bytes\_{type_name} | Used off-heap memory per type, in bytes. | Long |