From 1144a3e977bd3e72b5ca812bf23f924c219c0392 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 20 Feb 1998 17:52:32 +0000 Subject: [PATCH] Don't use `df' for noise gathering, because it gets upset when NFS servers aren't responding. --- src/noise.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/noise.c b/src/noise.c index d37daf5..e9c2e44 100644 --- a/src/noise.c +++ b/src/noise.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: noise.c,v 1.3 1998/01/12 16:46:19 mdw Exp $ + * $Id: noise.c,v 1.4 1998/02/20 17:52:32 mdw Exp $ * * Collection of environmental noise * @@ -29,6 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: noise.c,v $ + * Revision 1.4 1998/02/20 17:52:32 mdw + * Don't use `df' for noise gathering, because it gets upset when NFS + * servers aren't responding. + * * Revision 1.3 1998/01/12 16:46:19 mdw * Fix copyright date. * @@ -230,8 +234,8 @@ void noise_acquire(void) noise__shell("ps auxww"); noise__shell("ps -ef"); - noise__shell("df"); - /* @noise__shell("netstat -a");@ -- takes too long */ + /* @noise__shell("df");@ -- irritates NFS */ + noise__shell("netstat -an"); /* --- Get our resource usage to see if that's at all interesting --- */ -- 2.11.0