nfsstat.c (d92dc803f699c76873220e3fcb87940007be7d1b) nfsstat.c (1a7ac2bd24c1763b0d32e23d9c70308fbc24b07a)
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

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

104static int widemode = 0;
105static int zflag = 0;
106static int printtitle = 1;
107static struct nfsstatsv1 ext_nfsstats;
108static int extra_output = 0;
109
110static void intpr(int, int);
111static void printhdr(int, int, int);
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

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

104static int widemode = 0;
105static int zflag = 0;
106static int printtitle = 1;
107static struct nfsstatsv1 ext_nfsstats;
108static int extra_output = 0;
109
110static void intpr(int, int);
111static void printhdr(int, int, int);
112static void usage(void);
112static void usage(void) __dead2;
113static char *sperc1(int, int);
114static char *sperc2(int, int);
115static void exp_intpr(int, int, int);
116static void exp_sidewaysintpr(u_int, int, int, int);
117static void compute_new_stats(struct nfsstatsv1 *cur_stats,
118 struct nfsstatsv1 *prev_stats, int curop, long double etime,
119 long double *mbsec, long double *kb_per_transfer,
120 long double *transfers_per_second, long double *ms_per_transfer,

--- 1147 unchanged lines hidden ---
113static char *sperc1(int, int);
114static char *sperc2(int, int);
115static void exp_intpr(int, int, int);
116static void exp_sidewaysintpr(u_int, int, int, int);
117static void compute_new_stats(struct nfsstatsv1 *cur_stats,
118 struct nfsstatsv1 *prev_stats, int curop, long double etime,
119 long double *mbsec, long double *kb_per_transfer,
120 long double *transfers_per_second, long double *ms_per_transfer,

--- 1147 unchanged lines hidden ---