X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre-iokit%2Fost-survey%2Fiokit-plot-ost;fp=lustre-iokit%2Fost-survey%2Fiokit-plot-ost;h=96e9642bc036cc20abfbcbe345a22599dc437c9b;hb=b702f98fc81d38b392790c934a41f73769de7422;hp=5b81a0a27b3bf05b2e2f247e7b7e7f4f498ca115;hpb=9e3fd9ce8fc8f28c3eb20683e0739f3860e1094a;p=fs%2Flustre-release.git diff --git a/lustre-iokit/ost-survey/iokit-plot-ost b/lustre-iokit/ost-survey/iokit-plot-ost index 5b81a0a..96e9642 100755 --- a/lustre-iokit/ost-survey/iokit-plot-ost +++ b/lustre-iokit/ost-survey/iokit-plot-ost @@ -1,4 +1,9 @@ #!/usr/bin/perl -w +# SPDX-License-Identifier: GPL-2.0 + +# +# This file is part of Lustre, http://www.lustre.org/ +# # Report generation for ost-survey.pl # =================================== # The iokit-plot-ost script is used to generate csv file and @@ -13,8 +18,8 @@ # Note: 1. This script may need modifications whenever there will be # modifications in output format of ost-survey.pl script. # 2. Gnuplot version 4.0 or above is required. +# -# arg 0 is filename sub usages_msg(){ print "Usage: $0 \n"; print " $0 produces graphs from the output of ost-survey.pl\n";