Whamcloud - gitweb
Seems I missed the cutoff for the old b_devel branch, and this was lost.
[fs/lustre-release.git] / lustre / tests / runslabinfo
1 #!/bin/sh
2 while sleep 1 ; do
3         echo '-----------------------'
4         egrep "ll_|ldlm|filp|dentry|inode|portals|size-[0-9]* " /proc/slabinfo
5 done