reef-pi :: An opensource reef tank controller based on Raspberry Pi.

Ryan115

Well-Known Member
View Badges
Joined
Dec 28, 2010
Messages
586
Reaction score
1,085
Location
Mississippi
Rating - 0%
0   0   0
Now isn't that interesting, no memory increase and behaving like its supposed to. Looks like your running a mix of 2.0 and 2.1 versions. The one thing that jumps out at me is that you are running on all zero's, not sure the versions should make a difference but I need to go and look back at ryan115 and see what hardware he is using but that is a difference.
I am running on a zero as well, the only different equipment I am running is the Adafruit Motor controller hat, but that should just be a PCA9685 as far as the pi knows.
@Ranjib is the pico running a PCA9685 for pwm, or running off of the pi directly? Same on the nano?
 

b4tn

Valuable Member
View Badges
Joined
Jun 17, 2015
Messages
1,673
Reaction score
2,244
Location
Columbia MD
Rating - 0%
0   0   0
Now isn't that interesting, no memory increase and behaving like its supposed to. Looks like your running a mix of 2.0 and 2.1 versions. The one thing that jumps out at me is that you are running on all zero's, not sure the versions should make a difference but I need to go and look back at ryan115 and see what hardware he is using but that is a difference.

That’s why I asked earlier if you and the others with these issues had any custom code or hardware. I think @crusso1993 had mentioned also wondering if there is something in common. I’m not running the standard hardware but have made no changes to the software. I have 8 outlets with 10 timers, two temp probes with 10 second check intervals, ATO with 10 seconds as well, internal pi PWM driving two lights in diurnal mode, a pca9685 running a light and dosing pumps with 4 timers, and telemetry setup with adafruit IO along with txt alerts. I hold steady around 5-6 on the memory chart. I’m wondering if there is something in common on the hardware side.
 

bishoptf

Valuable Member
View Badges
Joined
Jan 1, 2019
Messages
1,349
Reaction score
1,724
Location
Missouri
Rating - 0%
0   0   0
That’s why I asked earlier if you and the others with these issues had any custom code or hardware. I think @crusso1993 had mentioned also wondering if there is something in common. I’m not running the standard hardware but have made no changes to the software. I have 8 outlets with 10 timers, two temp probes with 10 second check intervals, ATO with 10 seconds as well, internal pi PWM driving two lights in diurnal mode, a pca9685 running a light and dosing pumps with 4 timers, and telemetry setup with adafruit IO along with txt alerts. I hold steady around 5-6 on the memory chart. I’m wondering if there is something in common on the hardware side.

There is something in common just have to figure out what the common thread is, one thing that shouldn't make a difference but I would like a data point is the access method, I am using https for access, I am using the pi pwm pins and power controller and temp probes running 2.0 version of software. Not running anything thats non standard, if I look at TOP sorted by memory, reef-pi is #1 and consuming most of the memory as you would expect.

Here is my screenshot, each day memory increases

DeepinScreenshot_select-area_20190123210013.png


DeepinScreenshot_select-area_20190123210401.png
 

b4tn

Valuable Member
View Badges
Joined
Jun 17, 2015
Messages
1,673
Reaction score
2,244
Location
Columbia MD
Rating - 0%
0   0   0
I am ussing SSL for access as well. I think I saw someone else mention this one as well. But I’m running rasbian stretch desktop. I did a full update on the OS when I installed it probably back in September but have not run any updates on the OS since then.
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,848
Reaction score
17,081
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
I am running on a zero as well, the only different equipment I am running is the Adafruit Motor controller hat, but that should just be a PCA9685 as far as the pi knows.
@Ranjib is the pico running a PCA9685 for pwm, or running off of the pi directly? Same on the nano?
pico runs from pi pwm straight (as designed by the pico base board), nano is not running any pwm. I have a dedicated kessil controller
 

Ryan115

Well-Known Member
View Badges
Joined
Dec 28, 2010
Messages
586
Reaction score
1,085
Location
Mississippi
Rating - 0%
0   0   0
I have noticed that my system will run steady for a few hours and then start increasing, and it looks like those jumps are starting at 0700 every morning and level off again at 2000.
The only thing that would be close to that schedule would be my lighting.
upload_2019-1-23_21-37-53.png

@Tom Bishop is yours ramping up along with your light cycle?
 

daveCB

Community Member
View Badges
Joined
Nov 5, 2013
Messages
39
Reaction score
77
Location
Mays Landing, NJ
Rating - 0%
0   0   0
I hate to jump into the middle of this thread but have a few questions and also an item or two
1. Well found my tstat issue; I apparently have a few bad sensors out of the bag, which does not excite me. I am using the DS18B units from Dimore. 3 are good and two are bad. I need to locate a better sensor.

Ok for the questions,
1. How does everyone deploy the sensor? Just drop it in?
2. My DFRobot level sensors finally arrived from China. I plan to add two to my setup as one will monitor and control ATO and the other will be for potential overflow. So how are you guys deploying the optical sensors? How are you mounting them? Is the center of the sensor equal to the waterline? Lots of questions and I apologize!

Building a stand alone Kessel light control this weekend with a fresh Pi Zero. Should be fun
 

bishoptf

Valuable Member
View Badges
Joined
Jan 1, 2019
Messages
1,349
Reaction score
1,724
Location
Missouri
Rating - 0%
0   0   0
I have noticed that my system will run steady for a few hours and then start increasing, and it looks like those jumps are starting at 0700 every morning and level off again at 2000.
The only thing that would be close to that schedule would be my lighting.
upload_2019-1-23_21-37-53.png

@Tom Bishop is yours ramping up along with your light cycle?

I am using the pi pwm I am doing the exact same thing with my lighting using the auto and run it from 10am to 8pm.

Here are my health check data for the day, interesting since it didn't go up until this evening, pretty stable all day:
Code:
bishop@tankpi:~ $ cat /var/log/syslog | grep health
Jan 23 06:25:52 tankpi reef-pi[5291]: 2019/01/23 06:25:52 health check: Used memory: 52.29  Load5: 0.06
Jan 23 06:26:52 tankpi reef-pi[5291]: 2019/01/23 06:26:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 06:27:52 tankpi reef-pi[5291]: 2019/01/23 06:27:52 health check: Used memory: 52.3  Load5: 0.04
Jan 23 06:28:52 tankpi reef-pi[5291]: 2019/01/23 06:28:52 health check: Used memory: 52.29  Load5: 0.03
Jan 23 06:29:52 tankpi reef-pi[5291]: 2019/01/23 06:29:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 06:30:52 tankpi reef-pi[5291]: 2019/01/23 06:30:52 health check: Used memory: 52.34  Load5: 0.02
Jan 23 06:31:52 tankpi reef-pi[5291]: 2019/01/23 06:31:52 health check: Used memory: 52.22  Load5: 0.03
Jan 23 06:32:52 tankpi reef-pi[5291]: 2019/01/23 06:32:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 06:33:52 tankpi reef-pi[5291]: 2019/01/23 06:33:52 health check: Used memory: 52.19  Load5: 0.01
Jan 23 06:34:52 tankpi reef-pi[5291]: 2019/01/23 06:34:52 health check: Used memory: 52.21  Load5: 0.01
Jan 23 06:35:52 tankpi reef-pi[5291]: 2019/01/23 06:35:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 06:36:52 tankpi reef-pi[5291]: 2019/01/23 06:36:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 06:37:52 tankpi reef-pi[5291]: 2019/01/23 06:37:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 06:38:52 tankpi reef-pi[5291]: 2019/01/23 06:38:52 health check: Used memory: 52.28  Load5: 0
Jan 23 06:39:52 tankpi reef-pi[5291]: 2019/01/23 06:39:52 health check: Used memory: 52.29  Load5: 0
Jan 23 06:40:52 tankpi reef-pi[5291]: 2019/01/23 06:40:52 health check: Used memory: 52.33  Load5: 0
Jan 23 06:41:52 tankpi reef-pi[5291]: 2019/01/23 06:41:52 health check: Used memory: 52.3  Load5: 0
Jan 23 06:42:52 tankpi reef-pi[5291]: 2019/01/23 06:42:52 health check: Used memory: 52.27  Load5: 0
Jan 23 06:43:52 tankpi reef-pi[5291]: 2019/01/23 06:43:52 health check: Used memory: 52.26  Load5: 0
Jan 23 06:44:52 tankpi reef-pi[5291]: 2019/01/23 06:44:52 health check: Used memory: 52.25  Load5: 0
Jan 23 06:45:52 tankpi reef-pi[5291]: 2019/01/23 06:45:52 health check: Used memory: 52.19  Load5: 0
Jan 23 06:46:52 tankpi reef-pi[5291]: 2019/01/23 06:46:52 health check: Used memory: 52.25  Load5: 0
Jan 23 06:47:52 tankpi reef-pi[5291]: 2019/01/23 06:47:52 health check: Used memory: 52.24  Load5: 0.01
Jan 23 06:48:52 tankpi reef-pi[5291]: 2019/01/23 06:48:52 health check: Used memory: 52.2  Load5: 0.01
Jan 23 06:49:52 tankpi reef-pi[5291]: 2019/01/23 06:49:52 health check: Used memory: 52.22  Load5: 0
Jan 23 06:50:52 tankpi reef-pi[5291]: 2019/01/23 06:50:52 health check: Used memory: 52.25  Load5: 0.02
Jan 23 06:51:52 tankpi reef-pi[5291]: 2019/01/23 06:51:52 health check: Used memory: 52.27  Load5: 0.03
Jan 23 06:52:52 tankpi reef-pi[5291]: 2019/01/23 06:52:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 06:53:52 tankpi reef-pi[5291]: 2019/01/23 06:53:52 health check: Used memory: 52.23  Load5: 0.03
Jan 23 06:54:52 tankpi reef-pi[5291]: 2019/01/23 06:54:52 health check: Used memory: 52.24  Load5: 0.06
Jan 23 06:55:52 tankpi reef-pi[5291]: 2019/01/23 06:55:52 health check: Used memory: 52.26  Load5: 0.06
Jan 23 06:56:52 tankpi reef-pi[5291]: 2019/01/23 06:56:52 health check: Used memory: 52.23  Load5: 0.04
Jan 23 06:57:52 tankpi reef-pi[5291]: 2019/01/23 06:57:52 health check: Used memory: 52.25  Load5: 0.1
Jan 23 06:58:52 tankpi reef-pi[5291]: 2019/01/23 06:58:52 health check: Used memory: 52.23  Load5: 0.1
Jan 23 06:59:52 tankpi reef-pi[5291]: 2019/01/23 06:59:52 health check: Used memory: 52.25  Load5: 0.09
Jan 23 07:00:52 tankpi reef-pi[5291]: 2019/01/23 07:00:52 health check: Used memory: 52.25  Load5: 0.07
Jan 23 07:01:52 tankpi reef-pi[5291]: 2019/01/23 07:01:52 health check: Used memory: 52.21  Load5: 0.06
Jan 23 07:02:52 tankpi reef-pi[5291]: 2019/01/23 07:02:52 health check: Used memory: 52.24  Load5: 0.07
Jan 23 07:03:52 tankpi reef-pi[5291]: 2019/01/23 07:03:52 health check: Used memory: 52.21  Load5: 0.1
Jan 23 07:04:52 tankpi reef-pi[5291]: 2019/01/23 07:04:52 health check: Used memory: 52.24  Load5: 0.08
Jan 23 07:05:52 tankpi reef-pi[5291]: 2019/01/23 07:05:52 health check: Used memory: 52.2  Load5: 0.08
Jan 23 07:06:52 tankpi reef-pi[5291]: 2019/01/23 07:06:52 health check: Used memory: 52.22  Load5: 0.08
Jan 23 07:07:52 tankpi reef-pi[5291]: 2019/01/23 07:07:52 health check: Used memory: 52.21  Load5: 0.06
Jan 23 07:08:52 tankpi reef-pi[5291]: 2019/01/23 07:08:52 health check: Used memory: 52.24  Load5: 0.05
Jan 23 07:09:52 tankpi reef-pi[5291]: 2019/01/23 07:09:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 07:10:52 tankpi reef-pi[5291]: 2019/01/23 07:10:52 health check: Used memory: 52.23  Load5: 0.05
Jan 23 07:11:52 tankpi reef-pi[5291]: 2019/01/23 07:11:52 health check: Used memory: 52.19  Load5: 0.04
Jan 23 07:12:52 tankpi reef-pi[5291]: 2019/01/23 07:12:52 health check: Used memory: 52.15  Load5: 0.03
Jan 23 07:13:52 tankpi reef-pi[5291]: 2019/01/23 07:13:52 health check: Used memory: 52.3  Load5: 0.02
Jan 23 07:14:52 tankpi reef-pi[5291]: 2019/01/23 07:14:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 07:15:52 tankpi reef-pi[5291]: 2019/01/23 07:15:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 07:16:52 tankpi reef-pi[5291]: 2019/01/23 07:16:52 health check: Used memory: 52.22  Load5: 0.02
Jan 23 07:17:52 tankpi reef-pi[5291]: 2019/01/23 07:17:52 health check: Used memory: 52.21  Load5: 0.01
Jan 23 07:18:52 tankpi reef-pi[5291]: 2019/01/23 07:18:52 health check: Used memory: 52.19  Load5: 0.01
Jan 23 07:19:52 tankpi reef-pi[5291]: 2019/01/23 07:19:52 health check: Used memory: 52.23  Load5: 0
Jan 23 07:20:52 tankpi reef-pi[5291]: 2019/01/23 07:20:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 07:21:52 tankpi reef-pi[5291]: 2019/01/23 07:21:52 health check: Used memory: 52.29  Load5: 0.01
Jan 23 07:22:52 tankpi reef-pi[5291]: 2019/01/23 07:22:52 health check: Used memory: 52.25  Load5: 0.03
Jan 23 07:23:52 tankpi reef-pi[5291]: 2019/01/23 07:23:52 health check: Used memory: 52.28  Load5: 0.04
Jan 23 07:24:52 tankpi reef-pi[5291]: 2019/01/23 07:24:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 07:25:52 tankpi reef-pi[5291]: 2019/01/23 07:25:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 07:26:52 tankpi reef-pi[5291]: 2019/01/23 07:26:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 07:27:52 tankpi reef-pi[5291]: 2019/01/23 07:27:52 health check: Used memory: 52.19  Load5: 0.03
Jan 23 07:28:52 tankpi reef-pi[5291]: 2019/01/23 07:28:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 07:29:52 tankpi reef-pi[5291]: 2019/01/23 07:29:52 health check: Used memory: 52.21  Load5: 0.04
Jan 23 07:30:52 tankpi reef-pi[5291]: 2019/01/23 07:30:52 health check: Used memory: 52.21  Load5: 0.03
Jan 23 07:31:52 tankpi reef-pi[5291]: 2019/01/23 07:31:52 health check: Used memory: 52.21  Load5: 0.02
Jan 23 07:32:52 tankpi reef-pi[5291]: 2019/01/23 07:32:52 health check: Used memory: 52.21  Load5: 0.02
Jan 23 07:33:52 tankpi reef-pi[5291]: 2019/01/23 07:33:52 health check: Used memory: 52.23  Load5: 0.01
Jan 23 07:34:52 tankpi reef-pi[5291]: 2019/01/23 07:34:52 health check: Used memory: 52.17  Load5: 0.01
Jan 23 07:35:52 tankpi reef-pi[5291]: 2019/01/23 07:35:52 health check: Used memory: 52.22  Load5: 0.05
Jan 23 07:36:52 tankpi reef-pi[5291]: 2019/01/23 07:36:52 health check: Used memory: 52.22  Load5: 0.04
Jan 23 07:37:52 tankpi reef-pi[5291]: 2019/01/23 07:37:52 health check: Used memory: 52.25  Load5: 0.06
Jan 23 07:38:52 tankpi reef-pi[5291]: 2019/01/23 07:38:52 health check: Used memory: 52.22  Load5: 0.08
Jan 23 07:39:52 tankpi reef-pi[5291]: 2019/01/23 07:39:52 health check: Used memory: 52.27  Load5: 0.07
Jan 23 07:40:52 tankpi reef-pi[5291]: 2019/01/23 07:40:52 health check: Used memory: 52.26  Load5: 0.07
Jan 23 07:41:52 tankpi reef-pi[5291]: 2019/01/23 07:41:52 health check: Used memory: 52.2  Load5: 0.05
Jan 23 07:42:52 tankpi reef-pi[5291]: 2019/01/23 07:42:52 health check: Used memory: 52.19  Load5: 0.06
Jan 23 07:43:52 tankpi reef-pi[5291]: 2019/01/23 07:43:52 health check: Used memory: 52.26  Load5: 0.06
Jan 23 07:44:52 tankpi reef-pi[5291]: 2019/01/23 07:44:52 health check: Used memory: 52.29  Load5: 0.06
Jan 23 07:45:52 tankpi reef-pi[5291]: 2019/01/23 07:45:52 health check: Used memory: 52.26  Load5: 0.1
Jan 23 07:46:52 tankpi reef-pi[5291]: 2019/01/23 07:46:52 health check: Used memory: 52.26  Load5: 0.08
Jan 23 07:47:52 tankpi reef-pi[5291]: 2019/01/23 07:47:52 health check: Used memory: 52.2  Load5: 0.06
Jan 23 07:48:52 tankpi reef-pi[5291]: 2019/01/23 07:48:52 health check: Used memory: 52.26  Load5: 0.06
Jan 23 07:49:52 tankpi reef-pi[5291]: 2019/01/23 07:49:52 health check: Used memory: 52.2  Load5: 0.05
Jan 23 07:50:52 tankpi reef-pi[5291]: 2019/01/23 07:50:52 health check: Used memory: 52.21  Load5: 0.04
Jan 23 07:51:52 tankpi reef-pi[5291]: 2019/01/23 07:51:52 health check: Used memory: 52.27  Load5: 0.03
Jan 23 07:52:52 tankpi reef-pi[5291]: 2019/01/23 07:52:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 07:53:52 tankpi reef-pi[5291]: 2019/01/23 07:53:52 health check: Used memory: 52.29  Load5: 0.02
Jan 23 07:54:52 tankpi reef-pi[5291]: 2019/01/23 07:54:52 health check: Used memory: 52.29  Load5: 0.03
Jan 23 07:55:52 tankpi reef-pi[5291]: 2019/01/23 07:55:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 07:56:52 tankpi reef-pi[5291]: 2019/01/23 07:56:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 07:57:52 tankpi reef-pi[5291]: 2019/01/23 07:57:52 health check: Used memory: 52.25  Load5: 0.01
Jan 23 07:58:52 tankpi reef-pi[5291]: 2019/01/23 07:58:52 health check: Used memory: 52.29  Load5: 0
Jan 23 07:59:52 tankpi reef-pi[5291]: 2019/01/23 07:59:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 08:00:52 tankpi reef-pi[5291]: 2019/01/23 08:00:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 08:01:52 tankpi reef-pi[5291]: 2019/01/23 08:01:52 health check: Used memory: 52.22  Load5: 0.03
Jan 23 08:02:52 tankpi reef-pi[5291]: 2019/01/23 08:02:52 health check: Used memory: 52.19  Load5: 0.02
Jan 23 08:03:52 tankpi reef-pi[5291]: 2019/01/23 08:03:52 health check: Used memory: 52.3  Load5: 0.03
Jan 23 08:04:52 tankpi reef-pi[5291]: 2019/01/23 08:04:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 08:05:52 tankpi reef-pi[5291]: 2019/01/23 08:05:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 08:06:52 tankpi reef-pi[5291]: 2019/01/23 08:06:52 health check: Used memory: 52.28  Load5: 0.03
Jan 23 08:07:52 tankpi reef-pi[5291]: 2019/01/23 08:07:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 08:08:52 tankpi reef-pi[5291]: 2019/01/23 08:08:52 health check: Used memory: 52.22  Load5: 0.03
Jan 23 08:09:52 tankpi reef-pi[5291]: 2019/01/23 08:09:52 health check: Used memory: 52.22  Load5: 0.02
Jan 23 08:10:52 tankpi reef-pi[5291]: 2019/01/23 08:10:52 health check: Used memory: 52.22  Load5: 0.02
Jan 23 08:11:52 tankpi reef-pi[5291]: 2019/01/23 08:11:52 health check: Used memory: 52.27  Load5: 0.01
Jan 23 08:12:52 tankpi reef-pi[5291]: 2019/01/23 08:12:52 health check: Used memory: 52.24  Load5: 0
Jan 23 08:13:52 tankpi reef-pi[5291]: 2019/01/23 08:13:52 health check: Used memory: 52.2  Load5: 0
Jan 23 08:14:52 tankpi reef-pi[5291]: 2019/01/23 08:14:52 health check: Used memory: 52.27  Load5: 0
Jan 23 08:15:52 tankpi reef-pi[5291]: 2019/01/23 08:15:52 health check: Used memory: 52.19  Load5: 0
Jan 23 08:16:53 tankpi reef-pi[5291]: 2019/01/23 08:16:53 health check: Used memory: 52.32  Load5: 0
Jan 23 08:17:52 tankpi reef-pi[5291]: 2019/01/23 08:17:52 health check: Used memory: 52.26  Load5: 0
Jan 23 08:18:52 tankpi reef-pi[5291]: 2019/01/23 08:18:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 08:19:52 tankpi reef-pi[5291]: 2019/01/23 08:19:52 health check: Used memory: 52.2  Load5: 0.03
Jan 23 08:20:52 tankpi reef-pi[5291]: 2019/01/23 08:20:52 health check: Used memory: 52.19  Load5: 0.04
Jan 23 08:21:52 tankpi reef-pi[5291]: 2019/01/23 08:21:52 health check: Used memory: 52.28  Load5: 0.08
Jan 23 08:22:52 tankpi reef-pi[5291]: 2019/01/23 08:22:52 health check: Used memory: 52.26  Load5: 0.08
Jan 23 08:23:52 tankpi reef-pi[5291]: 2019/01/23 08:23:52 health check: Used memory: 52.26  Load5: 0.08
Jan 23 08:24:52 tankpi reef-pi[5291]: 2019/01/23 08:24:52 health check: Used memory: 52.26  Load5: 0.06
Jan 23 08:25:52 tankpi reef-pi[5291]: 2019/01/23 08:25:52 health check: Used memory: 52.22  Load5: 0.05
Jan 23 08:26:52 tankpi reef-pi[5291]: 2019/01/23 08:26:52 health check: Used memory: 52.3  Load5: 0.05
Jan 23 08:27:52 tankpi reef-pi[5291]: 2019/01/23 08:27:52 health check: Used memory: 52.23  Load5: 0.04
Jan 23 08:28:52 tankpi reef-pi[5291]: 2019/01/23 08:28:52 health check: Used memory: 52.26  Load5: 0.09
Jan 23 08:29:52 tankpi reef-pi[5291]: 2019/01/23 08:29:52 health check: Used memory: 52.31  Load5: 0.07
Jan 23 08:30:52 tankpi reef-pi[5291]: 2019/01/23 08:30:52 health check: Used memory: 52.28  Load5: 0.05
Jan 23 08:31:52 tankpi reef-pi[5291]: 2019/01/23 08:31:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 08:32:52 tankpi reef-pi[5291]: 2019/01/23 08:32:52 health check: Used memory: 52.22  Load5: 0.03
Jan 23 08:33:52 tankpi reef-pi[5291]: 2019/01/23 08:33:52 health check: Used memory: 52.25  Load5: 0.02
Jan 23 08:34:52 tankpi reef-pi[5291]: 2019/01/23 08:34:52 health check: Used memory: 52.22  Load5: 0.03
Jan 23 08:35:52 tankpi reef-pi[5291]: 2019/01/23 08:35:52 health check: Used memory: 52.18  Load5: 0.04
Jan 23 08:36:52 tankpi reef-pi[5291]: 2019/01/23 08:36:52 health check: Used memory: 52.2  Load5: 0.03
Jan 23 08:37:52 tankpi reef-pi[5291]: 2019/01/23 08:37:52 health check: Used memory: 52.17  Load5: 0.02
Jan 23 08:38:52 tankpi reef-pi[5291]: 2019/01/23 08:38:52 health check: Used memory: 52.28  Load5: 0.05
Jan 23 08:39:52 tankpi reef-pi[5291]: 2019/01/23 08:39:52 health check: Used memory: 52.21  Load5: 0.03
Jan 23 08:40:52 tankpi reef-pi[5291]: 2019/01/23 08:40:52 health check: Used memory: 52.18  Load5: 0.03
Jan 23 08:41:52 tankpi reef-pi[5291]: 2019/01/23 08:41:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 08:42:52 tankpi reef-pi[5291]: 2019/01/23 08:42:52 health check: Used memory: 52.23  Load5: 0.04
Jan 23 08:43:52 tankpi reef-pi[5291]: 2019/01/23 08:43:52 health check: Used memory: 52.23  Load5: 0.03
Jan 23 08:44:52 tankpi reef-pi[5291]: 2019/01/23 08:44:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 08:45:52 tankpi reef-pi[5291]: 2019/01/23 08:45:52 health check: Used memory: 52.22  Load5: 0.02
Jan 23 08:46:52 tankpi reef-pi[5291]: 2019/01/23 08:46:52 health check: Used memory: 52.22  Load5: 0.01
Jan 23 08:47:52 tankpi reef-pi[5291]: 2019/01/23 08:47:52 health check: Used memory: 52.24  Load5: 0.01
Jan 23 08:48:52 tankpi reef-pi[5291]: 2019/01/23 08:48:52 health check: Used memory: 52.25  Load5: 0
Jan 23 08:49:52 tankpi reef-pi[5291]: 2019/01/23 08:49:52 health check: Used memory: 52.3  Load5: 0
Jan 23 08:50:52 tankpi reef-pi[5291]: 2019/01/23 08:50:52 health check: Used memory: 52.28  Load5: 0
Jan 23 08:51:52 tankpi reef-pi[5291]: 2019/01/23 08:51:52 health check: Used memory: 52.24  Load5: 0.07
Jan 23 08:52:52 tankpi reef-pi[5291]: 2019/01/23 08:52:52 health check: Used memory: 52.2  Load5: 0.05
Jan 23 08:53:52 tankpi reef-pi[5291]: 2019/01/23 08:53:52 health check: Used memory: 52.26  Load5: 0.07
Jan 23 08:54:52 tankpi reef-pi[5291]: 2019/01/23 08:54:52 health check: Used memory: 52.22  Load5: 0.05
Jan 23 08:55:52 tankpi reef-pi[5291]: 2019/01/23 08:55:52 health check: Used memory: 52.27  Load5: 0.06
Jan 23 08:56:52 tankpi reef-pi[5291]: 2019/01/23 08:56:52 health check: Used memory: 52.21  Load5: 0.05
Jan 23 08:57:52 tankpi reef-pi[5291]: 2019/01/23 08:57:52 health check: Used memory: 52.2  Load5: 0.05
Jan 23 08:58:52 tankpi reef-pi[5291]: 2019/01/23 08:58:52 health check: Used memory: 52.23  Load5: 0.04
Jan 23 08:59:52 tankpi reef-pi[5291]: 2019/01/23 08:59:52 health check: Used memory: 52.25  Load5: 0.09
Jan 23 09:00:52 tankpi reef-pi[5291]: 2019/01/23 09:00:52 health check: Used memory: 52.22  Load5: 0.08
Jan 23 09:01:52 tankpi reef-pi[5291]: 2019/01/23 09:01:52 health check: Used memory: 52.21  Load5: 0.11
Jan 23 09:02:52 tankpi reef-pi[5291]: 2019/01/23 09:02:52 health check: Used memory: 52.15  Load5: 0.14
Jan 23 09:03:52 tankpi reef-pi[5291]: 2019/01/23 09:03:52 health check: Used memory: 52.24  Load5: 0.12
Jan 23 09:04:52 tankpi reef-pi[5291]: 2019/01/23 09:04:52 health check: Used memory: 52.22  Load5: 0.15
Jan 23 09:05:52 tankpi reef-pi[5291]: 2019/01/23 09:05:52 health check: Used memory: 52.26  Load5: 0.12
Jan 23 09:06:52 tankpi reef-pi[5291]: 2019/01/23 09:06:52 health check: Used memory: 52.29  Load5: 0.1
Jan 23 09:07:52 tankpi reef-pi[5291]: 2019/01/23 09:07:52 health check: Used memory: 52.28  Load5: 0.15
Jan 23 09:08:52 tankpi reef-pi[5291]: 2019/01/23 09:08:52 health check: Used memory: 52.25  Load5: 0.12
Jan 23 09:09:52 tankpi reef-pi[5291]: 2019/01/23 09:09:52 health check: Used memory: 52.25  Load5: 0.09
Jan 23 09:10:52 tankpi reef-pi[5291]: 2019/01/23 09:10:52 health check: Used memory: 52.21  Load5: 0.07
Jan 23 09:11:52 tankpi reef-pi[5291]: 2019/01/23 09:11:52 health check: Used memory: 52.26  Load5: 0.06
Jan 23 09:12:52 tankpi reef-pi[5291]: 2019/01/23 09:12:52 health check: Used memory: 52.26  Load5: 0.06
Jan 23 09:13:52 tankpi reef-pi[5291]: 2019/01/23 09:13:52 health check: Used memory: 52.22  Load5: 0.05
Jan 23 09:14:52 tankpi reef-pi[5291]: 2019/01/23 09:14:52 health check: Used memory: 52.22  Load5: 0.05
Jan 23 09:15:52 tankpi reef-pi[5291]: 2019/01/23 09:15:52 health check: Used memory: 52.27  Load5: 0.04
Jan 23 09:16:52 tankpi reef-pi[5291]: 2019/01/23 09:16:52 health check: Used memory: 52.23  Load5: 0.05
Jan 23 09:17:52 tankpi reef-pi[5291]: 2019/01/23 09:17:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 09:18:52 tankpi reef-pi[5291]: 2019/01/23 09:18:52 health check: Used memory: 52.22  Load5: 0.04
Jan 23 09:19:52 tankpi reef-pi[5291]: 2019/01/23 09:19:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 09:20:52 tankpi reef-pi[5291]: 2019/01/23 09:20:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 09:21:52 tankpi reef-pi[5291]: 2019/01/23 09:21:52 health check: Used memory: 52.3  Load5: 0.03
Jan 23 09:22:52 tankpi reef-pi[5291]: 2019/01/23 09:22:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 09:23:52 tankpi reef-pi[5291]: 2019/01/23 09:23:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 09:24:52 tankpi reef-pi[5291]: 2019/01/23 09:24:52 health check: Used memory: 52.28  Load5: 0.01
Jan 23 09:25:52 tankpi reef-pi[5291]: 2019/01/23 09:25:52 health check: Used memory: 52.25  Load5: 0.01
Jan 23 09:26:52 tankpi reef-pi[5291]: 2019/01/23 09:26:52 health check: Used memory: 52.22  Load5: 0
Jan 23 09:27:52 tankpi reef-pi[5291]: 2019/01/23 09:27:52 health check: Used memory: 52.25  Load5: 0.01
Jan 23 09:28:52 tankpi reef-pi[5291]: 2019/01/23 09:28:52 health check: Used memory: 52.24  Load5: 0.01
Jan 23 09:29:52 tankpi reef-pi[5291]: 2019/01/23 09:29:52 health check: Used memory: 52.25  Load5: 0
Jan 23 09:30:52 tankpi reef-pi[5291]: 2019/01/23 09:30:52 health check: Used memory: 52.26  Load5: 0
Jan 23 09:31:52 tankpi reef-pi[5291]: 2019/01/23 09:31:52 health check: Used memory: 52.25  Load5: 0.01
Jan 23 09:32:52 tankpi reef-pi[5291]: 2019/01/23 09:32:52 health check: Used memory: 52.28  Load5: 0.01
Jan 23 09:33:52 tankpi reef-pi[5291]: 2019/01/23 09:33:52 health check: Used memory: 52.25  Load5: 0
Jan 23 09:34:52 tankpi reef-pi[5291]: 2019/01/23 09:34:52 health check: Used memory: 52.24  Load5: 0
Jan 23 09:35:52 tankpi reef-pi[5291]: 2019/01/23 09:35:52 health check: Used memory: 52.35  Load5: 0.01
Jan 23 09:36:52 tankpi reef-pi[5291]: 2019/01/23 09:36:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 09:37:52 tankpi reef-pi[5291]: 2019/01/23 09:37:52 health check: Used memory: 52.29  Load5: 0
Jan 23 09:38:52 tankpi reef-pi[5291]: 2019/01/23 09:38:52 health check: Used memory: 52.28  Load5: 0
Jan 23 09:39:52 tankpi reef-pi[5291]: 2019/01/23 09:39:52 health check: Used memory: 52.27  Load5: 0
Jan 23 09:40:52 tankpi reef-pi[5291]: 2019/01/23 09:40:52 health check: Used memory: 52.27  Load5: 0.05
Jan 23 09:41:52 tankpi reef-pi[5291]: 2019/01/23 09:41:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 09:42:52 tankpi reef-pi[5291]: 2019/01/23 09:42:52 health check: Used memory: 52.27  Load5: 0.04
Jan 23 09:43:52 tankpi reef-pi[5291]: 2019/01/23 09:43:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 09:44:52 tankpi reef-pi[5291]: 2019/01/23 09:44:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 09:45:52 tankpi reef-pi[5291]: 2019/01/23 09:45:52 health check: Used memory: 52.27  Load5: 0.08
Jan 23 09:46:52 tankpi reef-pi[5291]: 2019/01/23 09:46:52 health check: Used memory: 52.26  Load5: 0.08
Jan 23 09:47:52 tankpi reef-pi[5291]: 2019/01/23 09:47:52 health check: Used memory: 52.2  Load5: 0.06
Jan 23 09:48:52 tankpi reef-pi[5291]: 2019/01/23 09:48:52 health check: Used memory: 52.16  Load5: 0.06
Jan 23 09:49:52 tankpi reef-pi[5291]: 2019/01/23 09:49:52 health check: Used memory: 52.22  Load5: 0.06
Jan 23 09:50:52 tankpi reef-pi[5291]: 2019/01/23 09:50:52 health check: Used memory: 52.16  Load5: 0.06
Jan 23 09:51:52 tankpi reef-pi[5291]: 2019/01/23 09:51:52 health check: Used memory: 52.27  Load5: 0.05
Jan 23 09:52:52 tankpi reef-pi[5291]: 2019/01/23 09:52:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 09:53:52 tankpi reef-pi[5291]: 2019/01/23 09:53:52 health check: Used memory: 52.27  Load5: 0.03
Jan 23 09:54:52 tankpi reef-pi[5291]: 2019/01/23 09:54:52 health check: Used memory: 52.17  Load5: 0.04
Jan 23 09:55:52 tankpi reef-pi[5291]: 2019/01/23 09:55:52 health check: Used memory: 52.23  Load5: 0.08
Jan 23 09:56:52 tankpi reef-pi[5291]: 2019/01/23 09:56:52 health check: Used memory: 52.25  Load5: 0.06
Jan 23 09:57:52 tankpi reef-pi[5291]: 2019/01/23 09:57:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 09:58:52 tankpi reef-pi[5291]: 2019/01/23 09:58:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 09:59:52 tankpi reef-pi[5291]: 2019/01/23 09:59:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 10:00:52 tankpi reef-pi[5291]: 2019/01/23 10:00:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 10:01:52 tankpi reef-pi[5291]: 2019/01/23 10:01:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 10:02:52 tankpi reef-pi[5291]: 2019/01/23 10:02:52 health check: Used memory: 52.23  Load5: 0.01
Jan 23 10:03:52 tankpi reef-pi[5291]: 2019/01/23 10:03:52 health check: Used memory: 52.25  Load5: 0
Jan 23 10:04:52 tankpi reef-pi[5291]: 2019/01/23 10:04:52 health check: Used memory: 52.25  Load5: 0
Jan 23 10:05:52 tankpi reef-pi[5291]: 2019/01/23 10:05:52 health check: Used memory: 52.2  Load5: 0.01
Jan 23 10:06:52 tankpi reef-pi[5291]: 2019/01/23 10:06:52 health check: Used memory: 52.25  Load5: 0.01
Jan 23 10:07:52 tankpi reef-pi[5291]: 2019/01/23 10:07:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 10:08:52 tankpi reef-pi[5291]: 2019/01/23 10:08:52 health check: Used memory: 52.27  Load5: 0.01
Jan 23 10:09:52 tankpi reef-pi[5291]: 2019/01/23 10:09:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 10:10:52 tankpi reef-pi[5291]: 2019/01/23 10:10:52 health check: Used memory: 52.21  Load5: 0.02
Jan 23 10:11:52 tankpi reef-pi[5291]: 2019/01/23 10:11:52 health check: Used memory: 52.23  Load5: 0.01
Jan 23 10:12:52 tankpi reef-pi[5291]: 2019/01/23 10:12:52 health check: Used memory: 52.21  Load5: 0.01
Jan 23 10:13:52 tankpi reef-pi[5291]: 2019/01/23 10:13:52 health check: Used memory: 52.26  Load5: 0
Jan 23 10:14:52 tankpi reef-pi[5291]: 2019/01/23 10:14:52 health check: Used memory: 52.26  Load5: 0
Jan 23 10:15:52 tankpi reef-pi[5291]: 2019/01/23 10:15:52 health check: Used memory: 52.28  Load5: 0
Jan 23 10:16:52 tankpi reef-pi[5291]: 2019/01/23 10:16:52 health check: Used memory: 52.25  Load5: 0.02
Jan 23 10:17:52 tankpi reef-pi[5291]: 2019/01/23 10:17:52 health check: Used memory: 52.27  Load5: 0.03
Jan 23 10:18:52 tankpi reef-pi[5291]: 2019/01/23 10:18:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 10:19:52 tankpi reef-pi[5291]: 2019/01/23 10:19:52 health check: Used memory: 52.29  Load5: 0.02
Jan 23 10:20:52 tankpi reef-pi[5291]: 2019/01/23 10:20:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 10:21:52 tankpi reef-pi[5291]: 2019/01/23 10:21:52 health check: Used memory: 52.26  Load5: 0.09
Jan 23 10:22:52 tankpi reef-pi[5291]: 2019/01/23 10:22:52 health check: Used memory: 52.26  Load5: 0.09
Jan 23 10:23:52 tankpi reef-pi[5291]: 2019/01/23 10:23:52 health check: Used memory: 52.25  Load5: 0.07
Jan 23 10:24:52 tankpi reef-pi[5291]: 2019/01/23 10:24:52 health check: Used memory: 52.29  Load5: 0.07
Jan 23 10:25:52 tankpi reef-pi[5291]: 2019/01/23 10:25:52 health check: Used memory: 52.19  Load5: 0.07
Jan 23 10:26:52 tankpi reef-pi[5291]: 2019/01/23 10:26:52 health check: Used memory: 52.27  Load5: 0.12
Jan 23 10:27:52 tankpi reef-pi[5291]: 2019/01/23 10:27:52 health check: Used memory: 52.25  Load5: 0.09
Jan 23 10:28:52 tankpi reef-pi[5291]: 2019/01/23 10:28:52 health check: Used memory: 52.24  Load5: 0.1
Jan 23 10:29:52 tankpi reef-pi[5291]: 2019/01/23 10:29:52 health check: Used memory: 52.21  Load5: 0.14
Jan 23 10:30:52 tankpi reef-pi[5291]: 2019/01/23 10:30:52 health check: Used memory: 52.24  Load5: 0.12
Jan 23 10:31:52 tankpi reef-pi[5291]: 2019/01/23 10:31:52 health check: Used memory: 52.23  Load5: 0.16
Jan 23 10:32:52 tankpi reef-pi[5291]: 2019/01/23 10:32:52 health check: Used memory: 52.23  Load5: 0.12
Jan 23 10:33:52 tankpi reef-pi[5291]: 2019/01/23 10:33:52 health check: Used memory: 52.23  Load5: 0.11
Jan 23 10:34:52 tankpi reef-pi[5291]: 2019/01/23 10:34:52 health check: Used memory: 52.29  Load5: 0.09
Jan 23 10:35:52 tankpi reef-pi[5291]: 2019/01/23 10:35:52 health check: Used memory: 52.25  Load5: 0.07
Jan 23 10:36:52 tankpi reef-pi[5291]: 2019/01/23 10:36:52 health check: Used memory: 52.2  Load5: 0.06
Jan 23 10:37:52 tankpi reef-pi[5291]: 2019/01/23 10:37:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 10:38:52 tankpi reef-pi[5291]: 2019/01/23 10:38:52 health check: Used memory: 52.28  Load5: 0.05
Jan 23 10:39:52 tankpi reef-pi[5291]: 2019/01/23 10:39:52 health check: Used memory: 52.24  Load5: 0.05
Jan 23 10:40:52 tankpi reef-pi[5291]: 2019/01/23 10:40:52 health check: Used memory: 52.24  Load5: 0.05
Jan 23 10:41:52 tankpi reef-pi[5291]: 2019/01/23 10:41:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 10:42:52 tankpi reef-pi[5291]: 2019/01/23 10:42:52 health check: Used memory: 52.18  Load5: 0.03
Jan 23 10:43:52 tankpi reef-pi[5291]: 2019/01/23 10:43:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 10:44:52 tankpi reef-pi[5291]: 2019/01/23 10:44:52 health check: Used memory: 52.2  Load5: 0.03
Jan 23 10:45:52 tankpi reef-pi[5291]: 2019/01/23 10:45:52 health check: Used memory: 52.26  Load5: 0.04
Jan 23 10:46:52 tankpi reef-pi[5291]: 2019/01/23 10:46:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 10:47:52 tankpi reef-pi[5291]: 2019/01/23 10:47:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 10:48:52 tankpi reef-pi[5291]: 2019/01/23 10:48:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 10:49:52 tankpi reef-pi[5291]: 2019/01/23 10:49:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 10:50:52 tankpi reef-pi[5291]: 2019/01/23 10:50:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 10:51:52 tankpi reef-pi[5291]: 2019/01/23 10:51:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 10:52:52 tankpi reef-pi[5291]: 2019/01/23 10:52:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 10:53:52 tankpi reef-pi[5291]: 2019/01/23 10:53:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 10:54:52 tankpi reef-pi[5291]: 2019/01/23 10:54:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 10:55:52 tankpi reef-pi[5291]: 2019/01/23 10:55:52 health check: Used memory: 52.22  Load5: 0.01
Jan 23 10:56:52 tankpi reef-pi[5291]: 2019/01/23 10:56:52 health check: Used memory: 52.22  Load5: 0.01
Jan 23 10:57:52 tankpi reef-pi[5291]: 2019/01/23 10:57:52 health check: Used memory: 52.22  Load5: 0
Jan 23 10:58:52 tankpi reef-pi[5291]: 2019/01/23 10:58:52 health check: Used memory: 52.26  Load5: 0
Jan 23 10:59:52 tankpi reef-pi[5291]: 2019/01/23 10:59:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 11:00:52 tankpi reef-pi[5291]: 2019/01/23 11:00:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 11:01:52 tankpi reef-pi[5291]: 2019/01/23 11:01:52 health check: Used memory: 52.26  Load5: 0
Jan 23 11:02:52 tankpi reef-pi[5291]: 2019/01/23 11:02:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 11:03:52 tankpi reef-pi[5291]: 2019/01/23 11:03:52 health check: Used memory: 52.24  Load5: 0.01
Jan 23 11:04:52 tankpi reef-pi[5291]: 2019/01/23 11:04:52 health check: Used memory: 52.21  Load5: 0
Jan 23 11:05:52 tankpi reef-pi[5291]: 2019/01/23 11:05:52 health check: Used memory: 52.19  Load5: 0.02
Jan 23 11:06:52 tankpi reef-pi[5291]: 2019/01/23 11:06:52 health check: Used memory: 52.26  Load5: 0.07
Jan 23 11:07:52 tankpi reef-pi[5291]: 2019/01/23 11:07:52 health check: Used memory: 52.26  Load5: 0.06
Jan 23 11:08:52 tankpi reef-pi[5291]: 2019/01/23 11:08:52 health check: Used memory: 52.26  Load5: 0.06
Jan 23 11:09:52 tankpi reef-pi[5291]: 2019/01/23 11:09:52 health check: Used memory: 52.23  Load5: 0.1
Jan 23 11:10:52 tankpi reef-pi[5291]: 2019/01/23 11:10:52 health check: Used memory: 52.25  Load5: 0.08
Jan 23 11:11:52 tankpi reef-pi[5291]: 2019/01/23 11:11:52 health check: Used memory: 52.29  Load5: 0.06
Jan 23 11:12:52 tankpi reef-pi[5291]: 2019/01/23 11:12:52 health check: Used memory: 52.27  Load5: 0.05
Jan 23 11:13:52 tankpi reef-pi[5291]: 2019/01/23 11:13:52 health check: Used memory: 52.28  Load5: 0.05
Jan 23 11:14:52 tankpi reef-pi[5291]: 2019/01/23 11:14:52 health check: Used memory: 52.22  Load5: 0.06
Jan 23 11:15:52 tankpi reef-pi[5291]: 2019/01/23 11:15:52 health check: Used memory: 52.22  Load5: 0.04
Jan 23 11:16:52 tankpi reef-pi[5291]: 2019/01/23 11:16:52 health check: Used memory: 52.24  Load5: 0.05
Jan 23 11:17:52 tankpi reef-pi[5291]: 2019/01/23 11:17:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 11:18:52 tankpi reef-pi[5291]: 2019/01/23 11:18:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 11:19:52 tankpi reef-pi[5291]: 2019/01/23 11:19:52 health check: Used memory: 52.2  Load5: 0.03
Jan 23 11:20:52 tankpi reef-pi[5291]: 2019/01/23 11:20:52 health check: Used memory: 52.2  Load5: 0.02
Jan 23 11:21:52 tankpi reef-pi[5291]: 2019/01/23 11:21:52 health check: Used memory: 52.22  Load5: 0.02
Jan 23 11:22:52 tankpi reef-pi[5291]: 2019/01/23 11:22:52 health check: Used memory: 52.22  Load5: 0.03
Jan 23 11:23:52 tankpi reef-pi[5291]: 2019/01/23 11:23:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 11:24:52 tankpi reef-pi[5291]: 2019/01/23 11:24:52 health check: Used memory: 52.31  Load5: 0.04
Jan 23 11:25:52 tankpi reef-pi[5291]: 2019/01/23 11:25:52 health check: Used memory: 52.31  Load5: 0.03
Jan 23 11:26:52 tankpi reef-pi[5291]: 2019/01/23 11:26:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 11:27:52 tankpi reef-pi[5291]: 2019/01/23 11:27:52 health check: Used memory: 52.21  Load5: 0.02
Jan 23 11:28:52 tankpi reef-pi[5291]: 2019/01/23 11:28:52 health check: Used memory: 52.24  Load5: 0.01
Jan 23 11:29:52 tankpi reef-pi[5291]: 2019/01/23 11:29:52 health check: Used memory: 52.27  Load5: 0
Jan 23 11:30:52 tankpi reef-pi[5291]: 2019/01/23 11:30:52 health check: Used memory: 52.32  Load5: 0
Jan 23 11:31:52 tankpi reef-pi[5291]: 2019/01/23 11:31:52 health check: Used memory: 52.27  Load5: 0
Jan 23 11:32:52 tankpi reef-pi[5291]: 2019/01/23 11:32:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 11:33:52 tankpi reef-pi[5291]: 2019/01/23 11:33:52 health check: Used memory: 52.2  Load5: 0.03
Jan 23 11:34:52 tankpi reef-pi[5291]: 2019/01/23 11:34:52 health check: Used memory: 52.2  Load5: 0.02
Jan 23 11:35:52 tankpi reef-pi[5291]: 2019/01/23 11:35:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 11:36:52 tankpi reef-pi[5291]: 2019/01/23 11:36:52 health check: Used memory: 52.22  Load5: 0.01
Jan 23 11:37:52 tankpi reef-pi[5291]: 2019/01/23 11:37:52 health check: Used memory: 52.25  Load5: 0.02
Jan 23 11:38:52 tankpi reef-pi[5291]: 2019/01/23 11:38:52 health check: Used memory: 52.28  Load5: 0.01
Jan 23 11:39:52 tankpi reef-pi[5291]: 2019/01/23 11:39:52 health check: Used memory: 52.23  Load5: 0.01
Jan 23 11:40:52 tankpi reef-pi[5291]: 2019/01/23 11:40:52 health check: Used memory: 52.22  Load5: 0
Jan 23 11:41:52 tankpi reef-pi[5291]: 2019/01/23 11:41:52 health check: Used memory: 52.21  Load5: 0.01
Jan 23 11:42:53 tankpi reef-pi[5291]: 2019/01/23 11:42:53 health check: Used memory: 52.28  Load5: 0.01
Jan 23 11:43:52 tankpi reef-pi[5291]: 2019/01/23 11:43:52 health check: Used memory: 52.25  Load5: 0
Jan 23 11:44:52 tankpi reef-pi[5291]: 2019/01/23 11:44:52 health check: Used memory: 52.21  Load5: 0
Jan 23 11:45:52 tankpi reef-pi[5291]: 2019/01/23 11:45:52 health check: Used memory: 52.21  Load5: 0
Jan 23 11:46:52 tankpi reef-pi[5291]: 2019/01/23 11:46:52 health check: Used memory: 52.21  Load5: 0
Jan 23 11:47:52 tankpi reef-pi[5291]: 2019/01/23 11:47:52 health check: Used memory: 52.23  Load5: 0.07
Jan 23 11:48:52 tankpi reef-pi[5291]: 2019/01/23 11:48:52 health check: Used memory: 52.26  Load5: 0.05
Jan 23 11:49:52 tankpi reef-pi[5291]: 2019/01/23 11:49:52 health check: Used memory: 52.25  Load5: 0.1
Jan 23 11:50:52 tankpi reef-pi[5291]: 2019/01/23 11:50:52 health check: Used memory: 52.25  Load5: 0.08
Jan 23 11:51:52 tankpi reef-pi[5291]: 2019/01/23 11:51:52 health check: Used memory: 52.25  Load5: 0.06
Jan 23 11:52:52 tankpi reef-pi[5291]: 2019/01/23 11:52:52 health check: Used memory: 52.24  Load5: 0.08
Jan 23 11:53:52 tankpi reef-pi[5291]: 2019/01/23 11:53:52 health check: Used memory: 52.18  Load5: 0.06
Jan 23 11:54:52 tankpi reef-pi[5291]: 2019/01/23 11:54:52 health check: Used memory: 52.24  Load5: 0.06
Jan 23 11:55:52 tankpi reef-pi[5291]: 2019/01/23 11:55:52 health check: Used memory: 52.27  Load5: 0.05
Jan 23 11:56:52 tankpi reef-pi[5291]: 2019/01/23 11:56:52 health check: Used memory: 52.15  Load5: 0.05
Jan 23 11:57:52 tankpi reef-pi[5291]: 2019/01/23 11:57:52 health check: Used memory: 52.23  Load5: 0.04
Jan 23 11:58:52 tankpi reef-pi[5291]: 2019/01/23 11:58:52 health check: Used memory: 52.23  Load5: 0.06
Jan 23 11:59:52 tankpi reef-pi[5291]: 2019/01/23 11:59:52 health check: Used memory: 52.22  Load5: 0.06
Jan 23 12:00:52 tankpi reef-pi[5291]: 2019/01/23 12:00:52 health check: Used memory: 52.2  Load5: 0.05
Jan 23 12:01:52 tankpi reef-pi[5291]: 2019/01/23 12:01:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 12:02:52 tankpi reef-pi[5291]: 2019/01/23 12:02:52 health check: Used memory: 52.25  Load5: 0.03
Jan 23 12:03:52 tankpi reef-pi[5291]: 2019/01/23 12:03:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 12:04:52 tankpi reef-pi[5291]: 2019/01/23 12:04:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 12:05:52 tankpi reef-pi[5291]: 2019/01/23 12:05:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 12:06:52 tankpi reef-pi[5291]: 2019/01/23 12:06:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 12:07:52 tankpi reef-pi[5291]: 2019/01/23 12:07:52 health check: Used memory: 52.27  Load5: 0.07
Jan 23 12:08:52 tankpi reef-pi[5291]: 2019/01/23 12:08:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 12:09:52 tankpi reef-pi[5291]: 2019/01/23 12:09:52 health check: Used memory: 52.27  Load5: 0.04
Jan 23 12:10:52 tankpi reef-pi[5291]: 2019/01/23 12:10:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 12:11:52 tankpi reef-pi[5291]: 2019/01/23 12:11:52 health check: Used memory: 52.26  Load5: 0.09
Jan 23 12:12:52 tankpi reef-pi[5291]: 2019/01/23 12:12:52 health check: Used memory: 52.27  Load5: 0.08
Jan 23 12:13:52 tankpi reef-pi[5291]: 2019/01/23 12:13:52 health check: Used memory: 52.23  Load5: 0.06
Jan 23 12:14:52 tankpi reef-pi[5291]: 2019/01/23 12:14:52 health check: Used memory: 52.31  Load5: 0.05
Jan 23 12:15:52 tankpi reef-pi[5291]: 2019/01/23 12:15:52 health check: Used memory: 52.25  Load5: 0.07
Jan 23 12:16:52 tankpi reef-pi[5291]: 2019/01/23 12:16:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 12:17:52 tankpi reef-pi[5291]: 2019/01/23 12:17:52 health check: Used memory: 52.33  Load5: 0.06
Jan 23 12:18:52 tankpi reef-pi[5291]: 2019/01/23 12:18:52 health check: Used memory: 52.3  Load5: 0.05
Jan 23 12:19:52 tankpi reef-pi[5291]: 2019/01/23 12:19:52 health check: Used memory: 52.19  Load5: 0.03
Jan 23 12:20:52 tankpi reef-pi[5291]: 2019/01/23 12:20:52 health check: Used memory: 52.27  Load5: 0.03
Jan 23 12:21:52 tankpi reef-pi[5291]: 2019/01/23 12:21:52 health check: Used memory: 52.3  Load5: 0.02
Jan 23 12:22:52 tankpi reef-pi[5291]: 2019/01/23 12:22:52 health check: Used memory: 52.27  Load5: 0.01
Jan 23 12:23:52 tankpi reef-pi[5291]: 2019/01/23 12:23:52 health check: Used memory: 52.2  Load5: 0.01
Jan 23 12:24:52 tankpi reef-pi[5291]: 2019/01/23 12:24:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 12:25:52 tankpi reef-pi[5291]: 2019/01/23 12:25:52 health check: Used memory: 52.17  Load5: 0.03
Jan 23 12:26:52 tankpi reef-pi[5291]: 2019/01/23 12:26:52 health check: Used memory: 52.23  Load5: 0.04
Jan 23 12:27:52 tankpi reef-pi[5291]: 2019/01/23 12:27:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 12:28:52 tankpi reef-pi[5291]: 2019/01/23 12:28:52 health check: Used memory: 52.22  Load5: 0.03
Jan 23 12:29:52 tankpi reef-pi[5291]: 2019/01/23 12:29:52 health check: Used memory: 52.25  Load5: 0.1
Jan 23 12:30:52 tankpi reef-pi[5291]: 2019/01/23 12:30:52 health check: Used memory: 52.26  Load5: 0.1
Jan 23 12:31:52 tankpi reef-pi[5291]: 2019/01/23 12:31:52 health check: Used memory: 52.27  Load5: 0.08
Jan 23 12:32:52 tankpi reef-pi[5291]: 2019/01/23 12:32:52 health check: Used memory: 52.27  Load5: 0.12
Jan 23 12:33:52 tankpi reef-pi[5291]: 2019/01/23 12:33:52 health check: Used memory: 52.26  Load5: 0.09
Jan 23 12:34:52 tankpi reef-pi[5291]: 2019/01/23 12:34:52 health check: Used memory: 52.29  Load5: 0.09
Jan 23 12:35:52 tankpi reef-pi[5291]: 2019/01/23 12:35:52 health check: Used memory: 52.24  Load5: 0.07
Jan 23 12:36:52 tankpi reef-pi[5291]: 2019/01/23 12:36:52 health check: Used memory: 52.21  Load5: 0.09
Jan 23 12:37:52 tankpi reef-pi[5291]: 2019/01/23 12:37:52 health check: Used memory: 52.28  Load5: 0.07
Jan 23 12:38:52 tankpi reef-pi[5291]: 2019/01/23 12:38:52 health check: Used memory: 52.31  Load5: 0.05
Jan 23 12:39:52 tankpi reef-pi[5291]: 2019/01/23 12:39:52 health check: Used memory: 52.22  Load5: 0.04
Jan 23 12:40:52 tankpi reef-pi[5291]: 2019/01/23 12:40:52 health check: Used memory: 52.25  Load5: 0.03
Jan 23 12:41:52 tankpi reef-pi[5291]: 2019/01/23 12:41:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 12:42:52 tankpi reef-pi[5291]: 2019/01/23 12:42:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 12:43:52 tankpi reef-pi[5291]: 2019/01/23 12:43:52 health check: Used memory: 52.23  Load5: 0.04
Jan 23 12:44:52 tankpi reef-pi[5291]: 2019/01/23 12:44:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 12:45:52 tankpi reef-pi[5291]: 2019/01/23 12:45:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 12:46:52 tankpi reef-pi[5291]: 2019/01/23 12:46:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 12:47:52 tankpi reef-pi[5291]: 2019/01/23 12:47:52 health check: Used memory: 52.22  Load5: 0.05
Jan 23 12:48:52 tankpi reef-pi[5291]: 2019/01/23 12:48:52 health check: Used memory: 52.19  Load5: 0.06
Jan 23 12:49:52 tankpi reef-pi[5291]: 2019/01/23 12:49:52 health check: Used memory: 52.24  Load5: 0.06
Jan 23 12:50:52 tankpi reef-pi[5291]: 2019/01/23 12:50:52 health check: Used memory: 52.27  Load5: 0.06
Jan 23 12:51:52 tankpi reef-pi[5291]: 2019/01/23 12:51:52 health check: Used memory: 52.29  Load5: 0.08
Jan 23 12:52:52 tankpi reef-pi[5291]: 2019/01/23 12:52:52 health check: Used memory: 52.27  Load5: 0.06
Jan 23 12:53:52 tankpi reef-pi[5291]: 2019/01/23 12:53:52 health check: Used memory: 52.31  Load5: 0.05
Jan 23 12:54:52 tankpi reef-pi[5291]: 2019/01/23 12:54:52 health check: Used memory: 52.31  Load5: 0.05
Jan 23 12:55:52 tankpi reef-pi[5291]: 2019/01/23 12:55:52 health check: Used memory: 52.31  Load5: 0.04
Jan 23 12:56:52 tankpi reef-pi[5291]: 2019/01/23 12:56:52 health check: Used memory: 52.23  Load5: 0.03
Jan 23 12:57:52 tankpi reef-pi[5291]: 2019/01/23 12:57:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 12:58:52 tankpi reef-pi[5291]: 2019/01/23 12:58:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 12:59:52 tankpi reef-pi[5291]: 2019/01/23 12:59:52 health check: Used memory: 52.24  Load5: 0.01
Jan 23 13:00:52 tankpi reef-pi[5291]: 2019/01/23 13:00:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 13:01:52 tankpi reef-pi[5291]: 2019/01/23 13:01:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 13:02:52 tankpi reef-pi[5291]: 2019/01/23 13:02:52 health check: Used memory: 52.29  Load5: 0.02
Jan 23 13:03:52 tankpi reef-pi[5291]: 2019/01/23 13:03:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 13:04:52 tankpi reef-pi[5291]: 2019/01/23 13:04:52 health check: Used memory: 52.29  Load5: 0.03
Jan 23 13:05:52 tankpi reef-pi[5291]: 2019/01/23 13:05:52 health check: Used memory: 52.28  Load5: 0.03
Jan 23 13:06:52 tankpi reef-pi[5291]: 2019/01/23 13:06:52 health check: Used memory: 52.27  Load5: 0.03
Jan 23 13:07:52 tankpi reef-pi[5291]: 2019/01/23 13:07:52 health check: Used memory: 52.22  Load5: 0.02
Jan 23 13:08:52 tankpi reef-pi[5291]: 2019/01/23 13:08:52 health check: Used memory: 52.22  Load5: 0.01
Jan 23 13:09:52 tankpi reef-pi[5291]: 2019/01/23 13:09:52 health check: Used memory: 52.22  Load5: 0.04
Jan 23 13:10:52 tankpi reef-pi[5291]: 2019/01/23 13:10:52 health check: Used memory: 52.25  Load5: 0.03
Jan 23 13:11:52 tankpi reef-pi[5291]: 2019/01/23 13:11:52 health check: Used memory: 52.28  Load5: 0.11
Jan 23 13:12:52 tankpi reef-pi[5291]: 2019/01/23 13:12:52 health check: Used memory: 52.18  Load5: 0.09
Jan 23 13:13:52 tankpi reef-pi[5291]: 2019/01/23 13:13:52 health check: Used memory: 52.21  Load5: 0.07
Jan 23 13:14:52 tankpi reef-pi[5291]: 2019/01/23 13:14:52 health check: Used memory: 52.18  Load5: 0.05
Jan 23 13:15:52 tankpi reef-pi[5291]: 2019/01/23 13:15:52 health check: Used memory: 52.18  Load5: 0.1
Jan 23 13:16:52 tankpi reef-pi[5291]: 2019/01/23 13:16:52 health check: Used memory: 52.25  Load5: 0.08
Jan 23 13:17:52 tankpi reef-pi[5291]: 2019/01/23 13:17:52 health check: Used memory: 52.29  Load5: 0.08
Jan 23 13:18:52 tankpi reef-pi[5291]: 2019/01/23 13:18:52 health check: Used memory: 52.25  Load5: 0.13
Jan 23 13:19:52 tankpi reef-pi[5291]: 2019/01/23 13:19:52 health check: Used memory: 52.19  Load5: 0.11
Jan 23 13:20:52 tankpi reef-pi[5291]: 2019/01/23 13:20:52 health check: Used memory: 52.22  Load5: 0.1
Jan 23 13:21:52 tankpi reef-pi[5291]: 2019/01/23 13:21:52 health check: Used memory: 52.3  Load5: 0.08
Jan 23 13:22:52 tankpi reef-pi[5291]: 2019/01/23 13:22:52 health check: Used memory: 52.25  Load5: 0.06
Jan 23 13:23:52 tankpi reef-pi[5291]: 2019/01/23 13:23:52 health check: Used memory: 52.24  Load5: 0.05
Jan 23 13:24:52 tankpi reef-pi[5291]: 2019/01/23 13:24:52 health check: Used memory: 52.27  Load5: 0.05
Jan 23 13:25:52 tankpi reef-pi[5291]: 2019/01/23 13:25:52 health check: Used memory: 52.21  Load5: 0.09
Jan 23 13:26:52 tankpi reef-pi[5291]: 2019/01/23 13:26:52 health check: Used memory: 52.26  Load5: 0.07
Jan 23 13:27:52 tankpi reef-pi[5291]: 2019/01/23 13:27:52 health check: Used memory: 52.26  Load5: 0.05
Jan 23 13:28:52 tankpi reef-pi[5291]: 2019/01/23 13:28:52 health check: Used memory: 52.2  Load5: 0.06
Jan 23 13:29:52 tankpi reef-pi[5291]: 2019/01/23 13:29:52 health check: Used memory: 52.22  Load5: 0.04
Jan 23 13:30:52 tankpi reef-pi[5291]: 2019/01/23 13:30:52 health check: Used memory: 52.28  Load5: 0.03
Jan 23 13:31:52 tankpi reef-pi[5291]: 2019/01/23 13:31:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 13:32:52 tankpi reef-pi[5291]: 2019/01/23 13:32:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 13:33:52 tankpi reef-pi[5291]: 2019/01/23 13:33:52 health check: Used memory: 52.27  Load5: 0.01
Jan 23 13:34:52 tankpi reef-pi[5291]: 2019/01/23 13:34:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 13:35:52 tankpi reef-pi[5291]: 2019/01/23 13:35:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 13:36:52 tankpi reef-pi[5291]: 2019/01/23 13:36:52 health check: Used memory: 52.2  Load5: 0.01
Jan 23 13:37:52 tankpi reef-pi[5291]: 2019/01/23 13:37:52 health check: Used memory: 52.25  Load5: 0.01
Jan 23 13:38:52 tankpi reef-pi[5291]: 2019/01/23 13:38:52 health check: Used memory: 52.24  Load5: 0
Jan 23 13:39:52 tankpi reef-pi[5291]: 2019/01/23 13:39:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 13:40:52 tankpi reef-pi[5291]: 2019/01/23 13:40:52 health check: Used memory: 52.23  Load5: 0.01
Jan 23 13:41:52 tankpi reef-pi[5291]: 2019/01/23 13:41:52 health check: Used memory: 52.19  Load5: 0.05
Jan 23 13:42:52 tankpi reef-pi[5291]: 2019/01/23 13:42:52 health check: Used memory: 52.22  Load5: 0.04
Jan 23 13:43:52 tankpi reef-pi[5291]: 2019/01/23 13:43:52 health check: Used memory: 52.18  Load5: 0.04
Jan 23 13:44:52 tankpi reef-pi[5291]: 2019/01/23 13:44:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 13:45:52 tankpi reef-pi[5291]: 2019/01/23 13:45:52 health check: Used memory: 52.25  Load5: 0.03
Jan 23 13:46:52 tankpi reef-pi[5291]: 2019/01/23 13:46:52 health check: Used memory: 52.29  Load5: 0.02
Jan 23 13:47:52 tankpi reef-pi[5291]: 2019/01/23 13:47:52 health check: Used memory: 52.23  Load5: 0.01
Jan 23 13:48:52 tankpi reef-pi[5291]: 2019/01/23 13:48:52 health check: Used memory: 52.23  Load5: 0.01
Jan 23 13:49:52 tankpi reef-pi[5291]: 2019/01/23 13:49:52 health check: Used memory: 52.22  Load5: 0
Jan 23 13:50:52 tankpi reef-pi[5291]: 2019/01/23 13:50:52 health check: Used memory: 52.29  Load5: 0.02
Jan 23 13:51:52 tankpi reef-pi[5291]: 2019/01/23 13:51:52 health check: Used memory: 52.25  Load5: 0.01
Jan 23 13:52:52 tankpi reef-pi[5291]: 2019/01/23 13:52:52 health check: Used memory: 52.28  Load5: 0.02
Jan 23 13:53:52 tankpi reef-pi[5291]: 2019/01/23 13:53:52 health check: Used memory: 52.28  Load5: 0.08
Jan 23 13:54:52 tankpi reef-pi[5291]: 2019/01/23 13:54:52 health check: Used memory: 52.24  Load5: 0.13
Jan 23 13:55:52 tankpi reef-pi[5291]: 2019/01/23 13:55:52 health check: Used memory: 52.18  Load5: 0.1
Jan 23 13:56:52 tankpi reef-pi[5291]: 2019/01/23 13:56:52 health check: Used memory: 52.18  Load5: 0.15
Jan 23 13:57:52 tankpi reef-pi[5291]: 2019/01/23 13:57:52 health check: Used memory: 52.24  Load5: 0.12
Jan 23 13:58:52 tankpi reef-pi[5291]: 2019/01/23 13:58:52 health check: Used memory: 52.23  Load5: 0.11
Jan 23 13:59:52 tankpi reef-pi[5291]: 2019/01/23 13:59:52 health check: Used memory: 52.23  Load5: 0.09
Jan 23 14:00:52 tankpi reef-pi[5291]: 2019/01/23 14:00:52 health check: Used memory: 52.23  Load5: 0.1
Jan 23 14:01:52 tankpi reef-pi[5291]: 2019/01/23 14:01:52 health check: Used memory: 52.23  Load5: 0.09
Jan 23 14:02:52 tankpi reef-pi[5291]: 2019/01/23 14:02:52 health check: Used memory: 52.23  Load5: 0.09
Jan 23 14:03:52 tankpi reef-pi[5291]: 2019/01/23 14:03:52 health check: Used memory: 52.23  Load5: 0.08
Jan 23 14:04:52 tankpi reef-pi[5291]: 2019/01/23 14:04:52 health check: Used memory: 52.25  Load5: 0.07
Jan 23 14:05:52 tankpi reef-pi[5291]: 2019/01/23 14:05:52 health check: Used memory: 52.28  Load5: 0.07
Jan 23 14:06:52 tankpi reef-pi[5291]: 2019/01/23 14:06:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 14:07:52 tankpi reef-pi[5291]: 2019/01/23 14:07:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 14:08:52 tankpi reef-pi[5291]: 2019/01/23 14:08:52 health check: Used memory: 52.27  Load5: 0.03
Jan 23 14:09:52 tankpi reef-pi[5291]: 2019/01/23 14:09:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 14:10:52 tankpi reef-pi[5291]: 2019/01/23 14:10:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 14:11:52 tankpi reef-pi[5291]: 2019/01/23 14:11:52 health check: Used memory: 52.21  Load5: 0.03
Jan 23 14:12:52 tankpi reef-pi[5291]: 2019/01/23 14:12:52 health check: Used memory: 52.21  Load5: 0.02
Jan 23 14:13:52 tankpi reef-pi[5291]: 2019/01/23 14:13:52 health check: Used memory: 52.23  Load5: 0.01
Jan 23 14:14:52 tankpi reef-pi[5291]: 2019/01/23 14:14:52 health check: Used memory: 52.21  Load5: 0.03
Jan 23 14:15:52 tankpi reef-pi[5291]: 2019/01/23 14:15:52 health check: Used memory: 52.23  Load5: 0.03
Jan 23 14:16:52 tankpi reef-pi[5291]: 2019/01/23 14:16:52 health check: Used memory: 52.23  Load5: 0.04
Jan 23 14:17:52 tankpi reef-pi[5291]: 2019/01/23 14:17:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 14:18:52 tankpi reef-pi[5291]: 2019/01/23 14:18:52 health check: Used memory: 52.3  Load5: 0.03
Jan 23 14:19:52 tankpi reef-pi[5291]: 2019/01/23 14:19:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 14:20:52 tankpi reef-pi[5291]: 2019/01/23 14:20:52 health check: Used memory: 52.18  Load5: 0.02
Jan 23 14:21:52 tankpi reef-pi[5291]: 2019/01/23 14:21:52 health check: Used memory: 52.21  Load5: 0.03
Jan 23 14:22:52 tankpi reef-pi[5291]: 2019/01/23 14:22:52 health check: Used memory: 52.18  Load5: 0.02
Jan 23 14:23:52 tankpi reef-pi[5291]: 2019/01/23 14:23:52 health check: Used memory: 52.2  Load5: 0.02
Jan 23 14:24:52 tankpi reef-pi[5291]: 2019/01/23 14:24:52 health check: Used memory: 52.21  Load5: 0.01
Jan 23 14:25:52 tankpi reef-pi[5291]: 2019/01/23 14:25:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 14:26:52 tankpi reef-pi[5291]: 2019/01/23 14:26:52 health check: Used memory: 52.2  Load5: 0
Jan 23 14:27:52 tankpi reef-pi[5291]: 2019/01/23 14:27:52 health check: Used memory: 52.26  Load5: 0
Jan 23 14:28:52 tankpi reef-pi[5291]: 2019/01/23 14:28:52 health check: Used memory: 52.26  Load5: 0
Jan 23 14:29:52 tankpi reef-pi[5291]: 2019/01/23 14:29:52 health check: Used memory: 52.2  Load5: 0
Jan 23 14:30:52 tankpi reef-pi[5291]: 2019/01/23 14:30:52 health check: Used memory: 52.28  Load5: 0
Jan 23 14:31:52 tankpi reef-pi[5291]: 2019/01/23 14:31:52 health check: Used memory: 52.28  Load5: 0
Jan 23 14:32:52 tankpi reef-pi[5291]: 2019/01/23 14:32:52 health check: Used memory: 52.25  Load5: 0.06
Jan 23 14:33:52 tankpi reef-pi[5291]: 2019/01/23 14:33:52 health check: Used memory: 52.27  Load5: 0.06
Jan 23 14:34:52 tankpi reef-pi[5291]: 2019/01/23 14:34:52 health check: Used memory: 52.25  Load5: 0.06
Jan 23 14:35:52 tankpi reef-pi[5291]: 2019/01/23 14:35:52 health check: Used memory: 52.18  Load5: 0.1
Jan 23 14:36:52 tankpi reef-pi[5291]: 2019/01/23 14:36:52 health check: Used memory: 52.2  Load5: 0.08
Jan 23 14:37:52 tankpi reef-pi[5291]: 2019/01/23 14:37:52 health check: Used memory: 52.24  Load5: 0.09
Jan 23 14:38:52 tankpi reef-pi[5291]: 2019/01/23 14:38:52 health check: Used memory: 52.16  Load5: 0.07
Jan 23 14:39:52 tankpi reef-pi[5291]: 2019/01/23 14:39:52 health check: Used memory: 52.21  Load5: 0.06
Jan 23 14:40:52 tankpi reef-pi[5291]: 2019/01/23 14:40:52 health check: Used memory: 52.2  Load5: 0.06
Jan 23 14:41:52 tankpi reef-pi[5291]: 2019/01/23 14:41:52 health check: Used memory: 52.23  Load5: 0.06
Jan 23 14:42:52 tankpi reef-pi[5291]: 2019/01/23 14:42:52 health check: Used memory: 52.23  Load5: 0.09
Jan 23 14:43:52 tankpi reef-pi[5291]: 2019/01/23 14:43:52 health check: Used memory: 52.25  Load5: 0.08
Jan 23 14:44:52 tankpi reef-pi[5291]: 2019/01/23 14:44:52 health check: Used memory: 52.22  Load5: 0.08
Jan 23 14:45:52 tankpi reef-pi[5291]: 2019/01/23 14:45:52 health check: Used memory: 52.23  Load5: 0.08
Jan 23 14:46:52 tankpi reef-pi[5291]: 2019/01/23 14:46:52 health check: Used memory: 52.25  Load5: 0.07
Jan 23 14:47:52 tankpi reef-pi[5291]: 2019/01/23 14:47:52 health check: Used memory: 52.19  Load5: 0.05
Jan 23 14:48:52 tankpi reef-pi[5291]: 2019/01/23 14:48:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 14:49:52 tankpi reef-pi[5291]: 2019/01/23 14:49:52 health check: Used memory: 52.22  Load5: 0.06
Jan 23 14:50:52 tankpi reef-pi[5291]: 2019/01/23 14:50:52 health check: Used memory: 52.27  Load5: 0.04
Jan 23 14:51:52 tankpi reef-pi[5291]: 2019/01/23 14:51:52 health check: Used memory: 52.27  Load5: 0.06
Jan 23 14:52:52 tankpi reef-pi[5291]: 2019/01/23 14:52:52 health check: Used memory: 52.24  Load5: 0.08
Jan 23 14:53:52 tankpi reef-pi[5291]: 2019/01/23 14:53:52 health check: Used memory: 52.27  Load5: 0.06
Jan 23 14:54:52 tankpi reef-pi[5291]: 2019/01/23 14:54:52 health check: Used memory: 52.26  Load5: 0.05
Jan 23 14:55:52 tankpi reef-pi[5291]: 2019/01/23 14:55:52 health check: Used memory: 52.23  Load5: 0.04
Jan 23 14:56:52 tankpi reef-pi[5291]: 2019/01/23 14:56:52 health check: Used memory: 52.2  Load5: 0.06
Jan 23 14:57:52 tankpi reef-pi[5291]: 2019/01/23 14:57:52 health check: Used memory: 52.2  Load5: 0.04
Jan 23 14:58:52 tankpi reef-pi[5291]: 2019/01/23 14:58:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 14:59:52 tankpi reef-pi[5291]: 2019/01/23 14:59:52 health check: Used memory: 52.28  Load5: 0.02
Jan 23 15:00:52 tankpi reef-pi[5291]: 2019/01/23 15:00:52 health check: Used memory: 52.22  Load5: 0.02
Jan 23 15:01:52 tankpi reef-pi[5291]: 2019/01/23 15:01:52 health check: Used memory: 52.3  Load5: 0.01
Jan 23 15:02:52 tankpi reef-pi[5291]: 2019/01/23 15:02:52 health check: Used memory: 52.33  Load5: 0.01
Jan 23 15:03:52 tankpi reef-pi[5291]: 2019/01/23 15:03:52 health check: Used memory: 52.27  Load5: 0
Jan 23 15:04:52 tankpi reef-pi[5291]: 2019/01/23 15:04:52 health check: Used memory: 52.21  Load5: 0
Jan 23 15:05:52 tankpi reef-pi[5291]: 2019/01/23 15:05:52 health check: Used memory: 52.24  Load5: 0
Jan 23 15:06:52 tankpi reef-pi[5291]: 2019/01/23 15:06:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 15:07:52 tankpi reef-pi[5291]: 2019/01/23 15:07:52 health check: Used memory: 52.31  Load5: 0.03
Jan 23 15:08:52 tankpi reef-pi[5291]: 2019/01/23 15:08:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 15:09:52 tankpi reef-pi[5291]: 2019/01/23 15:09:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 15:10:52 tankpi reef-pi[5291]: 2019/01/23 15:10:52 health check: Used memory: 52.23  Load5: 0.02
Jan 23 15:11:52 tankpi reef-pi[5291]: 2019/01/23 15:11:52 health check: Used memory: 52.23  Load5: 0.05
Jan 23 15:12:52 tankpi reef-pi[5291]: 2019/01/23 15:12:52 health check: Used memory: 52.17  Load5: 0.04
Jan 23 15:13:52 tankpi reef-pi[5291]: 2019/01/23 15:13:52 health check: Used memory: 52.22  Load5: 0.03
Jan 23 15:14:52 tankpi reef-pi[5291]: 2019/01/23 15:14:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 15:15:52 tankpi reef-pi[5291]: 2019/01/23 15:15:52 health check: Used memory: 52.22  Load5: 0.05
Jan 23 15:16:52 tankpi reef-pi[5291]: 2019/01/23 15:16:52 health check: Used memory: 52.28  Load5: 0.06
Jan 23 15:17:52 tankpi reef-pi[5291]: 2019/01/23 15:17:52 health check: Used memory: 52.22  Load5: 0.06
Jan 23 15:18:52 tankpi reef-pi[5291]: 2019/01/23 15:18:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 15:19:52 tankpi reef-pi[5291]: 2019/01/23 15:19:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 15:20:52 tankpi reef-pi[5291]: 2019/01/23 15:20:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 15:21:52 tankpi reef-pi[5291]: 2019/01/23 15:21:52 health check: Used memory: 52.16  Load5: 0.03
Jan 23 15:22:52 tankpi reef-pi[5291]: 2019/01/23 15:22:52 health check: Used memory: 52.21  Load5: 0.04
Jan 23 15:23:52 tankpi reef-pi[5291]: 2019/01/23 15:23:52 health check: Used memory: 52.24  Load5: 0.04
Jan 23 15:24:52 tankpi reef-pi[5291]: 2019/01/23 15:24:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 15:25:52 tankpi reef-pi[5291]: 2019/01/23 15:25:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 15:26:52 tankpi reef-pi[5291]: 2019/01/23 15:26:52 health check: Used memory: 52.24  Load5: 0.05
Jan 23 15:27:52 tankpi reef-pi[5291]: 2019/01/23 15:27:52 health check: Used memory: 52.26  Load5: 0.1
Jan 23 15:28:52 tankpi reef-pi[5291]: 2019/01/23 15:28:52 health check: Used memory: 52.24  Load5: 0.08
Jan 23 15:29:52 tankpi reef-pi[5291]: 2019/01/23 15:29:52 health check: Used memory: 52.2  Load5: 0.06
Jan 23 15:30:52 tankpi reef-pi[5291]: 2019/01/23 15:30:52 health check: Used memory: 52.28  Load5: 0.06
Jan 23 15:31:52 tankpi reef-pi[5291]: 2019/01/23 15:31:52 health check: Used memory: 52.28  Load5: 0.05
Jan 23 15:32:52 tankpi reef-pi[5291]: 2019/01/23 15:32:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 15:33:52 tankpi reef-pi[5291]: 2019/01/23 15:33:52 health check: Used memory: 52.25  Load5: 0.03
Jan 23 15:34:52 tankpi reef-pi[5291]: 2019/01/23 15:34:52 health check: Used memory: 52.31  Load5: 0.02
Jan 23 15:35:52 tankpi reef-pi[5291]: 2019/01/23 15:35:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 15:36:52 tankpi reef-pi[5291]: 2019/01/23 15:36:52 health check: Used memory: 52.24  Load5: 0.01
Jan 23 15:37:52 tankpi reef-pi[5291]: 2019/01/23 15:37:52 health check: Used memory: 52.27  Load5: 0
Jan 23 15:38:52 tankpi reef-pi[5291]: 2019/01/23 15:38:52 health check: Used memory: 52.23  Load5: 0
Jan 23 15:39:52 tankpi reef-pi[5291]: 2019/01/23 15:39:52 health check: Used memory: 52.28  Load5: 0.01
Jan 23 15:40:52 tankpi reef-pi[5291]: 2019/01/23 15:40:52 health check: Used memory: 52.25  Load5: 0.01
Jan 23 15:41:52 tankpi reef-pi[5291]: 2019/01/23 15:41:52 health check: Used memory: 52.22  Load5: 0.02
Jan 23 15:42:52 tankpi reef-pi[5291]: 2019/01/23 15:42:52 health check: Used memory: 52.28  Load5: 0.01
Jan 23 15:43:52 tankpi reef-pi[5291]: 2019/01/23 15:43:52 health check: Used memory: 52.27  Load5: 0.01
Jan 23 15:44:52 tankpi reef-pi[5291]: 2019/01/23 15:44:52 health check: Used memory: 52.27  Load5: 0
Jan 23 15:45:52 tankpi reef-pi[5291]: 2019/01/23 15:45:52 health check: Used memory: 52.32  Load5: 0.01
Jan 23 15:46:52 tankpi reef-pi[5291]: 2019/01/23 15:46:52 health check: Used memory: 52.29  Load5: 0.01
Jan 23 15:47:52 tankpi reef-pi[5291]: 2019/01/23 15:47:52 health check: Used memory: 52.25  Load5: 0
Jan 23 15:48:52 tankpi reef-pi[5291]: 2019/01/23 15:48:52 health check: Used memory: 52.25  Load5: 0
Jan 23 15:49:52 tankpi reef-pi[5291]: 2019/01/23 15:49:52 health check: Used memory: 52.22  Load5: 0.01
Jan 23 15:50:52 tankpi reef-pi[5291]: 2019/01/23 15:50:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 15:51:52 tankpi reef-pi[5291]: 2019/01/23 15:51:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 15:52:52 tankpi reef-pi[5291]: 2019/01/23 15:52:52 health check: Used memory: 52.27  Load5: 0.03
Jan 23 15:53:52 tankpi reef-pi[5291]: 2019/01/23 15:53:52 health check: Used memory: 52.22  Load5: 0.02
Jan 23 15:54:52 tankpi reef-pi[5291]: 2019/01/23 15:54:52 health check: Used memory: 52.24  Load5: 0.03
Jan 23 15:55:52 tankpi reef-pi[5291]: 2019/01/23 15:55:52 health check: Used memory: 52.21  Load5: 0.02
Jan 23 15:56:52 tankpi reef-pi[5291]: 2019/01/23 15:56:52 health check: Used memory: 52.24  Load5: 0.1
Jan 23 15:57:52 tankpi reef-pi[5291]: 2019/01/23 15:57:52 health check: Used memory: 52.21  Load5: 0.08
Jan 23 15:58:52 tankpi reef-pi[5291]: 2019/01/23 15:58:52 health check: Used memory: 52.24  Load5: 0.08
Jan 23 15:59:52 tankpi reef-pi[5291]: 2019/01/23 15:59:52 health check: Used memory: 52.24  Load5: 0.11
Jan 23 16:00:52 tankpi reef-pi[5291]: 2019/01/23 16:00:52 health check: Used memory: 52.29  Load5: 0.09
Jan 23 16:01:52 tankpi reef-pi[5291]: 2019/01/23 16:01:52 health check: Used memory: 52.21  Load5: 0.12
Jan 23 16:02:52 tankpi reef-pi[5291]: 2019/01/23 16:02:52 health check: Used memory: 52.27  Load5: 0.09
Jan 23 16:03:52 tankpi reef-pi[5291]: 2019/01/23 16:03:52 health check: Used memory: 52.26  Load5: 0.07
Jan 23 16:04:52 tankpi reef-pi[5291]: 2019/01/23 16:04:52 health check: Used memory: 52.23  Load5: 0.08
Jan 23 16:05:52 tankpi reef-pi[5291]: 2019/01/23 16:05:52 health check: Used memory: 52.29  Load5: 0.08
Jan 23 16:06:52 tankpi reef-pi[5291]: 2019/01/23 16:06:52 health check: Used memory: 52.28  Load5: 0.12
Jan 23 16:07:52 tankpi reef-pi[5291]: 2019/01/23 16:07:52 health check: Used memory: 52.27  Load5: 0.1
Jan 23 16:08:52 tankpi reef-pi[5291]: 2019/01/23 16:08:52 health check: Used memory: 52.23  Load5: 0.09
Jan 23 16:09:52 tankpi reef-pi[5291]: 2019/01/23 16:09:52 health check: Used memory: 52.24  Load5: 0.09
Jan 23 16:10:52 tankpi reef-pi[5291]: 2019/01/23 16:10:52 health check: Used memory: 52.3  Load5: 0.08
Jan 23 16:11:52 tankpi reef-pi[5291]: 2019/01/23 16:11:52 health check: Used memory: 52.24  Load5: 0.07
Jan 23 16:12:52 tankpi reef-pi[5291]: 2019/01/23 16:12:52 health check: Used memory: 52.21  Load5: 0.05
Jan 23 16:13:52 tankpi reef-pi[5291]: 2019/01/23 16:13:52 health check: Used memory: 52.24  Load5: 0.05
Jan 23 16:14:52 tankpi reef-pi[5291]: 2019/01/23 16:14:52 health check: Used memory: 52.27  Load5: 0.04
Jan 23 16:15:52 tankpi reef-pi[5291]: 2019/01/23 16:15:52 health check: Used memory: 52.32  Load5: 0.03
Jan 23 16:16:52 tankpi reef-pi[5291]: 2019/01/23 16:16:52 health check: Used memory: 52.26  Load5: 0.02
Jan 23 16:17:52 tankpi reef-pi[5291]: 2019/01/23 16:17:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 16:18:52 tankpi reef-pi[5291]: 2019/01/23 16:18:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 16:19:52 tankpi reef-pi[5291]: 2019/01/23 16:19:52 health check: Used memory: 52.32  Load5: 0.01
Jan 23 16:20:52 tankpi reef-pi[5291]: 2019/01/23 16:20:52 health check: Used memory: 52.29  Load5: 0.03
Jan 23 16:21:52 tankpi reef-pi[5291]: 2019/01/23 16:21:52 health check: Used memory: 52.29  Load5: 0.02
Jan 23 16:22:52 tankpi reef-pi[5291]: 2019/01/23 16:22:52 health check: Used memory: 52.26  Load5: 0.03
Jan 23 16:23:52 tankpi reef-pi[5291]: 2019/01/23 16:23:52 health check: Used memory: 52.28  Load5: 0.03
Jan 23 16:24:52 tankpi reef-pi[5291]: 2019/01/23 16:24:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 16:25:52 tankpi reef-pi[5291]: 2019/01/23 16:25:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 16:26:52 tankpi reef-pi[5291]: 2019/01/23 16:26:52 health check: Used memory: 52.25  Load5: 0.03
Jan 23 16:27:52 tankpi reef-pi[5291]: 2019/01/23 16:27:52 health check: Used memory: 52.25  Load5: 0.02
Jan 23 16:28:52 tankpi reef-pi[5291]: 2019/01/23 16:28:52 health check: Used memory: 52.27  Load5: 0.02
Jan 23 16:29:52 tankpi reef-pi[5291]: 2019/01/23 16:29:52 health check: Used memory: 52.27  Load5: 0.01
Jan 23 16:30:52 tankpi reef-pi[5291]: 2019/01/23 16:30:52 health check: Used memory: 52.27  Load5: 0
Jan 23 16:31:52 tankpi reef-pi[5291]: 2019/01/23 16:31:52 health check: Used memory: 52.18  Load5: 0
Jan 23 16:32:52 tankpi reef-pi[5291]: 2019/01/23 16:32:52 health check: Used memory: 52.24  Load5: 0
Jan 23 16:33:52 tankpi reef-pi[5291]: 2019/01/23 16:33:52 health check: Used memory: 52.24  Load5: 0
Jan 23 16:34:52 tankpi reef-pi[5291]: 2019/01/23 16:34:52 health check: Used memory: 52.27  Load5: 0
Jan 23 16:35:52 tankpi reef-pi[5291]: 2019/01/23 16:35:52 health check: Used memory: 52.23  Load5: 0.01
Jan 23 16:36:52 tankpi reef-pi[5291]: 2019/01/23 16:36:52 health check: Used memory: 52.26  Load5: 0.01
Jan 23 16:37:52 tankpi reef-pi[5291]: 2019/01/23 16:37:52 health check: Used memory: 52.26  Load5: 0
Jan 23 16:38:52 tankpi reef-pi[5291]: 2019/01/23 16:38:52 health check: Used memory: 52.26  Load5: 0
Jan 23 16:39:52 tankpi reef-pi[5291]: 2019/01/23 16:39:52 health check: Used memory: 52.25  Load5: 0.09
Jan 23 16:40:52 tankpi reef-pi[5291]: 2019/01/23 16:40:52 health check: Used memory: 52.25  Load5: 0.07
Jan 23 16:41:52 tankpi reef-pi[5291]: 2019/01/23 16:41:52 health check: Used memory: 52.25  Load5: 0.05
Jan 23 16:42:52 tankpi reef-pi[5291]: 2019/01/23 16:42:52 health check: Used memory: 52.25  Load5: 0.1
Jan 23 16:43:52 tankpi reef-pi[5291]: 2019/01/23 16:43:52 health check: Used memory: 52.22  Load5: 0.09
Jan 23 16:44:52 tankpi reef-pi[5291]: 2019/01/23 16:44:52 health check: Used memory: 52.18  Load5: 0.07
Jan 23 16:45:52 tankpi reef-pi[5291]: 2019/01/23 16:45:52 health check: Used memory: 52.18  Load5: 0.06
Jan 23 16:46:52 tankpi reef-pi[5291]: 2019/01/23 16:46:52 health check: Used memory: 52.24  Load5: 0.06
Jan 23 16:47:52 tankpi reef-pi[5291]: 2019/01/23 16:47:52 health check: Used memory: 52.27  Load5: 0.06
Jan 23 16:48:52 tankpi reef-pi[5291]: 2019/01/23 16:48:52 health check: Used memory: 52.24  Load5: 0.05
Jan 23 16:49:52 tankpi reef-pi[5291]: 2019/01/23 16:49:52 health check: Used memory: 52.23  Load5: 0.03
Jan 23 16:50:52 tankpi reef-pi[5291]: 2019/01/23 16:50:52 health check: Used memory: 52.29  Load5: 0.03
Jan 23 16:51:52 tankpi reef-pi[5291]: 2019/01/23 16:51:52 health check: Used memory: 52.26  Load5: 0.07
Jan 23 16:52:52 tankpi reef-pi[5291]: 2019/01/23 16:52:52 health check: Used memory: 52.28  Load5: 0.06
Jan 23 16:53:52 tankpi reef-pi[5291]: 2019/01/23 16:53:52 health check: Used memory: 52.26  Load5: 0.05
Jan 23 16:54:52 tankpi reef-pi[5291]: 2019/01/23 16:54:52 health check: Used memory: 52.17  Load5: 0.05
Jan 23 16:55:52 tankpi reef-pi[5291]: 2019/01/23 16:55:52 health check: Used memory: 52.29  Load5: 0.04
Jan 23 16:56:52 tankpi reef-pi[5291]: 2019/01/23 16:56:52 health check: Used memory: 52.23  Load5: 0.03
Jan 23 16:57:52 tankpi reef-pi[5291]: 2019/01/23 16:57:52 health check: Used memory: 52.24  Load5: 0.02
Jan 23 16:58:52 tankpi reef-pi[5291]: 2019/01/23 16:58:52 health check: Used memory: 52.22  Load5: 0.06
Jan 23 16:59:52 tankpi reef-pi[5291]: 2019/01/23 16:59:52 health check: Used memory: 52.26  Load5: 0.05
Jan 23 17:00:52 tankpi reef-pi[5291]: 2019/01/23 17:00:52 health check: Used memory: 52.25  Load5: 0.04
Jan 23 17:01:52 tankpi reef-pi[5291]: 2019/01/23 17:01:52 health check: Used memory: 53.54  Load5: 0.12
Jan 23 17:02:52 tankpi reef-pi[5291]: 2019/01/23 17:02:52 health check: Used memory: 54.37  Load5: 0.12
Jan 23 17:03:52 tankpi reef-pi[5291]: 2019/01/23 17:03:52 health check: Used memory: 54.35  Load5: 0.1
Jan 23 17:04:52 tankpi reef-pi[5291]: 2019/01/23 17:04:52 health check: Used memory: 55.12  Load5: 0.09
Jan 23 17:05:52 tankpi reef-pi[5291]: 2019/01/23 17:05:52 health check: Used memory: 55.15  Load5: 0.07
Jan 23 17:06:52 tankpi reef-pi[5291]: 2019/01/23 17:06:52 health check: Used memory: 55.14  Load5: 0.06
Jan 23 17:07:52 tankpi reef-pi[5291]: 2019/01/23 17:07:52 health check: Used memory: 55.16  Load5: 0.06
Jan 23 17:08:52 tankpi reef-pi[5291]: 2019/01/23 17:08:52 health check: Used memory: 55.24  Load5: 0.06
Jan 23 17:09:52 tankpi reef-pi[5291]: 2019/01/23 17:09:52 health check: Used memory: 55.28  Load5: 0.05
Jan 23 17:10:52 tankpi reef-pi[5291]: 2019/01/23 17:10:52 health check: Used memory: 55.08  Load5: 0.04
Jan 23 17:11:52 tankpi reef-pi[5291]: 2019/01/23 17:11:52 health check: Used memory: 55.05  Load5: 0.03
Jan 23 17:12:52 tankpi reef-pi[5291]: 2019/01/23 17:12:52 health check: Used memory: 55.05  Load5: 0.02
Jan 23 17:13:52 tankpi reef-pi[5291]: 2019/01/23 17:13:52 health check: Used memory: 55.08  Load5: 0.06
Jan 23 17:14:52 tankpi reef-pi[5291]: 2019/01/23 17:14:52 health check: Used memory: 55.1  Load5: 0.05
Jan 23 17:15:52 tankpi reef-pi[5291]: 2019/01/23 17:15:52 health check: Used memory: 53.45  Load5: 0.04
Jan 23 17:16:52 tankpi reef-pi[5291]: 2019/01/23 17:16:52 health check: Used memory: 53.42  Load5: 0.03
Jan 23 17:17:52 tankpi reef-pi[5291]: 2019/01/23 17:17:52 health check: Used memory: 53.42  Load5: 0.04
Jan 23 17:18:52 tankpi reef-pi[5291]: 2019/01/23 17:18:52 health check: Used memory: 53.42  Load5: 0.03
Jan 23 17:19:52 tankpi reef-pi[5291]: 2019/01/23 17:19:52 health check: Used memory: 53.41  Load5: 0.02
Jan 23 17:20:52 tankpi reef-pi[5291]: 2019/01/23 17:20:52 health check: Used memory: 53.48  Load5: 0.02
Jan 23 17:21:52 tankpi reef-pi[5291]: 2019/01/23 17:21:52 health check: Used memory: 53.45  Load5: 0.02
Jan 23 17:22:52 tankpi reef-pi[5291]: 2019/01/23 17:22:52 health check: Used memory: 53.32  Load5: 0.02
Jan 23 17:23:52 tankpi reef-pi[5291]: 2019/01/23 17:23:52 health check: Used memory: 53.26  Load5: 0.01
Jan 23 17:24:52 tankpi reef-pi[5291]: 2019/01/23 17:24:52 health check: Used memory: 53.38  Load5: 0.07
Jan 23 17:25:52 tankpi reef-pi[5291]: 2019/01/23 17:25:52 health check: Used memory: 53.4  Load5: 0.05
Jan 23 17:26:52 tankpi reef-pi[5291]: 2019/01/23 17:26:52 health check: Used memory: 53.4  Load5: 0.1
Jan 23 17:27:52 tankpi reef-pi[5291]: 2019/01/23 17:27:52 health check: Used memory: 53.34  Load5: 0.08
Jan 23 17:28:52 tankpi reef-pi[5291]: 2019/01/23 17:28:52 health check: Used memory: 53.34  Load5: 0.08
Jan 23 17:29:52 tankpi reef-pi[5291]: 2019/01/23 17:29:52 health check: Used memory: 53.34  Load5: 0.13
Jan 23 17:30:52 tankpi reef-pi[5291]: 2019/01/23 17:30:52 health check: Used memory: 52.72  Load5: 0.12
Jan 23 17:31:52 tankpi reef-pi[5291]: 2019/01/23 17:31:52 health check: Used memory: 52.71  Load5: 0.13
Jan 23 17:32:52 tankpi reef-pi[5291]: 2019/01/23 17:32:52 health check: Used memory: 52.37  Load5: 0.12
Jan 23 17:33:52 tankpi reef-pi[5291]: 2019/01/23 17:33:52 health check: Used memory: 52.34  Load5: 0.09
Jan 23 17:34:52 tankpi reef-pi[5291]: 2019/01/23 17:34:52 health check: Used memory: 52.4  Load5: 0.07
Jan 23 17:35:52 tankpi reef-pi[5291]: 2019/01/23 17:35:52 health check: Used memory: 52.4  Load5: 0.06
Jan 23 17:36:52 tankpi reef-pi[5291]: 2019/01/23 17:36:52 health check: Used memory: 52.37  Load5: 0.08
Jan 23 17:37:52 tankpi reef-pi[5291]: 2019/01/23 17:37:52 health check: Used memory: 52.34  Load5: 0.06
Jan 23 17:38:52 tankpi reef-pi[5291]: 2019/01/23 17:38:52 health check: Used memory: 52.33  Load5: 0.05
Jan 23 17:39:52 tankpi reef-pi[5291]: 2019/01/23 17:39:52 health check: Used memory: 52.39  Load5: 0.04
Jan 23 17:40:52 tankpi reef-pi[5291]: 2019/01/23 17:40:52 health check: Used memory: 52.3  Load5: 0.04
Jan 23 17:41:52 tankpi reef-pi[5291]: 2019/01/23 17:41:52 health check: Used memory: 52.31  Load5: 0.03
Jan 23 17:42:52 tankpi reef-pi[5291]: 2019/01/23 17:42:52 health check: Used memory: 52.33  Load5: 0.04
Jan 23 17:43:52 tankpi reef-pi[5291]: 2019/01/23 17:43:52 health check: Used memory: 52.33  Load5: 0.03
Jan 23 17:44:52 tankpi reef-pi[5291]: 2019/01/23 17:44:52 health check: Used memory: 52.39  Load5: 0.02
Jan 23 17:45:52 tankpi reef-pi[5291]: 2019/01/23 17:45:52 health check: Used memory: 52.35  Load5: 0.02
Jan 23 17:46:52 tankpi reef-pi[5291]: 2019/01/23 17:46:52 health check: Used memory: 52.35  Load5: 0.02
Jan 23 17:47:52 tankpi reef-pi[5291]: 2019/01/23 17:47:52 health check: Used memory: 52.42  Load5: 0.02
Jan 23 17:48:52 tankpi reef-pi[5291]: 2019/01/23 17:48:52 health check: Used memory: 52.32  Load5: 0.03
Jan 23 17:49:52 tankpi reef-pi[5291]: 2019/01/23 17:49:52 health check: Used memory: 52.34  Load5: 0.02
Jan 23 17:50:52 tankpi reef-pi[5291]: 2019/01/23 17:50:52 health check: Used memory: 52.34  Load5: 0.02
Jan 23 17:51:52 tankpi reef-pi[5291]: 2019/01/23 17:51:52 health check: Used memory: 52.34  Load5: 0.03
Jan 23 17:52:52 tankpi reef-pi[5291]: 2019/01/23 17:52:52 health check: Used memory: 52.31  Load5: 0.02
Jan 23 17:53:52 tankpi reef-pi[5291]: 2019/01/23 17:53:52 health check: Used memory: 52.33  Load5: 0.01
Jan 23 17:54:52 tankpi reef-pi[5291]: 2019/01/23 17:54:52 health check: Used memory: 52.34  Load5: 0.01
Jan 23 17:55:52 tankpi reef-pi[5291]: 2019/01/23 17:55:52 health check: Used memory: 52.31  Load5: 0
Jan 23 17:56:52 tankpi reef-pi[5291]: 2019/01/23 17:56:52 health check: Used memory: 52.36  Load5: 0
Jan 23 17:57:52 tankpi reef-pi[5291]: 2019/01/23 17:57:52 health check: Used memory: 52.36  Load5: 0
Jan 23 17:58:52 tankpi reef-pi[5291]: 2019/01/23 17:58:52 health check: Used memory: 52.39  Load5: 0
Jan 23 17:59:52 tankpi reef-pi[5291]: 2019/01/23 17:59:52 health check: Used memory: 52.3  Load5: 0
Jan 23 18:00:52 tankpi reef-pi[5291]: 2019/01/23 18:00:52 health check: Used memory: 52.38  Load5: 0.07
Jan 23 18:01:52 tankpi reef-pi[5291]: 2019/01/23 18:01:52 health check: Used memory: 52.32  Load5: 0.07
Jan 23 18:02:52 tankpi reef-pi[5291]: 2019/01/23 18:02:52 health check: Used memory: 52.38  Load5: 0.05
Jan 23 18:03:52 tankpi reef-pi[5291]: 2019/01/23 18:03:52 health check: Used memory: 52.37  Load5: 0.12
Jan 23 18:04:52 tankpi reef-pi[5291]: 2019/01/23 18:04:52 health check: Used memory: 52.37  Load5: 0.09
Jan 23 18:05:52 tankpi reef-pi[5291]: 2019/01/23 18:05:52 health check: Used memory: 52.37  Load5: 0.07
Jan 23 18:06:52 tankpi reef-pi[5291]: 2019/01/23 18:06:52 health check: Used memory: 52.37  Load5: 0.07
Jan 23 18:07:52 tankpi reef-pi[5291]: 2019/01/23 18:07:52 health check: Used memory: 52.32  Load5: 0.07
Jan 23 18:08:52 tankpi reef-pi[5291]: 2019/01/23 18:08:52 health check: Used memory: 52.39  Load5: 0.07
Jan 23 18:09:52 tankpi reef-pi[5291]: 2019/01/23 18:09:52 health check: Used memory: 52.4  Load5: 0.06
Jan 23 18:10:52 tankpi reef-pi[5291]: 2019/01/23 18:10:52 health check: Used memory: 52.44  Load5: 0.09
Jan 23 18:11:52 tankpi reef-pi[5291]: 2019/01/23 18:11:52 health check: Used memory: 52.34  Load5: 0.07
Jan 23 18:12:52 tankpi reef-pi[5291]: 2019/01/23 18:12:52 health check: Used memory: 52.39  Load5: 0.06
Jan 23 18:13:52 tankpi reef-pi[5291]: 2019/01/23 18:13:52 health check: Used memory: 52.37  Load5: 0.1
Jan 23 18:14:52 tankpi reef-pi[5291]: 2019/01/23 18:14:52 health check: Used memory: 52.31  Load5: 0.08
Jan 23 18:15:52 tankpi reef-pi[5291]: 2019/01/23 18:15:52 health check: Used memory: 52.33  Load5: 0.06
Jan 23 18:16:52 tankpi reef-pi[5291]: 2019/01/23 18:16:52 health check: Used memory: 52.42  Load5: 0.05
Jan 23 18:17:52 tankpi reef-pi[5291]: 2019/01/23 18:17:52 health check: Used memory: 52.31  Load5: 0.05
Jan 23 18:18:52 tankpi reef-pi[5291]: 2019/01/23 18:18:52 health check: Used memory: 52.36  Load5: 0.04
Jan 23 18:19:52 tankpi reef-pi[5291]: 2019/01/23 18:19:52 health check: Used memory: 52.37  Load5: 0.03
Jan 23 18:20:52 tankpi reef-pi[5291]: 2019/01/23 18:20:52 health check: Used memory: 52.37  Load5: 0.02
Jan 23 18:21:52 tankpi reef-pi[5291]: 2019/01/23 18:21:52 health check: Used memory: 52.38  Load5: 0.02
Jan 23 18:22:52 tankpi reef-pi[5291]: 2019/01/23 18:22:52 health check: Used memory: 52.31  Load5: 0.03
Jan 23 18:23:52 tankpi reef-pi[5291]: 2019/01/23 18:23:52 health check: Used memory: 52.34  Load5: 0.02
Jan 23 18:24:52 tankpi reef-pi[5291]: 2019/01/23 18:24:52 health check: Used memory: 52.28  Load5: 0.02
Jan 23 18:25:52 tankpi reef-pi[5291]: 2019/01/23 18:25:52 health check: Used memory: 52.31  Load5: 0.03
Jan 23 18:26:52 tankpi reef-pi[5291]: 2019/01/23 18:26:52 health check: Used memory: 52.33  Load5: 0.03
Jan 23 18:27:52 tankpi reef-pi[5291]: 2019/01/23 18:27:52 health check: Used memory: 52.32  Load5: 0.03
Jan 23 18:28:52 tankpi reef-pi[5291]: 2019/01/23 18:28:52 health check: Used memory: 52.32  Load5: 0.03
Jan 23 18:29:52 tankpi reef-pi[5291]: 2019/01/23 18:29:52 health check: Used memory: 52.97  Load5: 0.11
Jan 23 18:30:52 tankpi reef-pi[5291]: 2019/01/23 18:30:52 health check: Used memory: 53.33  Load5: 0.08
Jan 23 18:31:52 tankpi reef-pi[5291]: 2019/01/23 18:31:52 health check: Used memory: 53.38  Load5: 0.08
Jan 23 18:32:52 tankpi reef-pi[5291]: 2019/01/23 18:32:52 health check: Used memory: 53.4  Load5: 0.1
Jan 23 18:33:52 tankpi reef-pi[5291]: 2019/01/23 18:33:52 health check: Used memory: 53.43  Load5: 0.08
Jan 23 18:34:52 tankpi reef-pi[5291]: 2019/01/23 18:34:52 health check: Used memory: 53.4  Load5: 0.06
Jan 23 18:35:52 tankpi reef-pi[5291]: 2019/01/23 18:35:52 health check: Used memory: 53.43  Load5: 0.05
Jan 23 18:36:52 tankpi reef-pi[5291]: 2019/01/23 18:36:52 health check: Used memory: 53.46  Load5: 0.05
Jan 23 18:37:52 tankpi reef-pi[5291]: 2019/01/23 18:37:52 health check: Used memory: 53.48  Load5: 0.04
Jan 23 18:38:52 tankpi reef-pi[5291]: 2019/01/23 18:38:52 health check: Used memory: 52.99  Load5: 0.05
Jan 23 18:39:52 tankpi reef-pi[5291]: 2019/01/23 18:39:52 health check: Used memory: 52.97  Load5: 0.03
Jan 23 18:40:52 tankpi reef-pi[5291]: 2019/01/23 18:40:52 health check: Used memory: 52.92  Load5: 0.03
Jan 23 18:41:52 tankpi reef-pi[5291]: 2019/01/23 18:41:52 health check: Used memory: 53.27  Load5: 0.03
Jan 23 18:42:52 tankpi reef-pi[5291]: 2019/01/23 18:42:52 health check: Used memory: 53.3  Load5: 0.03
Jan 23 18:43:52 tankpi reef-pi[5291]: 2019/01/23 18:43:52 health check: Used memory: 53.33  Load5: 0.1
Jan 23 18:44:52 tankpi reef-pi[5291]: 2019/01/23 18:44:52 health check: Used memory: 53.27  Load5: 0.08
Jan 23 18:45:52 tankpi reef-pi[5291]: 2019/01/23 18:45:52 health check: Used memory: 53.3  Load5: 0.09
Jan 23 18:46:52 tankpi reef-pi[5291]: 2019/01/23 18:46:52 health check: Used memory: 53.27  Load5: 0.13
Jan 23 18:47:52 tankpi reef-pi[5291]: 2019/01/23 18:47:52 health check: Used memory: 53.29  Load5: 0.1
Jan 23 18:48:52 tankpi reef-pi[5291]: 2019/01/23 18:48:52 health check: Used memory: 52.5  Load5: 0.08
Jan 23 18:49:52 tankpi reef-pi[5291]: 2019/01/23 18:49:52 health check: Used memory: 52.46  Load5: 0.06
Jan 23 18:50:52 tankpi reef-pi[5291]: 2019/01/23 18:50:52 health check: Used memory: 52.45  Load5: 0.06
Jan 23 18:51:52 tankpi reef-pi[5291]: 2019/01/23 18:51:52 health check: Used memory: 52.43  Load5: 0.06
Jan 23 18:52:52 tankpi reef-pi[5291]: 2019/01/23 18:52:52 health check: Used memory: 54.73  Load5: 0.05
Jan 23 18:53:52 tankpi reef-pi[5291]: 2019/01/23 18:53:52 health check: Used memory: 56.28  Load5: 0.04
Jan 23 18:54:52 tankpi reef-pi[5291]: 2019/01/23 18:54:52 health check: Used memory: 57.59  Load5: 0.19
Jan 23 18:55:52 tankpi reef-pi[5291]: 2019/01/23 18:55:52 health check: Used memory: 57.67  Load5: 0.17
Jan 23 18:56:52 tankpi reef-pi[5291]: 2019/01/23 18:56:52 health check: Used memory: 57.75  Load5: 0.14
Jan 23 18:57:52 tankpi reef-pi[5291]: 2019/01/23 18:57:52 health check: Used memory: 57.68  Load5: 0.11
Jan 23 18:58:52 tankpi reef-pi[5291]: 2019/01/23 18:58:52 health check: Used memory: 57.69  Load5: 0.09
Jan 23 18:59:52 tankpi reef-pi[5291]: 2019/01/23 18:59:52 health check: Used memory: 57.75  Load5: 0.07
Jan 23 19:00:52 tankpi reef-pi[5291]: 2019/01/23 19:00:52 health check: Used memory: 57.69  Load5: 0.07
Jan 23 19:01:52 tankpi reef-pi[5291]: 2019/01/23 19:01:52 health check: Used memory: 54.69  Load5: 0.07
Jan 23 19:02:52 tankpi reef-pi[5291]: 2019/01/23 19:02:52 health check: Used memory: 54.74  Load5: 0.05
Jan 23 19:03:52 tankpi reef-pi[5291]: 2019/01/23 19:03:52 health check: Used memory: 57.02  Load5: 0.04
Jan 23 19:04:52 tankpi reef-pi[5291]: 2019/01/23 19:04:52 health check: Used memory: 57.11  Load5: 0.05
Jan 23 19:05:52 tankpi reef-pi[5291]: 2019/01/23 19:05:52 health check: Used memory: 57.22  Load5: 0.03
Jan 23 19:06:52 tankpi reef-pi[5291]: 2019/01/23 19:06:52 health check: Used memory: 58.36  Load5: 0.12
Jan 23 19:07:52 tankpi reef-pi[5291]: 2019/01/23 19:07:52 health check: Used memory: 58.9  Load5: 0.09
Jan 23 19:08:52 tankpi reef-pi[5291]: 2019/01/23 19:08:52 health check: Used memory: 58.98  Load5: 0.07
Jan 23 19:09:52 tankpi reef-pi[5291]: 2019/01/23 19:09:52 health check: Used memory: 58.92  Load5: 0.06
Jan 23 19:10:52 tankpi reef-pi[5291]: 2019/01/23 19:10:52 health check: Used memory: 58.96  Load5: 0.05
Jan 23 19:11:52 tankpi reef-pi[5291]: 2019/01/23 19:11:52 health check: Used memory: 56.66  Load5: 0.03
Jan 23 19:12:52 tankpi reef-pi[5291]: 2019/01/23 19:12:52 health check: Used memory: 56.72  Load5: 0.03
Jan 23 19:13:52 tankpi reef-pi[5291]: 2019/01/23 19:13:52 health check: Used memory: 56.78  Load5: 0.16
Jan 23 19:14:52 tankpi reef-pi[5291]: 2019/01/23 19:14:52 health check: Used memory: 56.36  Load5: 0.12
Jan 23 19:15:52 tankpi reef-pi[5291]: 2019/01/23 19:15:52 health check: Used memory: 56.5  Load5: 0.1
Jan 23 19:16:52 tankpi reef-pi[5291]: 2019/01/23 19:16:52 health check: Used memory: 56.56  Load5: 0.09
Jan 23 19:17:52 tankpi reef-pi[5291]: 2019/01/23 19:17:52 health check: Used memory: 56.59  Load5: 0.07
Jan 23 19:18:52 tankpi reef-pi[5291]: 2019/01/23 19:18:52 health check: Used memory: 56.63  Load5: 0.09
Jan 23 19:19:52 tankpi reef-pi[5291]: 2019/01/23 19:19:52 health check: Used memory: 56.63  Load5: 0.19
Jan 23 19:20:52 tankpi reef-pi[5291]: 2019/01/23 19:20:52 health check: Used memory: 56.69  Load5: 0.17
Jan 23 19:21:52 tankpi reef-pi[5291]: 2019/01/23 19:21:52 health check: Used memory: 56.54  Load5: 0.14
Jan 23 19:22:52 tankpi reef-pi[5291]: 2019/01/23 19:22:52 health check: Used memory: 56.6  Load5: 0.16
Jan 23 19:23:52 tankpi reef-pi[5291]: 2019/01/23 19:23:52 health check: Used memory: 56.53  Load5: 0.12
Jan 23 19:24:52 tankpi reef-pi[5291]: 2019/01/23 19:24:52 health check: Used memory: 56.54  Load5: 0.11
Jan 23 19:25:52 tankpi reef-pi[5291]: 2019/01/23 19:25:52 health check: Used memory: 56.58  Load5: 0.09
Jan 23 19:26:52 tankpi reef-pi[5291]: 2019/01/23 19:26:52 health check: Used memory: 56.61  Load5: 0.09
Jan 23 19:27:52 tankpi reef-pi[5291]: 2019/01/23 19:27:52 health check: Used memory: 56.65  Load5: 0.12
Jan 23 19:28:52 tankpi reef-pi[5291]: 2019/01/23 19:28:52 health check: Used memory: 56.61  Load5: 0.18
Jan 23 19:29:52 tankpi reef-pi[5291]: 2019/01/23 19:29:52 health check: Used memory: 56.64  Load5: 0.15
Jan 23 19:30:52 tankpi reef-pi[5291]: 2019/01/23 19:30:52 health check: Used memory: 56.74  Load5: 0.12
Jan 23 19:31:52 tankpi reef-pi[5291]: 2019/01/23 19:31:52 health check: Used memory: 56.52  Load5: 0.09
Jan 23 19:32:52 tankpi reef-pi[5291]: 2019/01/23 19:32:52 health check: Used memory: 56.69  Load5: 0.09
Jan 23 19:33:52 tankpi reef-pi[5291]: 2019/01/23 19:33:52 health check: Used memory: 56.71  Load5: 0.07
Jan 23 19:34:52 tankpi reef-pi[5291]: 2019/01/23 19:34:52 health check: Used memory: 56.69  Load5: 0.08
Jan 23 19:35:52 tankpi reef-pi[5291]: 2019/01/23 19:35:52 health check: Used memory: 56.69  Load5: 0.07
Jan 23 19:36:52 tankpi reef-pi[5291]: 2019/01/23 19:36:52 health check: Used memory: 56.73  Load5: 0.11
Jan 23 19:37:52 tankpi reef-pi[5291]: 2019/01/23 19:37:52 health check: Used memory: 56.76  Load5: 0.09
Jan 23 19:38:52 tankpi reef-pi[5291]: 2019/01/23 19:38:52 health check: Used memory: 56.82  Load5: 0.15
Jan 23 19:39:52 tankpi reef-pi[5291]: 2019/01/23 19:39:52 health check: Used memory: 56.86  Load5: 0.12
Jan 23 19:40:52 tankpi reef-pi[5291]: 2019/01/23 19:40:52 health check: Used memory: 56.83  Load5: 0.09
Jan 23 19:41:52 tankpi reef-pi[5291]: 2019/01/23 19:41:52 health check: Used memory: 56.79  Load5: 0.07
Jan 23 19:42:52 tankpi reef-pi[5291]: 2019/01/23 19:42:52 health check: Used memory: 56.92  Load5: 0.07
Jan 23 19:43:52 tankpi reef-pi[5291]: 2019/01/23 19:43:52 health check: Used memory: 56.92  Load5: 0.06
Jan 23 19:44:52 tankpi reef-pi[5291]: 2019/01/23 19:44:52 health check: Used memory: 57.07  Load5: 0.11
Jan 23 19:45:52 tankpi reef-pi[5291]: 2019/01/23 19:45:52 health check: Used memory: 57.06  Load5: 0.14
Jan 23 19:46:52 tankpi reef-pi[5291]: 2019/01/23 19:46:52 health check: Used memory: 57.12  Load5: 0.14
Jan 23 19:47:52 tankpi reef-pi[5291]: 2019/01/23 19:47:52 health check: Used memory: 57.15  Load5: 0.13
Jan 23 19:48:52 tankpi reef-pi[5291]: 2019/01/23 19:48:52 health check: Used memory: 57.18  Load5: 0.1
Jan 23 19:49:52 tankpi reef-pi[5291]: 2019/01/23 19:49:52 health check: Used memory: 57.11  Load5: 0.08
Jan 23 19:50:52 tankpi reef-pi[5291]: 2019/01/23 19:50:52 health check: Used memory: 57.13  Load5: 0.13
Jan 23 19:51:52 tankpi reef-pi[5291]: 2019/01/23 19:51:52 health check: Used memory: 75.78  Load5: 0.13
Jan 23 19:52:52 tankpi reef-pi[5291]: 2019/01/23 19:52:52 health check: Used memory: 77.72  Load5: 0.1
Jan 23 19:53:52 tankpi reef-pi[5291]: 2019/01/23 19:53:52 health check: Used memory: 77.82  Load5: 0.18
Jan 23 19:54:52 tankpi reef-pi[5291]: 2019/01/23 19:54:52 health check: Used memory: 77.84  Load5: 0.14
Jan 23 19:55:52 tankpi reef-pi[5291]: 2019/01/23 19:55:52 health check: Used memory: 77.9  Load5: 0.11
Jan 23 19:56:52 tankpi reef-pi[5291]: 2019/01/23 19:56:52 health check: Used memory: 77.81  Load5: 0.09
Jan 23 19:57:52 tankpi reef-pi[5291]: 2019/01/23 19:57:52 health check: Used memory: 77.85  Load5: 0.09
Jan 23 19:58:52 tankpi reef-pi[5291]: 2019/01/23 19:58:52 health check: Used memory: 77.79  Load5: 0.07
Jan 23 19:59:52 tankpi reef-pi[5291]: 2019/01/23 19:59:52 health check: Used memory: 63.36  Load5: 0.05
Jan 23 20:00:52 tankpi reef-pi[5291]: 2019/01/23 20:00:52 health check: Used memory: 63.34  Load5: 0.04
Jan 23 20:01:52 tankpi reef-pi[5291]: 2019/01/23 20:01:52 health check: Used memory: 58.69  Load5: 0.13
Jan 23 20:02:52 tankpi reef-pi[5291]: 2019/01/23 20:02:52 health check: Used memory: 58.78  Load5: 0.19
Jan 23 20:03:52 tankpi reef-pi[5291]: 2019/01/23 20:03:52 health check: Used memory: 59.33  Load5: 0.16
Jan 23 20:04:52 tankpi reef-pi[5291]: 2019/01/23 20:04:52 health check: Used memory: 60.37  Load5: 0.14
Jan 23 20:05:52 tankpi reef-pi[5291]: 2019/01/23 20:05:52 health check: Used memory: 60.61  Load5: 0.17
Jan 23 20:06:52 tankpi reef-pi[5291]: 2019/01/23 20:06:52 health check: Used memory: 60.57  Load5: 0.15
Jan 23 20:07:52 tankpi reef-pi[5291]: 2019/01/23 20:07:52 health check: Used memory: 60.58  Load5: 0.13
Jan 23 20:08:52 tankpi reef-pi[5291]: 2019/01/23 20:08:52 health check: Used memory: 60.65  Load5: 0.13
Jan 23 20:09:52 tankpi reef-pi[5291]: 2019/01/23 20:09:52 health check: Used memory: 60.62  Load5: 0.15
Jan 23 20:10:52 tankpi reef-pi[5291]: 2019/01/23 20:10:52 health check: Used memory: 60.63  Load5: 0.26
Jan 23 20:11:52 tankpi reef-pi[5291]: 2019/01/23 20:11:52 health check: Used memory: 59.06  Load5: 0.21
Jan 23 20:12:52 tankpi reef-pi[5291]: 2019/01/23 20:12:52 health check: Used memory: 59  Load5: 0.18
Jan 23 20:13:52 tankpi reef-pi[5291]: 2019/01/23 20:13:52 health check: Used memory: 58.99  Load5: 0.2
Jan 23 20:14:52 tankpi reef-pi[5291]: 2019/01/23 20:14:52 health check: Used memory: 58.4  Load5: 0.18
Jan 23 20:15:52 tankpi reef-pi[5291]: 2019/01/23 20:15:52 health check: Used memory: 58.45  Load5: 0.16
Jan 23 20:16:52 tankpi reef-pi[5291]: 2019/01/23 20:16:52 health check: Used memory: 58.48  Load5: 0.16
Jan 23 20:17:52 tankpi reef-pi[5291]: 2019/01/23 20:17:52 health check: Used memory: 58.51  Load5: 0.13
Jan 23 20:18:52 tankpi reef-pi[5291]: 2019/01/23 20:18:52 health check: Used memory: 58.5  Load5: 0.17
Jan 23 20:19:52 tankpi reef-pi[5291]: 2019/01/23 20:19:52 health check: Used memory: 58.44  Load5: 0.13
Jan 23 20:20:52 tankpi reef-pi[5291]: 2019/01/23 20:20:52 health check: Used memory: 62.97  Load5: 0.17
Jan 23 20:21:52 tankpi reef-pi[5291]: 2019/01/23 20:21:52 health check: Used memory: 63.66  Load5: 0.14
Jan 23 20:22:52 tankpi reef-pi[5291]: 2019/01/23 20:22:52 health check: Used memory: 63.63  Load5: 0.11
Jan 23 20:23:52 tankpi reef-pi[5291]: 2019/01/23 20:23:52 health check: Used memory: 63.69  Load5: 0.09
Jan 23 20:24:52 tankpi reef-pi[5291]: 2019/01/23 20:24:52 health check: Used memory: 63.65  Load5: 0.07
Jan 23 20:25:52 tankpi reef-pi[5291]: 2019/01/23 20:25:52 health check: Used memory: 63.67  Load5: 0.05
Jan 23 20:26:52 tankpi reef-pi[5291]: 2019/01/23 20:26:52 health check: Used memory: 59.14  Load5: 0.04
Jan 23 20:27:52 tankpi reef-pi[5291]: 2019/01/23 20:27:52 health check: Used memory: 59.46  Load5: 0.1
Jan 23 20:28:52 tankpi reef-pi[5291]: 2019/01/23 20:28:52 health check: Used memory: 59.62  Load5: 0.08
Jan 23 20:29:52 tankpi reef-pi[5291]: 2019/01/23 20:29:52 health check: Used memory: 60.18  Load5: 0.15
Jan 23 20:30:52 tankpi reef-pi[5291]: 2019/01/23 20:30:52 health check: Used memory: 60.1  Load5: 0.12
Jan 23 20:31:52 tankpi reef-pi[5291]: 2019/01/23 20:31:52 health check: Used memory: 59.88  Load5: 0.11
Jan 23 20:32:52 tankpi reef-pi[5291]: 2019/01/23 20:32:52 health check: Used memory: 59.84  Load5: 0.09
Jan 23 20:33:52 tankpi reef-pi[5291]: 2019/01/23 20:33:52 health check: Used memory: 59.91  Load5: 0.07
Jan 23 20:34:52 tankpi reef-pi[5291]: 2019/01/23 20:34:52 health check: Used memory: 59.87  Load5: 0.05
Jan 23 20:35:52 tankpi reef-pi[5291]: 2019/01/23 20:35:52 health check: Used memory: 59.8  Load5: 0.1
Jan 23 20:36:52 tankpi reef-pi[5291]: 2019/01/23 20:36:52 health check: Used memory: 58.9  Load5: 0.08
Jan 23 20:37:52 tankpi reef-pi[5291]: 2019/01/23 20:37:52 health check: Used memory: 58.98  Load5: 0.08
Jan 23 20:38:52 tankpi reef-pi[5291]: 2019/01/23 20:38:52 health check: Used memory: 59  Load5: 0.11
Jan 23 20:39:52 tankpi reef-pi[5291]: 2019/01/23 20:39:52 health check: Used memory: 59.07  Load5: 0.1
Jan 23 20:40:52 tankpi reef-pi[5291]: 2019/01/23 20:40:52 health check: Used memory: 59.15  Load5: 0.08
Jan 23 20:41:52 tankpi reef-pi[5291]: 2019/01/23 20:41:52 health check: Used memory: 59.11  Load5: 0.06
Jan 23 20:42:52 tankpi reef-pi[5291]: 2019/01/23 20:42:52 health check: Used memory: 59.12  Load5: 0.05
Jan 23 20:43:52 tankpi reef-pi[5291]: 2019/01/23 20:43:52 health check: Used memory: 61.54  Load5: 0.04
Jan 23 20:44:52 tankpi reef-pi[5291]: 2019/01/23 20:44:52 health check: Used memory: 61.65  Load5: 0.11
Jan 23 20:45:52 tankpi reef-pi[5291]: 2019/01/23 20:45:52 health check: Used memory: 62.11  Load5: 0.1
Jan 23 20:46:52 tankpi reef-pi[5291]: 2019/01/23 20:46:52 health check: Used memory: 62.2  Load5: 0.15
Jan 23 20:47:52 tankpi reef-pi[5291]: 2019/01/23 20:47:52 health check: Used memory: 62.26  Load5: 0.21
Jan 23 20:48:52 tankpi reef-pi[5291]: 2019/01/23 20:48:52 health check: Used memory: 62.28  Load5: 0.2
Jan 23 20:49:52 tankpi reef-pi[5291]: 2019/01/23 20:49:52 health check: Used memory: 61.98  Load5: 0.18
Jan 23 20:50:52 tankpi reef-pi[5291]: 2019/01/23 20:50:52 health check: Used memory: 62.02  Load5: 0.19
Jan 23 20:51:52 tankpi reef-pi[5291]: 2019/01/23 20:51:52 health check: Used memory: 59.91  Load5: 0.17
Jan 23 20:52:52 tankpi reef-pi[5291]: 2019/01/23 20:52:52 health check: Used memory: 59.93  Load5: 0.14
Jan 23 20:53:52 tankpi reef-pi[5291]: 2019/01/23 20:53:52 health check: Used memory: 60.05  Load5: 0.12
Jan 23 20:54:52 tankpi reef-pi[5291]: 2019/01/23 20:54:52 health check: Used memory: 59.8  Load5: 0.11
Jan 23 20:55:52 tankpi reef-pi[5291]: 2019/01/23 20:55:52 health check: Used memory: 60.89  Load5: 0.2
Jan 23 20:56:52 tankpi reef-pi[5291]: 2019/01/23 20:56:52 health check: Used memory: 61.01  Load5: 0.18
Jan 23 20:57:52 tankpi reef-pi[5291]: 2019/01/23 20:57:52 health check: Used memory: 61.02  Load5: 0.16
Jan 23 20:58:52 tankpi reef-pi[5291]: 2019/01/23 20:58:52 health check: Used memory: 61  Load5: 0.13
Jan 23 20:59:52 tankpi reef-pi[5291]: 2019/01/23 20:59:52 health check: Used memory: 60.98  Load5: 0.1
Jan 23 21:00:52 tankpi reef-pi[5291]: 2019/01/23 21:00:52 health check: Used memory: 60.96  Load5: 0.08
Jan 23 21:01:52 tankpi reef-pi[5291]: 2019/01/23 21:01:52 health check: Used memory: 60.13  Load5: 0.06
Jan 23 21:02:52 tankpi reef-pi[5291]: 2019/01/23 21:02:52 health check: Used memory: 60.79  Load5: 0.07
Jan 23 21:03:52 tankpi reef-pi[5291]: 2019/01/23 21:03:52 health check: Used memory: 61.28  Load5: 0.1
Jan 23 21:04:52 tankpi reef-pi[5291]: 2019/01/23 21:04:52 health check: Used memory: 61.3  Load5: 0.08
Jan 23 21:05:52 tankpi reef-pi[5291]: 2019/01/23 21:05:52 health check: Used memory: 61.31  Load5: 0.09
Jan 23 21:06:52 tankpi reef-pi[5291]: 2019/01/23 21:06:52 health check: Used memory: 61.33  Load5: 0.07
Jan 23 21:07:52 tankpi reef-pi[5291]: 2019/01/23 21:07:52 health check: Used memory: 61.3  Load5: 0.06
Jan 23 21:08:52 tankpi reef-pi[5291]: 2019/01/23 21:08:52 health check: Used memory: 61.27  Load5: 0.07
Jan 23 21:09:52 tankpi reef-pi[5291]: 2019/01/23 21:09:52 health check: Used memory: 60.24  Load5: 0.07
Jan 23 21:10:52 tankpi reef-pi[5291]: 2019/01/23 21:10:52 health check: Used memory: 60.32  Load5: 0.06
Jan 23 21:11:52 tankpi reef-pi[5291]: 2019/01/23 21:11:52 health check: Used memory: 59.85  Load5: 0.14
Jan 23 21:12:52 tankpi reef-pi[5291]: 2019/01/23 21:12:52 health check: Used memory: 59.94  Load5: 0.11
Jan 23 21:13:52 tankpi reef-pi[5291]: 2019/01/23 21:13:52 health check: Used memory: 61.08  Load5: 0.1
Jan 23 21:14:52 tankpi reef-pi[5291]: 2019/01/23 21:14:52 health check: Used memory: 61.47  Load5: 0.14
Jan 23 21:15:52 tankpi reef-pi[5291]: 2019/01/23 21:15:52 health check: Used memory: 61.5  Load5: 0.11
Jan 23 21:16:52 tankpi reef-pi[5291]: 2019/01/23 21:16:52 health check: Used memory: 61.48  Load5: 0.09
Jan 23 21:17:52 tankpi reef-pi[5291]: 2019/01/23 21:17:52 health check: Used memory: 61.5  Load5: 0.07
Jan 23 21:18:52 tankpi reef-pi[5291]: 2019/01/23 21:18:52 health check: Used memory: 61.53  Load5: 0.05
Jan 23 21:19:52 tankpi reef-pi[5291]: 2019/01/23 21:19:52 health check: Used memory: 60.12  Load5: 0.12
Jan 23 21:20:52 tankpi reef-pi[5291]: 2019/01/23 21:20:52 health check: Used memory: 60.18  Load5: 0.15
Jan 23 21:21:52 tankpi reef-pi[5291]: 2019/01/23 21:21:52 health check: Used memory: 60.07  Load5: 0.12
Jan 23 21:22:52 tankpi reef-pi[5291]: 2019/01/23 21:22:52 health check: Used memory: 60.11  Load5: 0.1
Jan 23 21:23:52 tankpi reef-pi[5291]: 2019/01/23 21:23:52 health check: Used memory: 60.05  Load5: 0.08
Jan 23 21:24:52 tankpi reef-pi[5291]: 2019/01/23 21:24:52 health check: Used memory: 60.08  Load5: 0.14
Jan 23 21:25:52 tankpi reef-pi[5291]: 2019/01/23 21:25:52 health check: Used memory: 60.02  Load5: 0.11
Jan 23 21:26:52 tankpi reef-pi[5291]: 2019/01/23 21:26:52 health check: Used memory: 60.39  Load5: 0.08
Jan 23 21:27:52 tankpi reef-pi[5291]: 2019/01/23 21:27:52 health check: Used memory: 60.43  Load5: 0.1
Jan 23 21:28:52 tankpi reef-pi[5291]: 2019/01/23 21:28:52 health check: Used memory: 60.51  Load5: 0.18
Jan 23 21:29:52 tankpi reef-pi[5291]: 2019/01/23 21:29:52 health check: Used memory: 60.53  Load5: 0.15
Jan 23 21:30:52 tankpi reef-pi[5291]: 2019/01/23 21:30:52 health check: Used memory: 61.12  Load5: 0.13
Jan 23 21:31:52 tankpi reef-pi[5291]: 2019/01/23 21:31:52 health check: Used memory: 61.18  Load5: 0.12
Jan 23 21:32:52 tankpi reef-pi[5291]: 2019/01/23 21:32:52 health check: Used memory: 61.25  Load5: 0.11
Jan 23 21:33:52 tankpi reef-pi[5291]: 2019/01/23 21:33:52 health check: Used memory: 61.2  Load5: 0.09
Jan 23 21:34:52 tankpi reef-pi[5291]: 2019/01/23 21:34:52 health check: Used memory: 61.31  Load5: 0.13
Jan 23 21:35:52 tankpi reef-pi[5291]: 2019/01/23 21:35:52 health check: Used memory: 61.35  Load5: 0.11
Jan 23 21:36:52 tankpi reef-pi[5291]: 2019/01/23 21:36:52 health check: Used memory: 60.62  Load5: 0.13
Jan 23 21:37:52 tankpi reef-pi[5291]: 2019/01/23 21:37:52 health check: Used memory: 60.55  Load5: 0.12
Jan 23 21:38:52 tankpi reef-pi[5291]: 2019/01/23 21:38:52 health check: Used memory: 60.54  Load5: 0.11
Jan 23 21:39:52 tankpi reef-pi[5291]: 2019/01/23 21:39:52 health check: Used memory: 60.43  Load5: 0.1
Jan 23 21:40:52 tankpi reef-pi[5291]: 2019/01/23 21:40:52 health check: Used memory: 60.46  Load5: 0.14
Jan 23 21:41:52 tankpi reef-pi[5291]: 2019/01/23 21:41:52 health check: Used memory: 60.32  Load5: 0.12
Jan 23 21:42:52 tankpi reef-pi[5291]: 2019/01/23 21:42:52 health check: Used memory: 60.34  Load5: 0.09
Jan 23 21:43:52 tankpi reef-pi[5291]: 2019/01/23 21:43:52 health check: Used memory: 60.35  Load5: 0.09
Jan 23 21:44:52 tankpi reef-pi[5291]: 2019/01/23 21:44:52 health check: Used memory: 60.43  Load5: 0.09
Jan 23 21:45:52 tankpi reef-pi[5291]: 2019/01/23 21:45:52 health check: Used memory: 60.42  Load5: 0.25
Jan 23 21:46:52 tankpi reef-pi[5291]: 2019/01/23 21:46:52 health check: Used memory: 60.36  Load5: 0.2
Jan 23 21:47:52 tankpi reef-pi[5291]: 2019/01/23 21:47:52 health check: Used memory: 60.41  Load5: 0.18
Jan 23 21:48:52 tankpi reef-pi[5291]: 2019/01/23 21:48:52 health check: Used memory: 60.61  Load5: 0.21
Jan 23 21:49:52 tankpi reef-pi[5291]: 2019/01/23 21:49:52 health check: Used memory: 60.6  Load5: 0.17
Jan 23 21:50:52 tankpi reef-pi[5291]: 2019/01/23 21:50:52 health check: Used memory: 60.6  Load5: 0.15
Jan 23 21:51:52 tankpi reef-pi[5291]: 2019/01/23 21:51:52 health check: Used memory: 60.62  Load5: 0.12
Jan 23 21:52:52 tankpi reef-pi[5291]: 2019/01/23 21:52:52 health check: Used memory: 60.64  Load5: 0.11
Jan 23 21:53:52 tankpi reef-pi[5291]: 2019/01/23 21:53:52 health check: Used memory: 60.5  Load5: 0.12
Jan 23 21:54:52 tankpi reef-pi[5291]: 2019/01/23 21:54:52 health check: Used memory: 59.65  Load5: 0.1

The mystery continues, I have the command that I used at the top of this if you want to see your days worth of data at once....
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,848
Reaction score
17,081
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
I hate to jump into the middle of this thread but have a few questions and also an item or two
1. Well found my tstat issue; I apparently have a few bad sensors out of the bag, which does not excite me. I am using the DS18B units from Dimore. 3 are good and two are bad. I need to locate a better sensor.

Ok for the questions,
1. How does everyone deploy the sensor? Just drop it in?
2. My DFRobot level sensors finally arrived from China. I plan to add two to my setup as one will monitor and control ATO and the other will be for potential overflow. So how are you guys deploying the optical sensors? How are you mounting them? Is the center of the sensor equal to the waterline? Lots of questions and I apologize!

Building a stand-alone Kessel light control this weekend with a fresh Pi Zero. Should be fun
You can drop it in (i have AIO tank and drop the probe in backchamber, I think sump is a good place as well), you can also use ailine tube holders (the ones that we use for dosing pump tubing)
i use them drop in, with pico tank. I have seen some folks using a pvc pipe to mount them as well.
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,848
Reaction score
17,081
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Hello hivemind,
I have cut a new release , 2.2 , builds are available in usual location: https://github.com/reef-pi/reef-pi/releases/tag/2.2

Highlight for this release are:
Features:
- ATO controller has now an option to automatically lock down when max usage threshold is breached and alert is triggered
- Stats retention across all modules (temperature, ato, health metric etc) are now configurable. By default its set to 1440 data points for current stats (a day worth of data at highest resolution assuming sensor is configured at 1 minute polling interval), and 720 data points for historical stats (30 days of data at hourly average).
Bugfixes:
- ATO usage alert was broken. Fixed now
- Dashboard layout for 1 column configuration was not proper, it was hardcoded for two column setup . Fixed now
- Timers were not showing up on macro tabs unless user have visited timer tabs. Fixed now

This releases (2.x series) are not from master (current development branch of reef-pi), as master has all new hal (hardware abstraction layer) changes with ph driver etc. These releases are derived from 2.0/2.1 code base with bugfixes and selected features cherry picked onto them. This is to not break API/database, which mean you wont get the new driver goodness (and all the untested bugs that comes with it), but you also will be able to upgrade without any issue.

I do not expect to cut many 2.x release in future, unless we have serious bugs. I'll start cutting 3.x alpha/beta releases from march., for the early tester on ph board.

Thank you for all the help you provide in this project, all of us deeply respect your feedback. For those of you dealing with the memory issue, try configuring the current and historical stats limit to a minimum (say 3 hours of current data, and 7 days of historical, which corresponds to 180 and 168 respectively), if this contains the memory usage, then it means we dont have a memory leak, and the memory usage is legitimate utilization of memory by the stats model. I;ll work on a better scheme to persist stats on disk.. we'll talk about that after the initial finding from tuning stats limits.
 

daveCB

Community Member
View Badges
Joined
Nov 5, 2013
Messages
39
Reaction score
77
Location
Mays Landing, NJ
Rating - 0%
0   0   0
Well in my ongoing battel with my temperature sensor, the sensor is winning. The new and tested sensor, with new 3.5mm plug, new socket and direct solder to the Pi Hat failed last night about 3 hours after deployment. The sensor just literally goes off line. Sometimes, I can unplug it, and re-plug it to bring it back up, but that is rare.

I have either an entire batch of bad sensors or a sick Raspberry Pi 3+ or Pi Hat. Just for fun, I am going to change to another GPIO pin as a test. Other then ordering a batch of new sensors, I am not sure what to do.

My level sensor and all power relays are working perfectly as is the Reef Pi program. I am convinced that the temp sensor issue is a hardware issue of some sort.
 

DirtDiggler2823

If I can't break it, it doesn't exist
View Badges
Joined
Jul 31, 2018
Messages
1,667
Reaction score
2,077
Location
Gambrills
Rating - 0%
0   0   0
Well in my ongoing battel with my temperature sensor, the sensor is winning. The new and tested sensor, with new 3.5mm plug, new socket and direct solder to the Pi Hat failed last night about 3 hours after deployment. The sensor just literally goes off line. Sometimes, I can unplug it, and re-plug it to bring it back up, but that is rare.

I have either an entire batch of bad sensors or a sick Raspberry Pi 3+ or Pi Hat. Just for fun, I am going to change to another GPIO pin as a test. Other then ordering a batch of new sensors, I am not sure what to do.

My level sensor and all power relays are working perfectly as is the Reef Pi program. I am convinced that the temp sensor issue is a hardware issue of some sort.
Switch to new pins on the pi-hat. Are the probes getting hot?
 

crusso1993

7500 Club Member
View Badges
Joined
Oct 21, 2018
Messages
8,671
Reaction score
44,651
Location
SW, FL, USA
Rating - 0%
0   0   0
Well in my ongoing battel with my temperature sensor, the sensor is winning. The new and tested sensor, with new 3.5mm plug, new socket and direct solder to the Pi Hat failed last night about 3 hours after deployment. The sensor just literally goes off line. Sometimes, I can unplug it, and re-plug it to bring it back up, but that is rare.

I have either an entire batch of bad sensors or a sick Raspberry Pi 3+ or Pi Hat. Just for fun, I am going to change to another GPIO pin as a test. Other then ordering a batch of new sensors, I am not sure what to do.

My level sensor and all power relays are working perfectly as is the Reef Pi program. I am convinced that the temp sensor issue is a hardware issue of some sort.

The 3.5mm plugs act wonky sometimes. Even when new. Many people moved away from the 3.5mm to other types of connectors. I believe @Diamond1 has had very good results with aviation connectors. Maybe he will comment.
 

Diamond1

Valuable Member
View Badges
Joined
Oct 17, 2013
Messages
1,368
Reaction score
1,914
Location
Cleveland Ohio
Rating - 0%
0   0   0
@Ranjib
I switched both of my reef-pi from 2.0 to 2.2 last night after your release and let reef-pi run overnight. Looked this morning and the memory usage looked better. Still seeing a slight increase in memory usage but the curve is less dramatic than it was before.
My cpu usage is high on both units but I'm running a GUI and have a couple configuration issues I need to fix so I'm not worrying about that right now.

On the main reef-pi which runs 16 relays, 2 temp probes, 2 ATO sensors, and 2 dosing pumps. The dashboard configuration is not responding to the way I have it set up. I have the configuration set up to have 2 columns and 4 rows (as the first pic shows) but after installing 2.2 it doesn't show up on the dashboard this way (2nd pic). The odd thing is that the reef-pi that controls my lights was updated to 2.2 also, it doesn't have the same issue with column placement.

The dosing pump graphs are also not representing dosing as they should, even though both pumps are running as they are programed to. This actually started before I updated to rpi 2.2.



It went from this: (Pi 1)
Memory leak and dosing history..PNG


To this: You can see where I installed 2.2, and the memory usage drop after installation.
Memory usage an odd GUI placement.PNG



Light controller: (Pi 2) No issues with the column placement
Light-pi dashboard.PNG
 

Diamond1

Valuable Member
View Badges
Joined
Oct 17, 2013
Messages
1,368
Reaction score
1,914
Location
Cleveland Ohio
Rating - 0%
0   0   0

b4tn

Valuable Member
View Badges
Joined
Jun 17, 2015
Messages
1,673
Reaction score
2,244
Location
Columbia MD
Rating - 0%
0   0   0
@Ranjib

The dosing pump graphs are also not representing dosing as they should, even though both pumps are running as they are programed to. This actually started before I updated to rpi 2.2.

I was getting the same issues pre 2.2 with the dosers as well. Glad I am not nuts. lol
 
Back
Top