Find slow Ceph OSD's

Find the OSD in the cluster that's bringing the whole party down.

1grep 'slow request' /var/log/ceph/ceph.log | awk '{print $3}' | sort | uniq -c | sort -n