X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Fllobdstat;h=3ab51c65b64caab6b7d19167534dbccc286e97a7;hb=9db2fa9133b15a99a1d5a04914964a015de32367;hp=2e638408a4827e7464a0f113e0e0fa4805756951;hpb=e21b3025fa9f6bf7b02451ee0e7537306cafc1b8;p=fs%2Flustre-release.git diff --git a/lustre/utils/llobdstat b/lustre/utils/llobdstat index 2e63840..3ab51c6 100755 --- a/lustre/utils/llobdstat +++ b/lustre/utils/llobdstat @@ -10,7 +10,7 @@ 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 "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";