X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fnhfsstone%2Fnhfsnums;fp=utils%2Fnhfsstone%2Fnhfsnums;h=0000000000000000000000000000000000000000;hp=aae625d2c3c3ee2bfd1842a047214eb9834144e9;hb=fd1b52710313d01f537a1afcba1a7a4d67ab8ac7;hpb=5d5d8dc1f093f73825b5c2fc814f0a9a565bd384 diff --git a/utils/nhfsstone/nhfsnums b/utils/nhfsstone/nhfsnums deleted file mode 100755 index aae625d..0000000 --- a/utils/nhfsstone/nhfsnums +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# -# @(#)nhfsnums.sh 1.3 89/07/07 Copyright (c) 1989, Legato Systems, Inc. -# -# See DISCLAIMER file for restrictions -# - -# -# Usage: nhfsnums ... -# -# Collect raw numbers from nhfsstone output and print in plot(5) format. -# The nums files should be named "run.xxx" where xxx is a name related -# to the numbers gathered. Each file will produce one line with a label -# that is the file suffix (the part following the dot.) -# - -for i in $*; do - RUNNAME=`echo $i | sed -e 's/.*\\.//'` - awk '{ print $5 " " $7 }' $i \ - | sort -n\ - | sed -e "\$s/\$/ \"$RUNNAME\"/" -done