$data['uptime'], 'threads' => $data['threads'], 'rusage_user_ms' => $data['rusage_user_microseconds'], 'rusage_system_ms' => $data['rusage_system_microseconds'], 'curr_items' => $data['curr_items'], 'total_items' => $data['total_items'], 'limit_maxbytes' => $data['limit_maxbytes'], 'curr_connections' => $data['curr_connections'], 'total_connections' => $data['total_connections'], 'conn_structures' => $data['connection_structures'], 'bytes' => $data['bytes'], 'cmd_get' => $data['cmd_get'], 'cmd_set' => $data['cmd_set'], 'get_hits' => $data['get_hits'], 'get_misses' => $data['get_misses'], 'evictions' => $data['evictions'], 'bytes_read' => $data['bytes_read'], 'bytes_written' => $data['bytes_written'], ); rrdtool_update($rrd_filename, $fields); $tags = array('name' => 'memcached', 'app_id' => $app['app_id']); influx_update($device,'app',$tags,$fields);