--- netapp-top.pl	Thu Aug 29 21:59:20 2002
+++ netapp-top.pl.hostname	Thu Aug 29 22:24:12 2002
@@ -97,8 +97,16 @@
 # ip_name = tmp[1]
 # nfs_ops = tmp[4]
 
+# if hostname is "<hostname unknown>", we have two words,...
+if($tmp[1] eq "<hostname") {
+$ip_name{$tmp[0]} = $tmp[0];
+$nfs_ops{$tmp[0]} = $tmp[5];
+}
+else {
 $ip_name{$tmp[0]} = $tmp[1];
 $nfs_ops{$tmp[0]} = $tmp[4];
+}
+ 
 }
 close(NFSSTAT);
 if (! $first) {
