#!/bin/sh

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