Bug 98079 - nhfsgraph needs "graph" and "psplot" commands which are not available
Summary: nhfsgraph needs "graph" and "psplot" commands which are not available
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: nfs-utils
Version: 9
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-06-26 03:04 UTC by Ben Levenson
Modified: 2007-04-18 16:55 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-10 16:47:25 UTC
Embargoed:


Attachments (Terms of Use)

Description Ben Levenson 2003-06-26 03:04:37 UTC
Description of problem:
this script is included with nfs-utils.
it calls 2 commands which are not available on a full RHL install:
graph and psplot

#!/bin/sh
#
# @(#)nhfsgraph.sh 1.3 89/07/07 Copyright (c) 1989, Legato Systems, Inc.
#
# See DISCLAIMER file for restrictions
#
                                                                                
#
# Usage: nhfsgraph <graphfile> ...
<snip>
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


Version-Release number of selected component (if applicable):
nfs-utils-1.0.1-2.9

Steps to Reproduce:
1. nhfsgraph 

Actual results:
/usr/sbin/nhfsgraph: line 23: graph: command not found
/usr/sbin/nhfsgraph: line 23: psplot: command not found

Expected results:
no errors

Comment 1 Ben Levenson 2006-05-10 16:47:25 UTC
(bugzilla housekeeping)
closing due to inactivity.


Note You need to log in before you can comment on or make changes to this bug.