nfsstat.c (6e0442dee9ba0923ddf8eb00f46008dd6013c9f0) nfsstat.c (62f882d620bdfa783c01626012d69f468ba34e28)
1/*
2 * Copyright (c) 1983, 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 77 unchanged lines hidden (view full) ---

86char *sperc2 __P((int, int));
87
88#define DELTA(field) (nfsstats.field - lastst.field)
89
90main(argc, argv)
91 int argc;
92 char **argv;
93{
1/*
2 * Copyright (c) 1983, 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 77 unchanged lines hidden (view full) ---

86char *sperc2 __P((int, int));
87
88#define DELTA(field) (nfsstats.field - lastst.field)
89
90main(argc, argv)
91 int argc;
92 char **argv;
93{
94 extern int optind;
95 extern char *optarg;
96 u_int interval;
97 int clientOnly = -1;
98 int serverOnly = -1;
99 int ch;
100 char *memf, *nlistf;
101 char errbuf[80];
102
103 interval = 0;

--- 380 unchanged lines hidden ---
94 u_int interval;
95 int clientOnly = -1;
96 int serverOnly = -1;
97 int ch;
98 char *memf, *nlistf;
99 char errbuf[80];
100
101 interval = 0;

--- 380 unchanged lines hidden ---