← Back to team overview

dhis2-devs team mailing list archive

Re: Tracker - Patient dashboard problem

 

Hi Tran,
My problem is settle now, but after few minutes it is giving repeated
thread of error on log. What is this error?










*INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=404.5M,
memory.free=90.4M, memory.total=494.9M, memory.max=494.9M,
memory.used/total=81.74%, memory.used/max=81.74%, load.process=-100.00%,
load.system=-100.00%, load.systemAverage=-100.00%,thread.count=57,
thread.peakCount=59, event.q.size=0, executor.q.async.size=0,
executor.q.client.size=0, executor.q.operation.size=0,
executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0,
executor.q.system.size=0, executor.q.operation.size=0,
executor.q.priorityOperation.size=0, executor.q.response.size=0,
operations.remote.size=0, operations.running.size=0,
proxy.count=195,clientEndpoint.count=0, connection.active.count=0,
connection.count=0Sep 17, 2014 2:34:04 PM com.hazelcast.util.HealthMonitor*

Log is attach here.

Regards
Sumudu


On Wed, Sep 17, 2014 at 2:07 PM, sumudu weerasinghe <sumuduw00@xxxxxxxxx>
wrote:

> Thanks Tran,
> It is working with that correction.
>
> Sumudu
>
> On Wed, Sep 17, 2014 at 6:13 AM, Tran Chau <tran.hispvietnam@xxxxxxxxx>
> wrote:
>
>> Hi Sumudu,
>>
>> I am sorry I sent wrong statements by mistake. The *status *column
>> should be change to* varchar(25)*.
>> Could you please run the statements below and re-start tomcat ?
>>
>> *ALTER TABLE programstageinstance MODIFY status varchar(25);*
>> *UPDATE programstageinstance SET status='ACTIVE' WHERE status='0';*
>> *UPDATE programstageinstance SET status='COMPLETED' WHERE status='1';*
>> *UPDATE programstageinstance SET status='SKIPPED' WHERE status='5';*
>>
>> Best regards,
>> ------------------------------------------------
>> Châu Thu Trân
>> HISP Viet Nam
>> Email: tran.hispvietnam@xxxxxxxxx
>>
>> On Tue, Sep 16, 2014 at 10:37 PM, sumudu weerasinghe <sumuduw00@xxxxxxxxx
>> > wrote:
>>
>>> Hi Tran,
>>> I tried it but there is error in some query. My database "status" is a
>>> integer.
>>> I got following error?
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *mysql> ALTER TABLE programstageinstance MODIFY status INTEGER;Query OK,
>>> 0 rows affected (0.10 sec)Records: 0  Duplicates: 0  Warnings: 0mysql>
>>> UPDATE programstageinstance SET status='ACTIVE' WHERE status='0';ERROR 1366
>>> (HY000): Incorrect integer value: 'ACTIVE' for column 'status' at
>>> row 2mysql> UPDATE programstageinstance SET status='COMPLETED' WHERE
>>> status='1';ERROR 1366 (HY000): Incorrect integer value: 'COMPLETED' for
>>> column 'status' atrow 1mysql> UPDATE programstageinstance SET
>>> status='SKIPPED' WHERE status='5';Query OK, 0 rows affected (0.00 sec)Rows
>>> matched: 0  Changed: 0  Warnings: 0mysql>*
>>>
>>> Sumudu
>>>
>>>
>>> On Tue, Sep 16, 2014 at 7:47 PM, Tran Chau <tran.hispvietnam@xxxxxxxxx>
>>> wrote:
>>>
>>>> Hi Sumudu,
>>>>
>>>> Could you please run these statements below in your database directly
>>>> to fix this bug ? Then restart tomcat again ?
>>>>
>>>> *ALTER TABLE programstageinstance MODIFY status INTEGER;*
>>>> *UPDATE programstageinstance SET status='ACTIVE' WHERE status='0';*
>>>> *UPDATE programstageinstance SET status='COMPLETED' WHERE status='1';*
>>>> *UPDATE programstageinstance SET status='SKIPPED' WHERE status='5';*
>>>>
>>>>
>>>> Best regards,
>>>> ------------------------------------------------
>>>> Châu Thu Trân
>>>> HISP Viet Nam
>>>> Email: tran.hispvietnam@xxxxxxxxx
>>>>
>>>> On Tue, Sep 16, 2014 at 8:56 PM, sumudu weerasinghe <
>>>> sumuduw00@xxxxxxxxx> wrote:
>>>>
>>>>> Sorry, my system detail as follow
>>>>> *Version: 2.16**Build revision:16414**Database type:MySQL*
>>>>> *Java version:1.7.0_04**OS name:Windows 7*
>>>>>
>>>>>
>>>>> On Tue, Sep 16, 2014 at 7:23 PM, sumudu weerasinghe <
>>>>> sumuduw00@xxxxxxxxx> wrote:
>>>>>
>>>>>> Dear all ,
>>>>>> I have updated my instance from 2.15 to 2.16  over the old mysql
>>>>>> database. Then i list the clinic patient . But it was unable to go for
>>>>>> patient dashboard through the list and give error as exception occur (shown
>>>>>> in screen shot). Log also show some error. Log and screenshots are attached
>>>>>> here.
>>>>>>
>>>>>> Regards,
>>>>>> Sumudu
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=400.6M, memory.free=94.3M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=80.94%, memory.used/max=80
.94%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:20:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=400.8M, memory.free=94.2M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=80.97%, memory.used/max=80
.97%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:21:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=400.9M, memory.free=94.1M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.00%, memory.used/max=81
.00%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:21:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=401.0M, memory.free=93.9M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.02%, memory.used/max=81
.02%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:22:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=401.2M, memory.free=93.7M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.06%, memory.used/max=81
.06%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:22:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=401.3M, memory.free=93.6M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.08%, memory.used/max=81
.08%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:23:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=401.5M, memory.free=93.5M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.11%, memory.used/max=81
.11%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:23:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=401.6M, memory.free=93.4M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.14%, memory.used/max=81
.14%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:24:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=401.8M, memory.free=93.2M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.18%, memory.used/max=81
.18%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:24:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=401.9M, memory.free=93.0M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.21%, memory.used/max=81
.21%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:25:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=402.0M, memory.free=92.9M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.23%, memory.used/max=81
.23%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:25:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=402.2M, memory.free=92.7M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.27%, memory.used/max=81
.27%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:26:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=402.3M, memory.free=92.6M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.29%, memory.used/max=81
.29%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:26:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=402.4M, memory.free=92.5M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.31%, memory.used/max=81
.31%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:27:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=402.5M, memory.free=92.4M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.33%, memory.used/max=81
.33%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:27:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=402.7M, memory.free=92.2M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.37%, memory.used/max=81
.37%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:28:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=402.9M, memory.free=92.1M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.40%, memory.used/max=81
.40%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:28:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=403.0M, memory.free=92.0M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.42%, memory.used/max=81
.42%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:29:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=403.2M, memory.free=91.8M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.46%, memory.used/max=81
.46%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:29:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=403.3M, memory.free=91.6M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.48%, memory.used/max=81
.48%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:30:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=403.6M, memory.free=91.4M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.54%, memory.used/max=81
.54%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:30:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=403.8M, memory.free=91.2M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.58%, memory.used/max=81
.58%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:31:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=403.9M, memory.free=91.0M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.60%, memory.used/max=81
.60%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:31:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=404.0M, memory.free=90.9M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.63%, memory.used/max=81
.63%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:32:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=404.1M, memory.free=90.9M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.64%, memory.used/max=81
.64%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:32:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=404.3M, memory.free=90.7M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.68%, memory.used/max=81
.68%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:33:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=404.4M, memory.free=90.5M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.71%, memory.used/max=81
.71%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:33:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=404.5M, memory.free=90.4M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.74%, memory.used/max=81
.74%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:34:04 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=404.7M, memory.free=90.2M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.78%, memory.used/max=81
.78%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0
Sep 17, 2014 2:34:34 PM com.hazelcast.util.HealthMonitor
INFO: [127.0.0.1]:5701 [dev] [3.2.1] memory.used=404.9M, memory.free=90.1M, memo
ry.total=494.9M, memory.max=494.9M, memory.used/total=81.80%, memory.used/max=81
.80%, load.process=-100.00%, load.system=-100.00%, load.systemAverage=-100.00%,
thread.count=57, thread.peakCount=59, event.q.size=0, executor.q.async.size=0, e
xecutor.q.client.size=0, executor.q.operation.size=0, executor.q.query.size=0, e
xecutor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, exec
utor.q.operation.size=0, executor.q.priorityOperation.size=0, executor.q.respons
e.size=0, operations.remote.size=0, operations.running.size=0, proxy.count=195,
clientEndpoint.count=0, connection.active.count=0, connection.count=0

Follow ups

References