X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fnhfsstone%2Fnhfsgraph;fp=utils%2Fnhfsstone%2Fnhfsgraph;h=0000000000000000000000000000000000000000;hp=56e2c77e53c874cc5273d6c541988e474d9a179a;hb=da31666c2663759c28c4cff4b2125c5062a51cac;hpb=f8ae60eeb064ade1bf6302c2ed529c24603b1b3e diff --git a/utils/nhfsstone/nhfsgraph b/utils/nhfsstone/nhfsgraph deleted file mode 100755 index 56e2c77..0000000 --- a/utils/nhfsstone/nhfsgraph +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# @(#)nhfsgraph.sh 1.3 89/07/07 Copyright (c) 1989, Legato Systems, Inc. -# -# See DISCLAIMER file for restrictions -# - -# -# Usage: nhfsgraph ... -# -# Produce a PostScript graph of nhfsstone numbers. -# Graphfile is a file with number pairs in plot(5) format derived -# from runs of nhfsstone at different loads (see "nhfsrun" and "nhfsnums" -# scripts. -# -# If you want something other than PostScript output replace "psplot" -# with "plot". See plot(1) for more details. -# - -LABEL="x=Load (calls/sec) y=Response (msec/call)" - -cat $* \ - | graph -b -u .1 -h 1.2 -g 2 -l "$LABEL" -x 10 80 10 | psplot