[
https://issues.apache.org/jira/browse/IGNITE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15140533#comment-15140533
]
ASF GitHub Bot commented on IGNITE-2555:
----------------------------------------
GitHub user ruskim reopened a pull request:
https://github.com/apache/ignite/pull/468
IGNITE-2555 fix
Added offheap usage (used/free/committed) to local node reports.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ruskim/ignite IGNITE-2555
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/468.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #468
----
commit db1417f98133d35e10ae4acd20428b599991e2b1
Author: ruskim <[email protected]>
Date: 2016-02-09T18:06:32Z
fix IGNITE-2555
commit 78dfb1815a8ffda8aae8a6471e13a73a9a4cfa78
Author: ruskim <[email protected]>
Date: 2016-02-10T08:55:31Z
added node uptime to ket parameters log
----
> Include offheap usage in metrics report
> ---------------------------------------
>
> Key: IGNITE-2555
> URL: https://issues.apache.org/jira/browse/IGNITE-2555
> Project: Ignite
> Issue Type: Task
> Affects Versions: 1.5.0.final
> Reporter: Sergey Kozlov
> Assignee: Konstantin Margorin
> Priority: Minor
> Labels: newbie
>
> The local node prints out the set of key parameters in its log (or console).
> It makes sense to add offheap usage (used/free/committed) to that report.
> {noformat}
> Metrics for local node (to disable set 'metricsLogFrequency' to 0)
> ^-- Node [id=41b12e0f, name=null]
> ^-- H/N/C [hosts=1, nodes=14, CPUs=8]
> ^-- CPU [cur=16,73%, avg=17,39%, GC=0,6%]
> ^-- Heap [used=1364MB, free=27,44%, comm=1881MB]
> ^-- Public thread pool [active=0, idle=16, qSize=0]
> ^-- System thread pool [active=1, idle=15, qSize=0]
> ^-- Outbound messages queue [size=0]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)