X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Fllobdstat;h=3ab51c65b64caab6b7d19167534dbccc286e97a7;hb=e14c5ba62b4bc317960417e88586ba335719f876;hp=7a893187f5dbaec1efc41182d0579c9d2ec52f46;hpb=fe3ddff77475dd487873e2f873835455aab7aa38;p=fs%2Flustre-release.git diff --git a/lustre/utils/llobdstat b/lustre/utils/llobdstat index 7a89318..3ab51c6 100755 --- a/lustre/utils/llobdstat +++ b/lustre/utils/llobdstat @@ -10,8 +10,8 @@ my $obdstats = "stats"; sub usage() { print STDERR "Usage: $pname [ [}]\n"; - print STDERR "where ost_name : ost name under /{proc,sys}/fs/lustre/obdfilter\n"; - print STDERR " interval : sample interaval in seconds\n"; + print STDERR "where ost_name : ost name under obdfilter\n"; + print STDERR " interval : sample interval in seconds\n"; print STDERR "example: $pname lustre-OST0000 2\n"; print STDERR "Use CTRL + C to stop statistics printing\n"; exit 1;