#!/bin/sh

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