def get_total_mem(): total_mem = virtual_memory().total return jsonify(status=0, total_mem=total_mem)