You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/05/28 19:26:56 UTC

lucene-solr:jira/solr-11779: SOLR-11779: Add more example graphs.

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/solr-11779 8770fbfef -> ae0fe2f0b


SOLR-11779: Add more example graphs.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ae0fe2f0
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ae0fe2f0
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ae0fe2f0

Branch: refs/heads/jira/solr-11779
Commit: ae0fe2f0ba1d931a391d0e907cc7efa207caf628
Parents: 8770fbf
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Mon May 28 21:26:27 2018 +0200
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Mon May 28 21:26:27 2018 +0200

----------------------------------------------------------------------
 .../src/images/metrics-history/loadAvg-60s.png      | Bin 0 -> 7101 bytes
 .../src/images/metrics-history/memHeap-60s.png      | Bin 0 -> 7559 bytes
 solr/solr-ref-guide/src/metrics-history.adoc        |   8 +++++++-
 3 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ae0fe2f0/solr/solr-ref-guide/src/images/metrics-history/loadAvg-60s.png
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/images/metrics-history/loadAvg-60s.png b/solr/solr-ref-guide/src/images/metrics-history/loadAvg-60s.png
new file mode 100644
index 0000000..4812ede
Binary files /dev/null and b/solr/solr-ref-guide/src/images/metrics-history/loadAvg-60s.png differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ae0fe2f0/solr/solr-ref-guide/src/images/metrics-history/memHeap-60s.png
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/images/metrics-history/memHeap-60s.png b/solr/solr-ref-guide/src/images/metrics-history/memHeap-60s.png
new file mode 100644
index 0000000..cbf1a2e
Binary files /dev/null and b/solr/solr-ref-guide/src/images/metrics-history/memHeap-60s.png differ

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ae0fe2f0/solr/solr-ref-guide/src/metrics-history.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/metrics-history.adoc b/solr/solr-ref-guide/src/metrics-history.adoc
index 9674e7d..5dc1c3c 100644
--- a/solr/solr-ref-guide/src/metrics-history.adoc
+++ b/solr/solr-ref-guide/src/metrics-history.adoc
@@ -402,4 +402,10 @@ image::images/metrics-history/query-graph-10min.png[image]
 
 
 .Example 60 sec resolution history graph for `UPDATE./update.requests` metric
-image::images/metrics-history/update-graph-60s.png[image]
\ No newline at end of file
+image::images/metrics-history/update-graph-60s.png[image]
+
+.Example 60 sec resolution history graph for `memory.heap.used` metric
+image::images/metrics-history/memHeap-60s.png[image]
+
+.Example 60 sec resolution history graph for `os.systemLoadAverage` metric
+image::images/metrics-history/loadAvg-60s.png[image]
\ No newline at end of file