|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/sbin/ |
Upload File : |
#!/bin/sh
#
# @(#)nhfsgraph.sh 1.3 89/07/07 Copyright (c) 1989, Legato Systems, Inc.
#
# See DISCLAIMER file for restrictions
#
#
# Usage: nhfsgraph <graphfile> ...
#
# 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