#!/bin/sh

dstat -m 2 1 | awk 'NR==2 {print $1}' | grep -q "used"
