Missed used memory.

This commit is contained in:
DN2 2018-04-28 03:43:44 -07:00
parent 9951e4a46e
commit df7a661f7a
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ func (u UAP) Points() ([]*influx.Point, error) {
"loadavg_15": u.SysStats.Loadavg15,
"mem_buffer": u.SysStats.MemBuffer,
"mem_total": u.SysStats.MemTotal,
"mem_used": u.SysStats.MemUsed,
"cpu": u.SystemStats.CPU,
"mem": u.SystemStats.Mem,
"system_uptime": u.SystemStats.Uptime,