Home | History | Annotate | Line # | Download | only in vmstat
vmstat.c revision 1.180
      1  1.180  nakayama /* $NetBSD: vmstat.c,v 1.180 2011/02/16 12:58:38 nakayama Exp $ */
      2   1.45   thorpej 
      3   1.45   thorpej /*-
      4  1.154        ad  * Copyright (c) 1998, 2000, 2001, 2007 The NetBSD Foundation, Inc.
      5   1.45   thorpej  * All rights reserved.
      6   1.45   thorpej  *
      7   1.87     lukem  * This code is derived from software contributed to The NetBSD Foundation by:
      8   1.87     lukem  *	- Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
      9   1.87     lukem  *	  NASA Ames Research Center.
     10   1.87     lukem  *	- Simon Burge and Luke Mewburn of Wasabi Systems, Inc.
     11   1.45   thorpej  *
     12   1.45   thorpej  * Redistribution and use in source and binary forms, with or without
     13   1.45   thorpej  * modification, are permitted provided that the following conditions
     14   1.45   thorpej  * are met:
     15   1.45   thorpej  * 1. Redistributions of source code must retain the above copyright
     16   1.45   thorpej  *    notice, this list of conditions and the following disclaimer.
     17   1.45   thorpej  * 2. Redistributions in binary form must reproduce the above copyright
     18   1.45   thorpej  *    notice, this list of conditions and the following disclaimer in the
     19   1.45   thorpej  *    documentation and/or other materials provided with the distribution.
     20   1.45   thorpej  *
     21   1.45   thorpej  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     22   1.45   thorpej  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     23   1.45   thorpej  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     24   1.45   thorpej  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     25   1.45   thorpej  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     26   1.45   thorpej  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     27   1.45   thorpej  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     28   1.45   thorpej  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     29   1.45   thorpej  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     30   1.45   thorpej  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     31   1.45   thorpej  * POSSIBILITY OF SUCH DAMAGE.
     32   1.45   thorpej  */
     33   1.21       cgd 
     34    1.1       cgd /*
     35   1.13       cgd  * Copyright (c) 1980, 1986, 1991, 1993
     36   1.13       cgd  *	The Regents of the University of California.  All rights reserved.
     37    1.1       cgd  *
     38    1.1       cgd  * Redistribution and use in source and binary forms, with or without
     39    1.1       cgd  * modification, are permitted provided that the following conditions
     40    1.1       cgd  * are met:
     41    1.1       cgd  * 1. Redistributions of source code must retain the above copyright
     42    1.1       cgd  *    notice, this list of conditions and the following disclaimer.
     43    1.1       cgd  * 2. Redistributions in binary form must reproduce the above copyright
     44    1.1       cgd  *    notice, this list of conditions and the following disclaimer in the
     45    1.1       cgd  *    documentation and/or other materials provided with the distribution.
     46  1.117       agc  * 3. Neither the name of the University nor the names of its contributors
     47    1.1       cgd  *    may be used to endorse or promote products derived from this software
     48    1.1       cgd  *    without specific prior written permission.
     49    1.1       cgd  *
     50    1.1       cgd  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     51    1.1       cgd  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     52    1.1       cgd  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     53    1.1       cgd  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     54    1.1       cgd  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     55    1.1       cgd  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     56    1.1       cgd  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     57    1.1       cgd  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     58    1.1       cgd  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     59    1.1       cgd  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     60    1.1       cgd  * SUCH DAMAGE.
     61    1.1       cgd  */
     62    1.1       cgd 
     63   1.38       mrg #include <sys/cdefs.h>
     64    1.1       cgd #ifndef lint
     65  1.161     lukem __COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1991, 1993\
     66  1.161     lukem  The Regents of the University of California.  All rights reserved.");
     67    1.1       cgd #endif /* not lint */
     68    1.1       cgd 
     69    1.1       cgd #ifndef lint
     70   1.21       cgd #if 0
     71   1.37       mrg static char sccsid[] = "@(#)vmstat.c	8.2 (Berkeley) 3/1/95";
     72   1.21       cgd #else
     73  1.180  nakayama __RCSID("$NetBSD: vmstat.c,v 1.180 2011/02/16 12:58:38 nakayama Exp $");
     74   1.21       cgd #endif
     75    1.1       cgd #endif /* not lint */
     76   1.57   thorpej 
     77   1.57   thorpej #define	__POOL_EXPOSE
     78    1.1       cgd 
     79    1.1       cgd #include <sys/param.h>
     80  1.174  christos #include <sys/types.h>
     81   1.87     lukem #include <sys/mount.h>
     82   1.87     lukem #include <sys/uio.h>
     83   1.87     lukem 
     84   1.87     lukem #include <sys/buf.h>
     85  1.146      yamt #include <sys/evcnt.h>
     86   1.87     lukem #include <sys/ioctl.h>
     87   1.87     lukem #include <sys/malloc.h>
     88  1.109   thorpej #include <sys/mallocvar.h>
     89    1.1       cgd #include <sys/namei.h>
     90   1.87     lukem #include <sys/pool.h>
     91   1.87     lukem #include <sys/proc.h>
     92   1.64     perry #include <sys/sched.h>
     93   1.87     lukem #include <sys/socket.h>
     94   1.13       cgd #include <sys/sysctl.h>
     95   1.87     lukem #include <sys/time.h>
     96   1.87     lukem #include <sys/user.h>
     97  1.171  christos #include <sys/queue.h>
     98   1.67       mrg 
     99   1.67       mrg #include <uvm/uvm_extern.h>
    100   1.67       mrg #include <uvm/uvm_stat.h>
    101   1.67       mrg 
    102   1.87     lukem #include <net/if.h>
    103   1.87     lukem #include <netinet/in.h>
    104   1.87     lukem #include <netinet/in_var.h>
    105   1.87     lukem 
    106   1.87     lukem #include <ufs/ufs/inode.h>
    107   1.87     lukem 
    108   1.87     lukem #include <nfs/rpcv2.h>
    109   1.87     lukem #include <nfs/nfsproto.h>
    110   1.87     lukem #include <nfs/nfsnode.h>
    111   1.87     lukem 
    112   1.87     lukem #include <ctype.h>
    113   1.45   thorpej #include <err.h>
    114   1.87     lukem #include <errno.h>
    115   1.55    kleink #include <fcntl.h>
    116   1.87     lukem #include <kvm.h>
    117   1.87     lukem #include <limits.h>
    118    1.1       cgd #include <nlist.h>
    119   1.87     lukem #undef n_hash
    120   1.87     lukem #include <paths.h>
    121   1.22       jtc #include <signal.h>
    122    1.1       cgd #include <stdio.h>
    123   1.87     lukem #include <stddef.h>
    124    1.1       cgd #include <stdlib.h>
    125    1.1       cgd #include <string.h>
    126   1.87     lukem #include <time.h>
    127   1.87     lukem #include <unistd.h>
    128  1.104       mrg #include <util.h>
    129   1.87     lukem 
    130  1.140     blymn #include "drvstats.h"
    131   1.45   thorpej 
    132   1.90     lukem /*
    133  1.174  christos  * All this mess will go away once everything is converted.
    134  1.174  christos  */
    135  1.174  christos #ifdef __HAVE_CPU_DATA_FIRST
    136  1.175  christos 
    137  1.175  christos # include <sys/cpu_data.h>
    138  1.175  christos struct cpu_info {
    139  1.174  christos 	struct cpu_data ci_data;
    140  1.174  christos };
    141  1.175  christos CIRCLEQ_HEAD(cpuqueue, cpu_info);
    142  1.175  christos struct  cpuqueue cpu_queue;
    143  1.175  christos 
    144  1.174  christos #else
    145  1.175  christos 
    146  1.175  christos # include <sys/cpu.h>
    147  1.175  christos struct  cpuqueue cpu_queue;
    148  1.175  christos 
    149  1.174  christos #endif
    150  1.174  christos /*
    151   1.90     lukem  * General namelist
    152   1.90     lukem  */
    153   1.87     lukem struct nlist namelist[] =
    154   1.87     lukem {
    155   1.65    itojun #define	X_BOOTTIME	0
    156  1.153  christos 	{ .n_name = "_boottime" },
    157   1.75     enami #define	X_HZ		1
    158  1.153  christos 	{ .n_name = "_hz" },
    159   1.75     enami #define	X_STATHZ	2
    160  1.153  christos 	{ .n_name = "_stathz" },
    161   1.75     enami #define	X_NCHSTATS	3
    162  1.153  christos 	{ .n_name = "_nchstats" },
    163  1.133       chs #define	X_KMEMSTAT	4
    164  1.153  christos 	{ .n_name = "_kmemstatistics" },
    165  1.133       chs #define	X_KMEMBUCKETS	5
    166  1.153  christos 	{ .n_name = "_kmembuckets" },
    167  1.133       chs #define	X_ALLEVENTS	6
    168  1.153  christos 	{ .n_name = "_allevents" },
    169  1.133       chs #define	X_POOLHEAD	7
    170  1.153  christos 	{ .n_name = "_pool_head" },
    171  1.133       chs #define	X_UVMEXP	8
    172  1.153  christos 	{ .n_name = "_uvmexp" },
    173  1.145    kardel #define	X_TIME_SECOND	9
    174  1.153  christos 	{ .n_name = "_time_second" },
    175  1.147    kardel #define X_TIME		10
    176  1.153  christos 	{ .n_name = "_time" },
    177  1.171  christos #define X_CPU_QUEUE	11
    178  1.171  christos 	{ .n_name = "_cpu_queue" },
    179  1.171  christos #define	X_NL_SIZE	12
    180  1.153  christos 	{ .n_name = NULL },
    181   1.90     lukem };
    182   1.90     lukem 
    183   1.90     lukem /*
    184  1.133       chs  * Namelist for pre-evcnt interrupt counters.
    185  1.133       chs  */
    186  1.133       chs struct nlist intrnl[] =
    187  1.133       chs {
    188  1.133       chs #define	X_INTRNAMES	0
    189  1.153  christos 	{ .n_name = "_intrnames" },
    190  1.133       chs #define	X_EINTRNAMES	1
    191  1.153  christos 	{ .n_name = "_eintrnames" },
    192  1.133       chs #define	X_INTRCNT	2
    193  1.153  christos 	{ .n_name = "_intrcnt" },
    194  1.133       chs #define	X_EINTRCNT	3
    195  1.153  christos 	{ .n_name = "_eintrcnt" },
    196  1.133       chs #define	X_INTRNL_SIZE	4
    197  1.153  christos 	{ .n_name = NULL },
    198  1.133       chs };
    199  1.133       chs 
    200  1.133       chs 
    201  1.133       chs /*
    202   1.90     lukem  * Namelist for hash statistics
    203   1.90     lukem  */
    204   1.90     lukem struct nlist hashnl[] =
    205   1.90     lukem {
    206   1.90     lukem #define	X_NFSNODE	0
    207  1.153  christos 	{ .n_name = "_nfsnodehash" },
    208   1.90     lukem #define	X_NFSNODETBL	1
    209  1.153  christos 	{ .n_name = "_nfsnodehashtbl" },
    210   1.90     lukem #define	X_IHASH		2
    211  1.153  christos 	{ .n_name = "_ihash" },
    212   1.90     lukem #define	X_IHASHTBL	3
    213  1.153  christos 	{ .n_name = "_ihashtbl" },
    214   1.90     lukem #define	X_BUFHASH	4
    215  1.153  christos 	{ .n_name = "_bufhash" },
    216   1.90     lukem #define	X_BUFHASHTBL	5
    217  1.153  christos 	{ .n_name = "_bufhashtbl" },
    218  1.122  junyoung #define	X_UIHASH	6
    219  1.153  christos 	{ .n_name = "_uihash" },
    220  1.122  junyoung #define	X_UIHASHTBL	7
    221  1.153  christos 	{ .n_name = "_uihashtbl" },
    222  1.122  junyoung #define	X_IFADDRHASH	8
    223  1.153  christos 	{ .n_name = "_in_ifaddrhash" },
    224  1.122  junyoung #define	X_IFADDRHASHTBL	9
    225  1.153  christos 	{ .n_name = "_in_ifaddrhashtbl" },
    226  1.122  junyoung #define	X_NCHASH	10
    227  1.153  christos 	{ .n_name = "_nchash" },
    228  1.122  junyoung #define	X_NCHASHTBL	11
    229  1.153  christos 	{ .n_name = "_nchashtbl" },
    230  1.122  junyoung #define	X_NCVHASH	12
    231  1.153  christos 	{ .n_name = "_ncvhash" },
    232  1.122  junyoung #define	X_NCVHASHTBL	13
    233  1.153  christos 	{ .n_name = "_ncvhashtbl" },
    234  1.122  junyoung #define X_HASHNL_SIZE	14	/* must be last */
    235  1.153  christos 	{ .n_name = NULL },
    236   1.90     lukem };
    237   1.87     lukem 
    238   1.90     lukem /*
    239   1.90     lukem  * Namelist for UVM histories
    240   1.90     lukem  */
    241   1.90     lukem struct nlist histnl[] =
    242   1.90     lukem {
    243  1.153  christos 	{ .n_name = "_uvm_histories" },
    244   1.90     lukem #define	X_UVM_HISTORIES		0
    245  1.153  christos 	{ .n_name = NULL },
    246    1.1       cgd };
    247    1.1       cgd 
    248   1.87     lukem 
    249  1.152  christos #define KILO	1024
    250   1.90     lukem 
    251  1.171  christos struct cpu_counter {
    252  1.171  christos 	uint64_t nintr;
    253  1.171  christos 	uint64_t nsyscall;
    254  1.171  christos 	uint64_t nswtch;
    255  1.171  christos 	uint64_t nfault;
    256  1.171  christos 	uint64_t ntrap;
    257  1.171  christos 	uint64_t nsoft;
    258  1.171  christos } cpucounter, ocpucounter;
    259  1.171  christos 
    260   1.41       mrg struct	uvmexp uvmexp, ouvmexp;
    261   1.73    simonb int	ndrives;
    262    1.1       cgd 
    263    1.1       cgd int	winlines = 20;
    264    1.1       cgd 
    265   1.13       cgd kvm_t *kd;
    266   1.13       cgd 
    267  1.174  christos 
    268   1.87     lukem #define	FORKSTAT	1<<0
    269   1.87     lukem #define	INTRSTAT	1<<1
    270   1.87     lukem #define	MEMSTAT		1<<2
    271   1.87     lukem #define	SUMSTAT		1<<3
    272   1.87     lukem #define	EVCNTSTAT	1<<4
    273   1.87     lukem #define	VMSTAT		1<<5
    274   1.87     lukem #define	HISTLIST	1<<6
    275   1.87     lukem #define	HISTDUMP	1<<7
    276   1.87     lukem #define	HASHSTAT	1<<8
    277   1.88     lukem #define	HASHLIST	1<<9
    278  1.130        he #define	VMTOTAL		1<<10
    279  1.154        ad #define	POOLCACHESTAT	1<<11
    280    1.1       cgd 
    281  1.151      yamt /*
    282  1.151      yamt  * Print single word.  `ovflow' is number of characters didn't fit
    283  1.151      yamt  * on the last word.  `fmt' is a format string to print this word.
    284  1.151      yamt  * It must contain asterisk for field width.  `width' is a width
    285  1.151      yamt  * occupied by this word.  `fixed' is a number of constant chars in
    286  1.151      yamt  * `fmt'.  `val' is a value to be printed using format string `fmt'.
    287  1.151      yamt  */
    288  1.151      yamt #define	PRWORD(ovflw, fmt, width, fixed, val) do {	\
    289  1.151      yamt 	(ovflw) += printf((fmt),			\
    290  1.151      yamt 	    (width) - (fixed) - (ovflw) > 0 ?		\
    291  1.151      yamt 	    (width) - (fixed) - (ovflw) : 0,		\
    292  1.151      yamt 	    (val)) - (width);				\
    293  1.151      yamt 	if ((ovflw) < 0)				\
    294  1.151      yamt 		(ovflw) = 0;				\
    295  1.151      yamt } while (/* CONSTCOND */0)
    296  1.151      yamt 
    297  1.151      yamt void	cpustats(int *);
    298  1.171  christos void	cpucounters(struct cpu_counter *);
    299   1.87     lukem void	deref_kptr(const void *, void *, size_t, const char *);
    300  1.151      yamt void	drvstats(int *);
    301  1.176      matt void	doevcnt(int verbose, int type);
    302   1.88     lukem void	dohashstat(int, int, const char *);
    303   1.73    simonb void	dointr(int verbose);
    304   1.73    simonb void	domem(void);
    305  1.126    simonb void	dopool(int, int);
    306  1.154        ad void	dopoolcache(void);
    307   1.73    simonb void	dosum(void);
    308  1.103   mycroft void	dovmstat(struct timespec *, int);
    309  1.130        he void	print_total_hdr(void);
    310  1.130        he void	dovmtotal(struct timespec *, int);
    311  1.133       chs void	kread(struct nlist *, int, void *, size_t);
    312  1.147    kardel int	kreadc(struct nlist *, int, void *, size_t);
    313   1.73    simonb void	needhdr(int);
    314  1.176      matt void	getnlist(int);
    315   1.73    simonb long	getuptime(void);
    316   1.73    simonb void	printhdr(void);
    317   1.73    simonb long	pct(long, long);
    318   1.73    simonb void	usage(void);
    319   1.73    simonb void	doforkst(void);
    320   1.73    simonb 
    321   1.73    simonb void	hist_traverse(int, const char *);
    322   1.73    simonb void	hist_dodump(struct uvm_history *);
    323   1.73    simonb 
    324   1.73    simonb int	main(int, char **);
    325   1.73    simonb char	**choosedrives(char **);
    326   1.38       mrg 
    327   1.29   thorpej /* Namelist and memory file names. */
    328   1.29   thorpej char	*nlistf, *memf;
    329   1.29   thorpej 
    330   1.47       mrg /* allow old usage [vmstat 1] */
    331   1.47       mrg #define	BACKWARD_COMPATIBILITY
    332   1.47       mrg 
    333  1.170  christos static const int vmmeter_mib[] = { CTL_VM, VM_METER };
    334  1.170  christos static const int uvmexp2_mib[] = { CTL_VM, VM_UVMEXP2 };
    335  1.176      matt static const int boottime_mib[] = { CTL_KERN, KERN_BOOTTIME };
    336  1.176      matt static char kvm_errbuf[_POSIX2_LINE_MAX];
    337  1.170  christos 
    338   1.38       mrg int
    339   1.75     enami main(int argc, char *argv[])
    340    1.1       cgd {
    341  1.126    simonb 	int c, todo, verbose, wide;
    342  1.103   mycroft 	struct timespec interval;
    343    1.1       cgd 	int reps;
    344   1.75     enami 	gid_t egid = getegid();
    345   1.88     lukem 	const char *histname, *hashname;
    346    1.1       cgd 
    347   1.88     lukem 	histname = hashname = NULL;
    348   1.48       mrg 	(void)setegid(getgid());
    349   1.13       cgd 	memf = nlistf = NULL;
    350  1.126    simonb 	reps = todo = verbose = wide = 0;
    351  1.103   mycroft 	interval.tv_sec = 0;
    352  1.103   mycroft 	interval.tv_nsec = 0;
    353  1.154        ad 	while ((c = getopt(argc, argv, "Cc:efh:HilLM:mN:stu:UvWw:")) != -1) {
    354    1.1       cgd 		switch (c) {
    355    1.1       cgd 		case 'c':
    356    1.1       cgd 			reps = atoi(optarg);
    357    1.1       cgd 			break;
    358  1.154        ad 		case 'C':
    359  1.154        ad 			todo |= POOLCACHESTAT;
    360  1.154        ad 			break;
    361   1.66       cgd 		case 'e':
    362   1.66       cgd 			todo |= EVCNTSTAT;
    363   1.66       cgd 			break;
    364    1.1       cgd 		case 'f':
    365    1.1       cgd 			todo |= FORKSTAT;
    366    1.1       cgd 			break;
    367   1.45   thorpej 		case 'h':
    368   1.88     lukem 			hashname = optarg;
    369   1.88     lukem 			/* FALLTHROUGH */
    370   1.88     lukem 		case 'H':
    371   1.87     lukem 			todo |= HASHSTAT;
    372   1.45   thorpej 			break;
    373    1.1       cgd 		case 'i':
    374    1.1       cgd 			todo |= INTRSTAT;
    375    1.1       cgd 			break;
    376   1.45   thorpej 		case 'l':
    377   1.45   thorpej 			todo |= HISTLIST;
    378   1.45   thorpej 			break;
    379   1.88     lukem 		case 'L':
    380   1.88     lukem 			todo |= HASHLIST;
    381   1.88     lukem 			break;
    382    1.1       cgd 		case 'M':
    383   1.13       cgd 			memf = optarg;
    384    1.1       cgd 			break;
    385    1.1       cgd 		case 'm':
    386    1.1       cgd 			todo |= MEMSTAT;
    387    1.1       cgd 			break;
    388    1.1       cgd 		case 'N':
    389   1.13       cgd 			nlistf = optarg;
    390    1.1       cgd 			break;
    391    1.1       cgd 		case 's':
    392    1.1       cgd 			todo |= SUMSTAT;
    393    1.1       cgd 			break;
    394  1.130        he 		case 't':
    395  1.130        he 			todo |= VMTOTAL;
    396  1.130        he 			break;
    397   1.87     lukem 		case 'u':
    398   1.87     lukem 			histname = optarg;
    399   1.87     lukem 			/* FALLTHROUGH */
    400   1.87     lukem 		case 'U':
    401   1.87     lukem 			todo |= HISTDUMP;
    402   1.87     lukem 			break;
    403   1.66       cgd 		case 'v':
    404   1.87     lukem 			verbose++;
    405   1.66       cgd 			break;
    406  1.126    simonb 		case 'W':
    407  1.126    simonb 			wide++;
    408  1.126    simonb 			break;
    409    1.1       cgd 		case 'w':
    410  1.103   mycroft 			interval.tv_sec = atol(optarg);
    411    1.1       cgd 			break;
    412    1.1       cgd 		case '?':
    413    1.1       cgd 		default:
    414    1.1       cgd 			usage();
    415    1.1       cgd 		}
    416    1.1       cgd 	}
    417    1.1       cgd 	argc -= optind;
    418    1.1       cgd 	argv += optind;
    419    1.1       cgd 
    420    1.1       cgd 	if (todo == 0)
    421    1.1       cgd 		todo = VMSTAT;
    422    1.1       cgd 
    423   1.13       cgd 	/*
    424   1.48       mrg 	 * Discard setgid privileges.  If not the running kernel, we toss
    425   1.48       mrg 	 * them away totally so that bad guys can't print interesting stuff
    426   1.48       mrg 	 * from kernel memory, otherwise switch back to kmem for the
    427   1.48       mrg 	 * duration of the kvm_openfiles() call.
    428   1.13       cgd 	 */
    429   1.13       cgd 	if (nlistf != NULL || memf != NULL)
    430   1.48       mrg 		(void)setgid(getgid());
    431   1.48       mrg 	else
    432   1.48       mrg 		(void)setegid(egid);
    433   1.13       cgd 
    434  1.176      matt 	kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, kvm_errbuf);
    435  1.176      matt 	if (kd == NULL) {
    436  1.176      matt 		if (nlistf != NULL || memf != NULL) {
    437  1.176      matt 			errx(1, "kvm_openfiles: %s", kvm_errbuf);
    438  1.176      matt 		}
    439  1.176      matt 	}
    440   1.48       mrg 
    441   1.95    simonb 	if (nlistf == NULL && memf == NULL)
    442   1.95    simonb 		(void)setgid(getgid());
    443    1.1       cgd 
    444    1.1       cgd 
    445    1.1       cgd 	if (todo & VMSTAT) {
    446    1.1       cgd 		struct winsize winsize;
    447    1.1       cgd 
    448  1.153  christos 		(void)drvinit(0);/* Initialize disk stats, no disks selected. */
    449   1.49  drochner 
    450   1.49  drochner 		(void)setgid(getgid()); /* don't need privs anymore */
    451   1.49  drochner 
    452   1.29   thorpej 		argv = choosedrives(argv);	/* Select disks. */
    453    1.1       cgd 		winsize.ws_row = 0;
    454  1.115    simonb 		(void)ioctl(STDOUT_FILENO, TIOCGWINSZ, &winsize);
    455    1.1       cgd 		if (winsize.ws_row > 0)
    456    1.1       cgd 			winlines = winsize.ws_row;
    457    1.1       cgd 
    458    1.1       cgd 	}
    459    1.1       cgd 
    460    1.1       cgd #ifdef	BACKWARD_COMPATIBILITY
    461    1.1       cgd 	if (*argv) {
    462  1.103   mycroft 		interval.tv_sec = atol(*argv);
    463    1.1       cgd 		if (*++argv)
    464    1.1       cgd 			reps = atoi(*argv);
    465    1.1       cgd 	}
    466    1.1       cgd #endif
    467    1.1       cgd 
    468  1.103   mycroft 	if (interval.tv_sec) {
    469    1.1       cgd 		if (!reps)
    470    1.1       cgd 			reps = -1;
    471    1.1       cgd 	} else if (reps)
    472  1.103   mycroft 		interval.tv_sec = 1;
    473    1.1       cgd 
    474   1.78     jhawk 
    475   1.78     jhawk 	/*
    476   1.78     jhawk 	 * Statistics dumping is incompatible with the default
    477   1.78     jhawk 	 * VMSTAT/dovmstat() output. So perform the interval/reps handling
    478   1.78     jhawk 	 * for it here.
    479   1.78     jhawk 	 */
    480  1.130        he 	if ((todo & (VMSTAT|VMTOTAL)) == 0) {
    481   1.99     enami 		for (;;) {
    482   1.99     enami 			if (todo & (HISTLIST|HISTDUMP)) {
    483   1.99     enami 				if ((todo & (HISTLIST|HISTDUMP)) ==
    484   1.99     enami 				    (HISTLIST|HISTDUMP))
    485   1.99     enami 					errx(1, "you may list or dump,"
    486   1.99     enami 					    " but not both!");
    487   1.99     enami 				hist_traverse(todo, histname);
    488  1.153  christos 				(void)putchar('\n');
    489   1.99     enami 			}
    490   1.99     enami 			if (todo & FORKSTAT) {
    491   1.99     enami 				doforkst();
    492  1.153  christos 				(void)putchar('\n');
    493   1.99     enami 			}
    494   1.99     enami 			if (todo & MEMSTAT) {
    495   1.99     enami 				domem();
    496  1.126    simonb 				dopool(verbose, wide);
    497  1.153  christos 				(void)putchar('\n');
    498   1.99     enami 			}
    499  1.154        ad 			if (todo & POOLCACHESTAT) {
    500  1.154        ad 				dopoolcache();
    501  1.154        ad 				(void)putchar('\n');
    502  1.154        ad 			}
    503   1.99     enami 			if (todo & SUMSTAT) {
    504   1.99     enami 				dosum();
    505  1.153  christos 				(void)putchar('\n');
    506   1.99     enami 			}
    507   1.99     enami 			if (todo & INTRSTAT) {
    508   1.99     enami 				dointr(verbose);
    509  1.153  christos 				(void)putchar('\n');
    510   1.99     enami 			}
    511   1.99     enami 			if (todo & EVCNTSTAT) {
    512  1.176      matt 				doevcnt(verbose, EVCNT_TYPE_ANY);
    513  1.153  christos 				(void)putchar('\n');
    514   1.99     enami 			}
    515   1.99     enami 			if (todo & (HASHLIST|HASHSTAT)) {
    516   1.99     enami 				if ((todo & (HASHLIST|HASHSTAT)) ==
    517   1.99     enami 				    (HASHLIST|HASHSTAT))
    518   1.99     enami 					errx(1, "you may list or display,"
    519   1.99     enami 					    " but not both!");
    520   1.99     enami 				dohashstat(verbose, todo, hashname);
    521  1.153  christos 				(void)putchar('\n');
    522   1.99     enami 			}
    523  1.101  sommerfe 
    524  1.164  dholland 			fflush(stdout);
    525  1.101  sommerfe 			if (reps >= 0 && --reps <=0)
    526   1.99     enami 				break;
    527  1.153  christos 			(void)nanosleep(&interval, NULL);
    528   1.87     lukem 		}
    529  1.130        he 	} else {
    530  1.130        he 		if ((todo & (VMSTAT|VMTOTAL)) == (VMSTAT|VMTOTAL)) {
    531  1.130        he 			errx(1, "you may not both do vmstat and vmtotal");
    532  1.130        he 		}
    533  1.130        he 		if (todo & VMSTAT)
    534  1.130        he 			dovmstat(&interval, reps);
    535  1.130        he 		if (todo & VMTOTAL)
    536  1.130        he 			dovmtotal(&interval, reps);
    537  1.130        he 	}
    538  1.153  christos 	return 0;
    539    1.1       cgd }
    540    1.1       cgd 
    541  1.176      matt void
    542  1.176      matt getnlist(int todo)
    543  1.176      matt {
    544  1.176      matt 	static int namelist_done = 0;
    545  1.176      matt 	static int hash_done = 0;
    546  1.176      matt 	static int hist_done = 0;
    547  1.176      matt 	static int intr_done = 0;
    548  1.176      matt 	int c;
    549  1.176      matt 	size_t i;
    550  1.176      matt 
    551  1.176      matt 	if (kd == NULL)
    552  1.176      matt 		errx(1, "kvm_openfiles: %s", kvm_errbuf);
    553  1.176      matt 
    554  1.176      matt 	if (!namelist_done) {
    555  1.176      matt 		namelist_done = 1;
    556  1.176      matt 		if ((c = kvm_nlist(kd, namelist)) != 0) {
    557  1.176      matt 			int doexit = 0;
    558  1.176      matt 			if (c == -1)
    559  1.176      matt 				errx(1, "kvm_nlist: %s %s",
    560  1.176      matt 				    "namelist", kvm_geterr(kd));
    561  1.176      matt 			for (i = 0; i < __arraycount(namelist)-1; i++)
    562  1.176      matt 				if (namelist[i].n_type == 0 &&
    563  1.176      matt 				    i != X_TIME_SECOND &&
    564  1.176      matt 				    i != X_TIME) {
    565  1.176      matt 					if (doexit++ == 0)
    566  1.176      matt 						(void)fprintf(stderr,
    567  1.176      matt 						    "%s: undefined symbols:",
    568  1.176      matt 						    getprogname());
    569  1.176      matt 					(void)fprintf(stderr, " %s",
    570  1.176      matt 					    namelist[i].n_name);
    571  1.176      matt 				}
    572  1.176      matt 			if (doexit) {
    573  1.176      matt 				(void)fputc('\n', stderr);
    574  1.176      matt 				exit(1);
    575  1.176      matt 			}
    576  1.176      matt 		}
    577  1.176      matt 	}
    578  1.176      matt 	if ((todo & INTRSTAT) && !intr_done) {
    579  1.176      matt 		intr_done = 1;
    580  1.176      matt 		(void) kvm_nlist(kd, intrnl);
    581  1.176      matt 	}
    582  1.176      matt 	if ((todo & HASHLIST) && !hash_done) {
    583  1.176      matt 		hash_done = 1;
    584  1.176      matt 		if ((c = kvm_nlist(kd, hashnl)) == -1 || c == X_HASHNL_SIZE)
    585  1.176      matt 			errx(1, "kvm_nlist: %s %s", "hashnl", kvm_geterr(kd));
    586  1.176      matt 	}
    587  1.176      matt 	if ((todo & (HISTLIST|HISTDUMP)) && !hist_done) {
    588  1.176      matt 		hist_done = 1;
    589  1.176      matt 		if (kvm_nlist(kd, histnl) == -1)
    590  1.176      matt 			errx(1, "kvm_nlist: %s %s", "histnl", kvm_geterr(kd));
    591  1.176      matt 	}
    592  1.176      matt }
    593  1.176      matt 
    594    1.1       cgd char **
    595   1.73    simonb choosedrives(char **argv)
    596    1.1       cgd {
    597  1.165     lukem 	size_t i;
    598    1.1       cgd 
    599    1.1       cgd 	/*
    600    1.1       cgd 	 * Choose drives to be displayed.  Priority goes to (in order) drives
    601    1.1       cgd 	 * supplied as arguments, default drives.  If everything isn't filled
    602    1.1       cgd 	 * in and there are drives not taken care of, display the first few
    603    1.1       cgd 	 * that fit.
    604    1.1       cgd 	 */
    605   1.75     enami #define	BACKWARD_COMPATIBILITY
    606    1.1       cgd 	for (ndrives = 0; *argv; ++argv) {
    607    1.1       cgd #ifdef	BACKWARD_COMPATIBILITY
    608  1.124       dsl 		if (isdigit((unsigned char)**argv))
    609    1.1       cgd 			break;
    610    1.1       cgd #endif
    611  1.140     blymn 		for (i = 0; i < ndrive; i++) {
    612    1.1       cgd 			if (strcmp(dr_name[i], *argv))
    613    1.1       cgd 				continue;
    614  1.140     blymn 			drv_select[i] = 1;
    615  1.136     blymn 			++ndrives;
    616  1.136     blymn 			break;
    617  1.136     blymn 		}
    618    1.1       cgd 	}
    619  1.151      yamt 	for (i = 0; i < ndrive && ndrives < 2; i++) {
    620  1.140     blymn 		if (drv_select[i])
    621    1.1       cgd 			continue;
    622  1.140     blymn 		drv_select[i] = 1;
    623    1.1       cgd 		++ndrives;
    624    1.1       cgd 	}
    625  1.140     blymn 
    626   1.75     enami 	return (argv);
    627    1.1       cgd }
    628    1.1       cgd 
    629    1.1       cgd long
    630   1.73    simonb getuptime(void)
    631    1.1       cgd {
    632  1.176      matt 	static struct timespec boottime;
    633  1.176      matt 	struct timespec now;
    634  1.149    kardel 	time_t uptime, nowsec;
    635    1.1       cgd 
    636  1.176      matt 	if (memf == NULL) {
    637  1.176      matt 		if (boottime.tv_sec == 0) {
    638  1.176      matt 			size_t buflen = sizeof(boottime);
    639  1.176      matt 			if (sysctl(boottime_mib, __arraycount(boottime_mib),
    640  1.176      matt 			    &boottime, &buflen, NULL, 0) == -1)
    641  1.176      matt 				warn("Can't get boottime");
    642  1.176      matt 		}
    643  1.176      matt 		clock_gettime(CLOCK_REALTIME, &now);
    644  1.147    kardel 	} else {
    645  1.176      matt 		if (boottime.tv_sec == 0)
    646  1.176      matt 			kread(namelist, X_BOOTTIME, &boottime,
    647  1.176      matt 			    sizeof(boottime));
    648  1.176      matt 		if (kreadc(namelist, X_TIME_SECOND, &nowsec, sizeof(nowsec))) {
    649  1.176      matt 			/*
    650  1.176      matt 			 * XXX this assignment dance can be removed once
    651  1.176      matt 			 * timeval tv_sec is SUS mandated time_t
    652  1.176      matt 			 */
    653  1.176      matt 			now.tv_sec = nowsec;
    654  1.176      matt 			now.tv_nsec = 0;
    655  1.176      matt 		} else {
    656  1.176      matt 			kread(namelist, X_TIME, &now, sizeof(now));
    657  1.176      matt 		}
    658  1.147    kardel 	}
    659  1.145    kardel 	uptime = now.tv_sec - boottime.tv_sec;
    660   1.87     lukem 	if (uptime <= 0 || uptime > 60*60*24*365*10)
    661   1.87     lukem 		errx(1, "time makes no sense; namelist must be wrong.");
    662   1.75     enami 	return (uptime);
    663    1.1       cgd }
    664    1.1       cgd 
    665    1.1       cgd int	hz, hdrcnt;
    666    1.1       cgd 
    667    1.1       cgd void
    668  1.130        he print_total_hdr()
    669  1.130        he {
    670  1.130        he 
    671  1.166     rmind 	(void)printf("procs         memory\n");
    672  1.166     rmind 	(void)printf("ru dw pw sl");
    673  1.130        he 	(void)printf("   total-v  active-v  active-r");
    674  1.130        he 	(void)printf(" vm-sh avm-sh rm-sh arm-sh free\n");
    675  1.130        he 	hdrcnt = winlines - 2;
    676  1.130        he }
    677  1.130        he 
    678  1.130        he void
    679  1.130        he dovmtotal(struct timespec *interval, int reps)
    680  1.130        he {
    681  1.130        he 	struct vmtotal total;
    682  1.130        he 	size_t size;
    683  1.130        he 
    684  1.130        he 	(void)signal(SIGCONT, needhdr);
    685  1.130        he 
    686  1.130        he 	for (hdrcnt = 1;;) {
    687  1.130        he 		if (!--hdrcnt)
    688  1.130        he 			print_total_hdr();
    689  1.130        he 		if (memf != NULL) {
    690  1.170  christos 			warnx("Unable to get vmtotals from crash dump.");
    691  1.153  christos 			(void)memset(&total, 0, sizeof(total));
    692  1.130        he 		} else {
    693  1.130        he 			size = sizeof(total);
    694  1.170  christos 			if (sysctl(vmmeter_mib, __arraycount(vmmeter_mib),
    695  1.170  christos 			    &total, &size, NULL, 0) == -1) {
    696  1.170  christos 				warn("Can't get vmtotals");
    697  1.153  christos 				(void)memset(&total, 0, sizeof(total));
    698  1.130        he 			}
    699  1.130        he 		}
    700  1.153  christos 		(void)printf("%2d ", total.t_rq);
    701  1.153  christos 		(void)printf("%2d ", total.t_dw);
    702  1.153  christos 		(void)printf("%2d ", total.t_pw);
    703  1.153  christos 		(void)printf("%2d ", total.t_sl);
    704  1.153  christos 
    705  1.153  christos 		(void)printf("%9d ", total.t_vm);
    706  1.153  christos 		(void)printf("%9d ", total.t_avm);
    707  1.153  christos 		(void)printf("%9d ", total.t_arm);
    708  1.153  christos 		(void)printf("%5d ", total.t_vmshr);
    709  1.153  christos 		(void)printf("%6d ", total.t_avmshr);
    710  1.153  christos 		(void)printf("%5d ", total.t_rmshr);
    711  1.153  christos 		(void)printf("%6d ", total.t_armshr);
    712  1.153  christos 		(void)printf("%5d",  total.t_free);
    713  1.130        he 
    714  1.153  christos 		(void)putchar('\n');
    715  1.130        he 
    716  1.130        he 		(void)fflush(stdout);
    717  1.130        he 		if (reps >= 0 && --reps <= 0)
    718  1.130        he 			break;
    719  1.130        he 
    720  1.153  christos 		(void)nanosleep(interval, NULL);
    721  1.130        he 	}
    722  1.130        he }
    723  1.130        he 
    724  1.130        he void
    725  1.103   mycroft dovmstat(struct timespec *interval, int reps)
    726    1.1       cgd {
    727    1.1       cgd 	struct vmtotal total;
    728    1.1       cgd 	time_t uptime, halfuptime;
    729   1.17       cgd 	size_t size;
    730   1.41       mrg 	int pagesize = getpagesize();
    731  1.151      yamt 	int ovflw;
    732    1.1       cgd 
    733  1.177      matt 	getnlist(VMSTAT);
    734    1.1       cgd 	uptime = getuptime();
    735    1.1       cgd 	halfuptime = uptime / 2;
    736    1.1       cgd 	(void)signal(SIGCONT, needhdr);
    737    1.1       cgd 
    738   1.13       cgd 	if (namelist[X_STATHZ].n_type != 0 && namelist[X_STATHZ].n_value != 0)
    739  1.133       chs 		kread(namelist, X_STATHZ, &hz, sizeof(hz));
    740    1.1       cgd 	if (!hz)
    741  1.133       chs 		kread(namelist, X_HZ, &hz, sizeof(hz));
    742    1.1       cgd 
    743  1.171  christos 	kread(namelist, X_CPU_QUEUE, &cpu_queue, sizeof(cpu_queue));
    744  1.171  christos 
    745    1.1       cgd 	for (hdrcnt = 1;;) {
    746    1.1       cgd 		if (!--hdrcnt)
    747    1.1       cgd 			printhdr();
    748   1.29   thorpej 		/* Read new disk statistics */
    749  1.139       dsl 		cpureadstats();
    750  1.140     blymn 		drvreadstats();
    751  1.139       dsl 		tkreadstats();
    752  1.133       chs 		kread(namelist, X_UVMEXP, &uvmexp, sizeof(uvmexp));
    753   1.58   thorpej 		if (memf != NULL) {
    754   1.58   thorpej 			/*
    755   1.58   thorpej 			 * XXX Can't do this if we're reading a crash
    756   1.58   thorpej 			 * XXX dump because they're lazily-calculated.
    757   1.58   thorpej 			 */
    758  1.170  christos 			warnx("Unable to get vmtotals from crash dump.");
    759  1.153  christos 			(void)memset(&total, 0, sizeof(total));
    760   1.58   thorpej 		} else {
    761   1.58   thorpej 			size = sizeof(total);
    762  1.170  christos 			if (sysctl(vmmeter_mib, __arraycount(vmmeter_mib),
    763  1.170  christos 			    &total, &size, NULL, 0) == -1) {
    764  1.170  christos 				warn("Can't get vmtotals");
    765  1.153  christos 				(void)memset(&total, 0, sizeof(total));
    766   1.58   thorpej 			}
    767   1.13       cgd 		}
    768  1.171  christos 		cpucounters(&cpucounter);
    769  1.151      yamt 		ovflw = 0;
    770  1.151      yamt 		PRWORD(ovflw, " %*d", 2, 1, total.t_rq - 1);
    771  1.151      yamt 		PRWORD(ovflw, " %*d", 2, 1, total.t_dw + total.t_pw);
    772  1.153  christos #define	pgtok(a) (long)((a) * ((uint32_t)pagesize >> 10))
    773   1.38       mrg #define	rate(x)	(u_long)(((x) + halfuptime) / uptime)	/* round */
    774  1.166     rmind 		PRWORD(ovflw, " %*ld", 9, 1, pgtok(total.t_avm));
    775  1.151      yamt 		PRWORD(ovflw, " %*ld", 7, 1, pgtok(total.t_free));
    776  1.151      yamt 		PRWORD(ovflw, " %*ld", 5, 1,
    777  1.171  christos 		    rate(cpucounter.nfault - ocpucounter.nfault));
    778  1.151      yamt 		PRWORD(ovflw, " %*ld", 4, 1,
    779  1.151      yamt 		    rate(uvmexp.pdreact - ouvmexp.pdreact));
    780  1.151      yamt 		PRWORD(ovflw, " %*ld", 4, 1,
    781  1.151      yamt 		    rate(uvmexp.pageins - ouvmexp.pageins));
    782  1.151      yamt 		PRWORD(ovflw, " %*ld", 5, 1,
    783   1.44       mrg 		    rate(uvmexp.pgswapout - ouvmexp.pgswapout));
    784  1.151      yamt 		PRWORD(ovflw, " %*ld", 5, 1,
    785  1.151      yamt 		    rate(uvmexp.pdfreed - ouvmexp.pdfreed));
    786  1.151      yamt 		PRWORD(ovflw, " %*ld", 6, 2,
    787  1.151      yamt 		    rate(uvmexp.pdscans - ouvmexp.pdscans));
    788  1.151      yamt 		drvstats(&ovflw);
    789  1.151      yamt 		PRWORD(ovflw, " %*ld", 5, 1,
    790  1.171  christos 		    rate(cpucounter.nintr - ocpucounter.nintr));
    791  1.151      yamt 		PRWORD(ovflw, " %*ld", 5, 1,
    792  1.171  christos 		    rate(cpucounter.nsyscall - ocpucounter.nsyscall));
    793  1.151      yamt 		PRWORD(ovflw, " %*ld", 4, 1,
    794  1.171  christos 		    rate(cpucounter.nswtch - ocpucounter.nswtch));
    795  1.151      yamt 		cpustats(&ovflw);
    796  1.153  christos 		(void)putchar('\n');
    797   1.42       mrg 		(void)fflush(stdout);
    798   1.42       mrg 		if (reps >= 0 && --reps <= 0)
    799   1.42       mrg 			break;
    800  1.172     enami 		ouvmexp = uvmexp;
    801  1.171  christos 		ocpucounter = cpucounter;
    802  1.103   mycroft 		uptime = interval->tv_sec;
    803    1.1       cgd 		/*
    804    1.1       cgd 		 * We round upward to avoid losing low-frequency events
    805    1.1       cgd 		 * (i.e., >= 1 per interval but < 1 per second).
    806    1.1       cgd 		 */
    807   1.33   thorpej 		halfuptime = uptime == 1 ? 0 : (uptime + 1) / 2;
    808  1.153  christos 		(void)nanosleep(interval, NULL);
    809    1.1       cgd 	}
    810    1.1       cgd }
    811    1.1       cgd 
    812   1.38       mrg void
    813   1.73    simonb printhdr(void)
    814    1.1       cgd {
    815  1.165     lukem 	size_t i;
    816    1.1       cgd 
    817  1.104       mrg 	(void)printf(" procs    memory      page%*s", 23, "");
    818   1.29   thorpej 	if (ndrives > 0)
    819   1.70  sommerfe 		(void)printf("%s %*sfaults      cpu\n",
    820   1.75     enami 		    ((ndrives > 1) ? "disks" : "disk"),
    821   1.75     enami 		    ((ndrives > 1) ? ndrives * 3 - 4 : 0), "");
    822    1.1       cgd 	else
    823   1.29   thorpej 		(void)printf("%*s  faults   cpu\n",
    824   1.75     enami 		    ndrives * 3, "");
    825   1.29   thorpej 
    826  1.166     rmind 	(void)printf(" r b      avm    fre  flt  re  pi   po   fr   sr ");
    827  1.140     blymn 	for (i = 0; i < ndrive; i++)
    828  1.140     blymn 		if (drv_select[i])
    829    1.1       cgd 			(void)printf("%c%c ", dr_name[i][0],
    830    1.1       cgd 			    dr_name[i][strlen(dr_name[i]) - 1]);
    831    1.1       cgd 	(void)printf("  in   sy  cs us sy id\n");
    832    1.1       cgd 	hdrcnt = winlines - 2;
    833    1.1       cgd }
    834    1.1       cgd 
    835    1.1       cgd /*
    836    1.1       cgd  * Force a header to be prepended to the next output.
    837    1.1       cgd  */
    838    1.1       cgd void
    839  1.153  christos /*ARGSUSED*/
    840   1.73    simonb needhdr(int dummy)
    841    1.1       cgd {
    842    1.1       cgd 
    843    1.1       cgd 	hdrcnt = 1;
    844    1.1       cgd }
    845    1.1       cgd 
    846   1.38       mrg long
    847   1.73    simonb pct(long top, long bot)
    848    1.1       cgd {
    849   1.13       cgd 	long ans;
    850   1.13       cgd 
    851    1.1       cgd 	if (bot == 0)
    852   1.75     enami 		return (0);
    853  1.153  christos 	ans = (long)((quad_t)top * 100 / bot);
    854   1.13       cgd 	return (ans);
    855    1.1       cgd }
    856    1.1       cgd 
    857   1.38       mrg #define	PCT(top, bot) (int)pct((long)(top), (long)(bot))
    858    1.1       cgd 
    859    1.1       cgd void
    860   1.73    simonb dosum(void)
    861    1.1       cgd {
    862    1.1       cgd 	struct nchstats nchstats;
    863  1.123     enami 	u_long nchtotal;
    864  1.162        he 	struct uvmexp_sysctl uvmexp2;
    865  1.162        he 	size_t ssize;
    866  1.162        he 	int active_kernel;
    867  1.171  christos 	struct cpu_counter cc;
    868  1.162        he 
    869  1.179   mlelstv 	getnlist(INTRSTAT);
    870  1.179   mlelstv 
    871  1.162        he 	/*
    872  1.162        he 	 * The "active" and "inactive" variables
    873  1.162        he 	 * are now estimated by the kernel and sadly
    874  1.162        he 	 * can not easily be dug out of a crash dump.
    875  1.162        he 	 */
    876  1.162        he 	ssize = sizeof(uvmexp2);
    877  1.162        he 	memset(&uvmexp2, 0, ssize);
    878  1.162        he 	active_kernel = (memf == NULL);
    879  1.162        he 	if (active_kernel) {
    880  1.162        he 		/* only on active kernel */
    881  1.170  christos 		if (sysctl(uvmexp2_mib, __arraycount(uvmexp2_mib), &uvmexp2,
    882  1.170  christos 		    &ssize, NULL, 0) == -1)
    883  1.170  christos 			warn("sysctl vm.uvmexp2 failed");
    884  1.162        he 	}
    885    1.1       cgd 
    886  1.133       chs 	kread(namelist, X_UVMEXP, &uvmexp, sizeof(uvmexp));
    887   1.41       mrg 
    888   1.44       mrg 	(void)printf("%9u bytes per page\n", uvmexp.pagesize);
    889   1.44       mrg 
    890   1.81   thorpej 	(void)printf("%9u page color%s\n",
    891   1.81   thorpej 	    uvmexp.ncolors, uvmexp.ncolors == 1 ? "" : "s");
    892   1.81   thorpej 
    893   1.44       mrg 	(void)printf("%9u pages managed\n", uvmexp.npages);
    894   1.44       mrg 	(void)printf("%9u pages free\n", uvmexp.free);
    895  1.162        he 	if (active_kernel) {
    896  1.162        he 		(void)printf("%9" PRIu64 " pages active\n", uvmexp2.active);
    897  1.162        he 		(void)printf("%9" PRIu64 " pages inactive\n", uvmexp2.inactive);
    898  1.162        he 	}
    899   1.44       mrg 	(void)printf("%9u pages paging\n", uvmexp.paging);
    900   1.44       mrg 	(void)printf("%9u pages wired\n", uvmexp.wired);
    901   1.63   thorpej 	(void)printf("%9u zero pages\n", uvmexp.zeropages);
    902   1.44       mrg 	(void)printf("%9u reserve pagedaemon pages\n",
    903   1.44       mrg 	    uvmexp.reserve_pagedaemon);
    904   1.44       mrg 	(void)printf("%9u reserve kernel pages\n", uvmexp.reserve_kernel);
    905   1.94       chs 	(void)printf("%9u anonymous pages\n", uvmexp.anonpages);
    906   1.94       chs 	(void)printf("%9u cached file pages\n", uvmexp.filepages);
    907   1.94       chs 	(void)printf("%9u cached executable pages\n", uvmexp.execpages);
    908   1.44       mrg 
    909   1.44       mrg 	(void)printf("%9u minimum free pages\n", uvmexp.freemin);
    910   1.44       mrg 	(void)printf("%9u target free pages\n", uvmexp.freetarg);
    911   1.44       mrg 	(void)printf("%9u maximum wired pages\n", uvmexp.wiredmax);
    912   1.44       mrg 
    913   1.44       mrg 	(void)printf("%9u swap devices\n", uvmexp.nswapdev);
    914   1.44       mrg 	(void)printf("%9u swap pages\n", uvmexp.swpages);
    915   1.44       mrg 	(void)printf("%9u swap pages in use\n", uvmexp.swpginuse);
    916   1.44       mrg 	(void)printf("%9u swap allocations\n", uvmexp.nswget);
    917   1.44       mrg 
    918  1.171  christos 	kread(namelist, X_CPU_QUEUE, &cpu_queue, sizeof(cpu_queue));
    919  1.171  christos 	cpucounters(&cc);
    920  1.171  christos 	(void)printf("%9" PRIu64 " total faults taken\n", cc.nfault);
    921  1.171  christos 	(void)printf("%9" PRIu64 " traps\n", cc.ntrap);
    922  1.171  christos 	(void)printf("%9" PRIu64 " device interrupts\n", cc.nintr);
    923  1.171  christos 	(void)printf("%9" PRIu64 " CPU context switches\n", cc.nswtch);
    924  1.171  christos 	(void)printf("%9" PRIu64 " software interrupts\n", cc.nsoft);
    925  1.171  christos 	(void)printf("%9" PRIu64 " system calls\n", cc.nsyscall);
    926   1.60     fredb 	(void)printf("%9u pagein requests\n", uvmexp.pageins);
    927   1.60     fredb 	(void)printf("%9u pageout requests\n", uvmexp.pdpageouts);
    928   1.60     fredb 	(void)printf("%9u pages swapped in\n", uvmexp.pgswapin);
    929   1.60     fredb 	(void)printf("%9u pages swapped out\n", uvmexp.pgswapout);
    930   1.43       mrg 	(void)printf("%9u forks total\n", uvmexp.forks);
    931   1.43       mrg 	(void)printf("%9u forks blocked parent\n", uvmexp.forks_ppwait);
    932   1.43       mrg 	(void)printf("%9u forks shared address space with parent\n",
    933   1.43       mrg 	    uvmexp.forks_sharevm);
    934   1.63   thorpej 	(void)printf("%9u pagealloc zero wanted and avail\n",
    935   1.63   thorpej 	    uvmexp.pga_zerohit);
    936   1.63   thorpej 	(void)printf("%9u pagealloc zero wanted and not avail\n",
    937   1.63   thorpej 	    uvmexp.pga_zeromiss);
    938   1.68   thorpej 	(void)printf("%9u aborts of idle page zeroing\n",
    939   1.68   thorpej 	    uvmexp.zeroaborts);
    940   1.79   thorpej 	(void)printf("%9u pagealloc desired color avail\n",
    941   1.79   thorpej 	    uvmexp.colorhit);
    942   1.79   thorpej 	(void)printf("%9u pagealloc desired color not avail\n",
    943   1.79   thorpej 	    uvmexp.colormiss);
    944  1.159        ad 	(void)printf("%9u pagealloc local cpu avail\n",
    945  1.159        ad 	    uvmexp.cpuhit);
    946  1.159        ad 	(void)printf("%9u pagealloc local cpu not avail\n",
    947  1.159        ad 	    uvmexp.cpumiss);
    948   1.44       mrg 
    949   1.44       mrg 	(void)printf("%9u faults with no memory\n", uvmexp.fltnoram);
    950   1.44       mrg 	(void)printf("%9u faults with no anons\n", uvmexp.fltnoanon);
    951   1.43       mrg 	(void)printf("%9u faults had to wait on pages\n", uvmexp.fltpgwait);
    952   1.43       mrg 	(void)printf("%9u faults found released page\n", uvmexp.fltpgrele);
    953   1.43       mrg 	(void)printf("%9u faults relock (%u ok)\n", uvmexp.fltrelck,
    954   1.43       mrg 	    uvmexp.fltrelckok);
    955   1.43       mrg 	(void)printf("%9u anon page faults\n", uvmexp.fltanget);
    956   1.43       mrg 	(void)printf("%9u anon retry faults\n", uvmexp.fltanretry);
    957   1.43       mrg 	(void)printf("%9u amap copy faults\n", uvmexp.fltamcopy);
    958   1.43       mrg 	(void)printf("%9u neighbour anon page faults\n", uvmexp.fltnamap);
    959   1.43       mrg 	(void)printf("%9u neighbour object page faults\n", uvmexp.fltnomap);
    960   1.43       mrg 	(void)printf("%9u locked pager get faults\n", uvmexp.fltlget);
    961   1.43       mrg 	(void)printf("%9u unlocked pager get faults\n", uvmexp.fltget);
    962   1.43       mrg 	(void)printf("%9u anon faults\n", uvmexp.flt_anon);
    963   1.43       mrg 	(void)printf("%9u anon copy on write faults\n", uvmexp.flt_acow);
    964   1.43       mrg 	(void)printf("%9u object faults\n", uvmexp.flt_obj);
    965   1.43       mrg 	(void)printf("%9u promote copy faults\n", uvmexp.flt_prcopy);
    966   1.43       mrg 	(void)printf("%9u promote zero fill faults\n", uvmexp.flt_przero);
    967   1.44       mrg 
    968   1.44       mrg 	(void)printf("%9u times daemon wokeup\n",uvmexp.pdwoke);
    969   1.44       mrg 	(void)printf("%9u revolutions of the clock hand\n", uvmexp.pdrevs);
    970   1.44       mrg 	(void)printf("%9u pages freed by daemon\n", uvmexp.pdfreed);
    971   1.44       mrg 	(void)printf("%9u pages scanned by daemon\n", uvmexp.pdscans);
    972   1.75     enami 	(void)printf("%9u anonymous pages scanned by daemon\n",
    973   1.75     enami 	    uvmexp.pdanscan);
    974   1.44       mrg 	(void)printf("%9u object pages scanned by daemon\n", uvmexp.pdobscan);
    975   1.44       mrg 	(void)printf("%9u pages reactivated\n", uvmexp.pdreact);
    976   1.44       mrg 	(void)printf("%9u pages found busy by daemon\n", uvmexp.pdbusy);
    977   1.44       mrg 	(void)printf("%9u total pending pageouts\n", uvmexp.pdpending);
    978   1.44       mrg 	(void)printf("%9u pages deactivated\n", uvmexp.pddeact);
    979  1.123     enami 
    980  1.133       chs 	kread(namelist, X_NCHSTATS, &nchstats, sizeof(nchstats));
    981    1.1       cgd 	nchtotal = nchstats.ncs_goodhits + nchstats.ncs_neghits +
    982    1.1       cgd 	    nchstats.ncs_badhits + nchstats.ncs_falsehits +
    983    1.1       cgd 	    nchstats.ncs_miss + nchstats.ncs_long;
    984  1.123     enami 	(void)printf("%9lu total name lookups\n", nchtotal);
    985  1.123     enami 	(void)printf("%9lu good hits\n", nchstats.ncs_goodhits);
    986  1.123     enami 	(void)printf("%9lu negative hits\n", nchstats.ncs_neghits);
    987  1.123     enami 	(void)printf("%9lu bad hits\n", nchstats.ncs_badhits);
    988  1.123     enami 	(void)printf("%9lu false hits\n", nchstats.ncs_falsehits);
    989  1.123     enami 	(void)printf("%9lu miss\n", nchstats.ncs_miss);
    990  1.123     enami 	(void)printf("%9lu too long\n", nchstats.ncs_long);
    991  1.123     enami 	(void)printf("%9lu pass2 hits\n", nchstats.ncs_pass2);
    992  1.123     enami 	(void)printf("%9lu 2passes\n", nchstats.ncs_2passes);
    993    1.1       cgd 	(void)printf(
    994    1.1       cgd 	    "%9s cache hits (%d%% pos + %d%% neg) system %d%% per-process\n",
    995    1.1       cgd 	    "", PCT(nchstats.ncs_goodhits, nchtotal),
    996    1.1       cgd 	    PCT(nchstats.ncs_neghits, nchtotal),
    997    1.1       cgd 	    PCT(nchstats.ncs_pass2, nchtotal));
    998    1.1       cgd 	(void)printf("%9s deletions %d%%, falsehits %d%%, toolong %d%%\n", "",
    999    1.1       cgd 	    PCT(nchstats.ncs_badhits, nchtotal),
   1000    1.1       cgd 	    PCT(nchstats.ncs_falsehits, nchtotal),
   1001    1.1       cgd 	    PCT(nchstats.ncs_long, nchtotal));
   1002    1.1       cgd }
   1003    1.1       cgd 
   1004    1.1       cgd void
   1005   1.73    simonb doforkst(void)
   1006    1.1       cgd {
   1007   1.41       mrg 
   1008  1.133       chs 	kread(namelist, X_UVMEXP, &uvmexp, sizeof(uvmexp));
   1009   1.58   thorpej 
   1010   1.41       mrg 	(void)printf("%u forks total\n", uvmexp.forks);
   1011   1.41       mrg 	(void)printf("%u forks blocked parent\n", uvmexp.forks_ppwait);
   1012   1.41       mrg 	(void)printf("%u forks shared address space with parent\n",
   1013   1.41       mrg 	    uvmexp.forks_sharevm);
   1014    1.1       cgd }
   1015    1.1       cgd 
   1016    1.1       cgd void
   1017  1.151      yamt drvstats(int *ovflwp)
   1018    1.1       cgd {
   1019  1.165     lukem 	size_t dn;
   1020    1.1       cgd 	double etime;
   1021  1.151      yamt 	int ovflw = *ovflwp;
   1022    1.1       cgd 
   1023   1.29   thorpej 	/* Calculate disk stat deltas. */
   1024  1.139       dsl 	cpuswap();
   1025  1.140     blymn 	drvswap();
   1026  1.139       dsl 	tkswap();
   1027  1.101  sommerfe 	etime = cur.cp_etime;
   1028  1.101  sommerfe 
   1029  1.140     blymn 	for (dn = 0; dn < ndrive; ++dn) {
   1030  1.140     blymn 		if (!drv_select[dn])
   1031  1.151      yamt 	 		continue;
   1032  1.151      yamt 		PRWORD(ovflw, " %*.0f", 3, 1,
   1033  1.151      yamt 		    (cur.rxfer[dn] + cur.wxfer[dn]) / etime);
   1034  1.136     blymn 	}
   1035  1.151      yamt 	*ovflwp = ovflw;
   1036  1.136     blymn }
   1037  1.136     blymn 
   1038  1.136     blymn void
   1039  1.171  christos cpucounters(struct cpu_counter *cc)
   1040  1.171  christos {
   1041  1.178  christos 	struct cpu_info *ci, *first = NULL;
   1042  1.171  christos 	(void)memset(cc, 0, sizeof(*cc));
   1043  1.171  christos 	CIRCLEQ_FOREACH(ci, &cpu_queue, ci_data.cpu_qchain) {
   1044  1.175  christos 		struct cpu_info tci;
   1045  1.171  christos 		if ((size_t)kvm_read(kd, (u_long)ci, &tci, sizeof(tci))
   1046  1.171  christos 		    != sizeof(tci)) {
   1047  1.171  christos 		    warnx("Can't read cpu info from %p (%s)",
   1048  1.171  christos 			ci, kvm_geterr(kd));
   1049  1.173  christos 		    (void)memset(cc, 0, sizeof(*cc));
   1050  1.173  christos 		    return;
   1051  1.171  christos 		}
   1052  1.178  christos 		if (first == NULL)
   1053  1.178  christos 			first = tci.ci_data.cpu_qchain.cqe_prev;
   1054  1.171  christos 		cc->nintr += tci.ci_data.cpu_nintr;
   1055  1.171  christos 		cc->nsyscall += tci.ci_data.cpu_nsyscall;
   1056  1.171  christos 		cc->nswtch = tci.ci_data.cpu_nswtch;
   1057  1.171  christos 		cc->nfault = tci.ci_data.cpu_nfault;
   1058  1.171  christos 		cc->ntrap = tci.ci_data.cpu_ntrap;
   1059  1.171  christos 		cc->nsoft = tci.ci_data.cpu_nsoft;
   1060  1.171  christos 		ci = &tci;
   1061  1.178  christos 		if (tci.ci_data.cpu_qchain.cqe_next == first)
   1062  1.178  christos 			break;
   1063  1.171  christos 	}
   1064  1.171  christos }
   1065  1.171  christos 
   1066  1.171  christos void
   1067  1.151      yamt cpustats(int *ovflwp)
   1068    1.1       cgd {
   1069   1.38       mrg 	int state;
   1070  1.129       dsl 	double pcnt, total;
   1071  1.120       dbj 	double stat_us, stat_sy, stat_id;
   1072  1.151      yamt 	int ovflw = *ovflwp;
   1073    1.1       cgd 
   1074    1.1       cgd 	total = 0;
   1075    1.1       cgd 	for (state = 0; state < CPUSTATES; ++state)
   1076   1.29   thorpej 		total += cur.cp_time[state];
   1077    1.1       cgd 	if (total)
   1078  1.129       dsl 		pcnt = 100 / total;
   1079    1.1       cgd 	else
   1080  1.129       dsl 		pcnt = 0;
   1081  1.129       dsl 	stat_us = (cur.cp_time[CP_USER] + cur.cp_time[CP_NICE]) * pcnt;
   1082  1.129       dsl 	stat_sy = (cur.cp_time[CP_SYS] + cur.cp_time[CP_INTR]) * pcnt;
   1083  1.129       dsl 	stat_id = cur.cp_time[CP_IDLE] * pcnt;
   1084  1.151      yamt 	PRWORD(ovflw, " %*.0f", ((stat_sy >= 100) ? 2 : 3), 1, stat_us);
   1085  1.151      yamt 	PRWORD(ovflw, " %*.0f", ((stat_us >= 100 || stat_id >= 100) ? 2 : 3), 1,
   1086  1.151      yamt 	    stat_sy);
   1087  1.151      yamt 	PRWORD(ovflw, " %*.0f", 3, 1, stat_id);
   1088  1.151      yamt 	*ovflwp = ovflw;
   1089    1.1       cgd }
   1090    1.1       cgd 
   1091    1.1       cgd void
   1092   1.66       cgd dointr(int verbose)
   1093    1.1       cgd {
   1094  1.138    nonaka 	unsigned long *intrcnt, *ointrcnt;
   1095   1.85     enami 	unsigned long long inttotal, uptime;
   1096   1.38       mrg 	int nintr, inamlen;
   1097  1.138    nonaka 	char *intrname, *ointrname;
   1098    1.1       cgd 
   1099  1.176      matt 	getnlist(INTRSTAT);
   1100  1.133       chs 	inttotal = 0;
   1101    1.1       cgd 	uptime = getuptime();
   1102   1.83      matt 	(void)printf("%-34s %16s %8s\n", "interrupt", "total", "rate");
   1103  1.133       chs 	nintr = intrnl[X_EINTRCNT].n_value - intrnl[X_INTRCNT].n_value;
   1104  1.133       chs 	inamlen = intrnl[X_EINTRNAMES].n_value - intrnl[X_INTRNAMES].n_value;
   1105  1.133       chs 	if (nintr != 0 && inamlen != 0) {
   1106  1.138    nonaka 		ointrcnt = intrcnt = malloc((size_t)nintr);
   1107  1.138    nonaka 		ointrname = intrname = malloc((size_t)inamlen);
   1108  1.133       chs 		if (intrcnt == NULL || intrname == NULL)
   1109  1.133       chs 			errx(1, "%s", "");
   1110  1.133       chs 		kread(intrnl, X_INTRCNT, intrcnt, (size_t)nintr);
   1111  1.133       chs 		kread(intrnl, X_INTRNAMES, intrname, (size_t)inamlen);
   1112  1.133       chs 		nintr /= sizeof(long);
   1113  1.133       chs 		while (--nintr >= 0) {
   1114  1.133       chs 			if (*intrcnt || verbose)
   1115  1.133       chs 				(void)printf("%-34s %16llu %8llu\n", intrname,
   1116  1.133       chs 					     (unsigned long long)*intrcnt,
   1117  1.133       chs 					     (unsigned long long)
   1118  1.133       chs 					     (*intrcnt / uptime));
   1119  1.133       chs 			intrname += strlen(intrname) + 1;
   1120  1.133       chs 			inttotal += *intrcnt++;
   1121  1.133       chs 		}
   1122  1.138    nonaka 		free(ointrcnt);
   1123  1.138    nonaka 		free(ointrname);
   1124    1.1       cgd 	}
   1125  1.133       chs 
   1126  1.176      matt 	doevcnt(verbose, EVCNT_TYPE_INTR);
   1127   1.66       cgd }
   1128   1.66       cgd 
   1129   1.66       cgd void
   1130  1.176      matt doevcnt(int verbose, int type)
   1131   1.66       cgd {
   1132  1.176      matt 	static const char * const evtypes [] = { "misc", "intr", "trap" };
   1133  1.176      matt 	uint64_t counttotal, uptime;
   1134   1.66       cgd 	struct evcntlist allevents;
   1135   1.66       cgd 	struct evcnt evcnt, *evptr;
   1136   1.66       cgd 	char evgroup[EVCNT_STRING_MAX], evname[EVCNT_STRING_MAX];
   1137   1.66       cgd 
   1138  1.176      matt 	counttotal = 0;
   1139   1.66       cgd 	uptime = getuptime();
   1140  1.180  nakayama 	if (type == EVCNT_TYPE_ANY)
   1141  1.180  nakayama 		(void)printf("%-34s %16s %8s %s\n", "event", "total", "rate",
   1142  1.180  nakayama 		    "type");
   1143  1.176      matt 
   1144  1.176      matt 	if (memf == NULL) do {
   1145  1.176      matt 		const int mib[4] = { CTL_KERN, KERN_EVCNT, type,
   1146  1.176      matt 		    verbose ? KERN_EVCNT_COUNT_ANY : KERN_EVCNT_COUNT_NONZERO };
   1147  1.176      matt 		size_t buflen = 0;
   1148  1.176      matt 		void *buf = NULL;
   1149  1.176      matt 		const struct evcnt_sysctl *evs, *last_evs;
   1150  1.176      matt 		for (;;) {
   1151  1.176      matt 			size_t newlen;
   1152  1.176      matt 			int error;
   1153  1.176      matt 			if (buflen)
   1154  1.176      matt 				buf = malloc(buflen);
   1155  1.176      matt 			error = sysctl(mib, __arraycount(mib),
   1156  1.176      matt 			    buf, &newlen, NULL, 0);
   1157  1.176      matt 			if (error) {
   1158  1.176      matt 				/* if the sysctl is unknown, try groveling */
   1159  1.176      matt 				if (error == ENOENT)
   1160  1.176      matt 					break;
   1161  1.176      matt 				perror("sysctl: kern.evcnt");
   1162  1.176      matt 				if (buf)
   1163  1.176      matt 					free(buf);
   1164  1.176      matt 				return;
   1165  1.176      matt 			}
   1166  1.176      matt 			if (newlen <= buflen) {
   1167  1.176      matt 				buflen = newlen;
   1168  1.176      matt 				break;
   1169  1.176      matt 			}
   1170  1.176      matt 			if (buf)
   1171  1.176      matt 				free(buf);
   1172  1.176      matt 			buflen = newlen;
   1173  1.176      matt 		}
   1174  1.176      matt 		evs = buf;
   1175  1.176      matt 		last_evs = (void *)((char *)buf + buflen);
   1176  1.176      matt 		buflen /= sizeof(uint64_t);
   1177  1.176      matt 		while (evs < last_evs
   1178  1.176      matt 		    && buflen >= sizeof(*evs)/sizeof(uint64_t)
   1179  1.176      matt 		    && buflen >= evs->ev_len) {
   1180  1.180  nakayama 			(void)printf(type == EVCNT_TYPE_ANY ?
   1181  1.180  nakayama 			    "%s %s%*s %16"PRIu64" %8"PRIu64" %s\n" :
   1182  1.180  nakayama 			    "%s %s%*s %16"PRIu64" %8"PRIu64"\n",
   1183  1.176      matt 			    evs->ev_strings,
   1184  1.176      matt 			    evs->ev_strings + evs->ev_grouplen + 1,
   1185  1.176      matt 			    34 - (evs->ev_grouplen + 1 + evs->ev_namelen), "",
   1186  1.176      matt 			    evs->ev_count,
   1187  1.176      matt 			    evs->ev_count / uptime,
   1188  1.176      matt 			    (evs->ev_type < __arraycount(evtypes) ?
   1189  1.176      matt 				evtypes[evs->ev_type] : "?"));
   1190  1.176      matt 			buflen -= evs->ev_len;
   1191  1.180  nakayama 			counttotal += evs->ev_count;
   1192  1.176      matt 			evs = (const void *)((const uint64_t *)evs + evs->ev_len);
   1193  1.176      matt 		}
   1194  1.176      matt 		free(buf);
   1195  1.176      matt 		if (type != EVCNT_TYPE_ANY)
   1196  1.176      matt 			(void)printf("%-34s %16"PRIu64" %8"PRIu64"\n",
   1197  1.176      matt 			    "Total", counttotal, counttotal / uptime);
   1198  1.176      matt 		return;
   1199  1.176      matt 	} while (/*CONSTCOND*/ 0);
   1200  1.176      matt 
   1201  1.176      matt 	getnlist(EVCNTSTAT);
   1202  1.133       chs 	kread(namelist, X_ALLEVENTS, &allevents, sizeof allevents);
   1203  1.133       chs 	evptr = TAILQ_FIRST(&allevents);
   1204   1.66       cgd 	while (evptr) {
   1205   1.87     lukem 		deref_kptr(evptr, &evcnt, sizeof(evcnt), "event chain trashed");
   1206   1.32       cgd 
   1207  1.133       chs 		evptr = TAILQ_NEXT(&evcnt, ev_list);
   1208   1.66       cgd 		if (evcnt.ev_count == 0 && !verbose)
   1209   1.66       cgd 			continue;
   1210  1.176      matt 		if (type != EVCNT_TYPE_ANY && evcnt.ev_type != type)
   1211  1.176      matt 			continue;
   1212   1.66       cgd 
   1213  1.153  christos 		deref_kptr(evcnt.ev_group, evgroup,
   1214  1.153  christos 		    (size_t)evcnt.ev_grouplen + 1, "event chain trashed");
   1215  1.153  christos 		deref_kptr(evcnt.ev_name, evname,
   1216  1.153  christos 		    (size_t)evcnt.ev_namelen + 1, "event chain trashed");
   1217   1.66       cgd 
   1218  1.180  nakayama 		(void)printf(type == EVCNT_TYPE_ANY ?
   1219  1.180  nakayama 		    "%s %s%*s %16"PRIu64" %8"PRIu64" %s\n" :
   1220  1.180  nakayama 		    "%s %s%*s %16"PRIu64" %8"PRIu64"\n",
   1221  1.176      matt 		    evgroup, evname,
   1222   1.83      matt 		    34 - (evcnt.ev_grouplen + 1 + evcnt.ev_namelen), "",
   1223  1.176      matt 		    evcnt.ev_count,
   1224  1.176      matt 		    (evcnt.ev_count / uptime),
   1225  1.176      matt 		    (evcnt.ev_type < __arraycount(evtypes) ?
   1226   1.86     enami 			evtypes[evcnt.ev_type] : "?"));
   1227  1.176      matt 
   1228  1.180  nakayama 		counttotal += evcnt.ev_count;
   1229   1.18        pk 	}
   1230  1.176      matt 	if (type != EVCNT_TYPE_ANY)
   1231  1.176      matt 		(void)printf("%-34s %16"PRIu64" %8"PRIu64"\n",
   1232  1.176      matt 		    "Total", counttotal, counttotal / uptime);
   1233    1.1       cgd }
   1234    1.1       cgd 
   1235  1.109   thorpej static char memname[64];
   1236    1.1       cgd 
   1237    1.1       cgd void
   1238   1.73    simonb domem(void)
   1239    1.1       cgd {
   1240   1.38       mrg 	struct kmembuckets *kp;
   1241  1.109   thorpej 	struct malloc_type ks, *ksp;
   1242   1.38       mrg 	int i, j;
   1243   1.13       cgd 	int len, size, first;
   1244   1.13       cgd 	long totuse = 0, totfree = 0, totreq = 0;
   1245    1.1       cgd 	struct kmembuckets buckets[MINBUCKET + 16];
   1246    1.1       cgd 
   1247  1.176      matt 	getnlist(MEMSTAT);
   1248  1.133       chs 	kread(namelist, X_KMEMBUCKETS, buckets, sizeof(buckets));
   1249   1.34   thorpej 	for (first = 1, i = MINBUCKET, kp = &buckets[i]; i < MINBUCKET + 16;
   1250   1.34   thorpej 	    i++, kp++) {
   1251    1.1       cgd 		if (kp->kb_calls == 0)
   1252    1.1       cgd 			continue;
   1253   1.34   thorpej 		if (first) {
   1254   1.34   thorpej 			(void)printf("Memory statistics by bucket size\n");
   1255   1.34   thorpej 			(void)printf(
   1256   1.34   thorpej 		 "    Size   In Use   Free   Requests  HighWater  Couldfree\n");
   1257   1.34   thorpej 			first = 0;
   1258   1.34   thorpej 		}
   1259    1.1       cgd 		size = 1 << i;
   1260   1.75     enami 		(void)printf("%8d %8ld %6ld %10ld %7ld %10ld\n", size,
   1261   1.75     enami 		    kp->kb_total - kp->kb_totalfree,
   1262   1.75     enami 		    kp->kb_totalfree, kp->kb_calls,
   1263   1.75     enami 		    kp->kb_highwat, kp->kb_couldfree);
   1264    1.1       cgd 		totfree += size * kp->kb_totalfree;
   1265   1.34   thorpej 	}
   1266   1.34   thorpej 
   1267   1.34   thorpej 	/*
   1268   1.34   thorpej 	 * If kmem statistics are not being gathered by the kernel,
   1269   1.34   thorpej 	 * first will still be 1.
   1270   1.34   thorpej 	 */
   1271   1.34   thorpej 	if (first) {
   1272   1.87     lukem 		warnx("Kmem statistics are not being gathered by the kernel.");
   1273   1.34   thorpej 		return;
   1274    1.1       cgd 	}
   1275    1.1       cgd 
   1276   1.13       cgd 	(void)printf("\nMemory usage type by bucket size\n");
   1277   1.13       cgd 	(void)printf("    Size  Type(s)\n");
   1278   1.13       cgd 	kp = &buckets[MINBUCKET];
   1279   1.13       cgd 	for (j =  1 << MINBUCKET; j < 1 << (MINBUCKET + 16); j <<= 1, kp++) {
   1280   1.13       cgd 		if (kp->kb_calls == 0)
   1281   1.13       cgd 			continue;
   1282   1.13       cgd 		first = 1;
   1283   1.13       cgd 		len = 8;
   1284  1.133       chs 		for (kread(namelist, X_KMEMSTAT, &ksp, sizeof(ksp));
   1285  1.109   thorpej 		     ksp != NULL; ksp = ks.ks_next) {
   1286  1.109   thorpej 			deref_kptr(ksp, &ks, sizeof(ks), "malloc type");
   1287  1.109   thorpej 			if (ks.ks_calls == 0)
   1288   1.13       cgd 				continue;
   1289  1.109   thorpej 			if ((ks.ks_size & j) == 0)
   1290   1.13       cgd 				continue;
   1291  1.109   thorpej 			deref_kptr(ks.ks_shortdesc, memname,
   1292  1.109   thorpej 			    sizeof(memname), "malloc type name");
   1293  1.109   thorpej 			len += 2 + strlen(memname);
   1294   1.13       cgd 			if (first)
   1295  1.153  christos 				(void)printf("%8d  %s", j, memname);
   1296   1.13       cgd 			else
   1297  1.153  christos 				(void)printf(",");
   1298   1.13       cgd 			if (len >= 80) {
   1299  1.153  christos 				(void)printf("\n\t ");
   1300  1.109   thorpej 				len = 10 + strlen(memname);
   1301   1.13       cgd 			}
   1302   1.13       cgd 			if (!first)
   1303  1.153  christos 				(void)printf(" %s", memname);
   1304   1.13       cgd 			first = 0;
   1305   1.13       cgd 		}
   1306  1.153  christos 		(void)putchar('\n');
   1307   1.13       cgd 	}
   1308   1.13       cgd 
   1309    1.1       cgd 	(void)printf(
   1310  1.160        he 	    "\nMemory statistics by type                                Type  Kern\n");
   1311   1.13       cgd 	(void)printf(
   1312  1.160        he "           Type InUse  MemUse HighUse   Limit   Requests Limit Limit Size(s)\n");
   1313  1.133       chs 	for (kread(namelist, X_KMEMSTAT, &ksp, sizeof(ksp));
   1314  1.109   thorpej 	     ksp != NULL; ksp = ks.ks_next) {
   1315  1.109   thorpej 		deref_kptr(ksp, &ks, sizeof(ks), "malloc type");
   1316  1.109   thorpej 		if (ks.ks_calls == 0)
   1317    1.1       cgd 			continue;
   1318  1.109   thorpej 		deref_kptr(ks.ks_shortdesc, memname,
   1319  1.109   thorpej 		    sizeof(memname), "malloc type name");
   1320  1.160        he 		(void)printf("%15s %5ld %6ldK %6ldK %6ldK %10ld %5u %5u",
   1321  1.109   thorpej 		    memname,
   1322  1.152  christos 		    ks.ks_inuse, howmany(ks.ks_memuse, KILO),
   1323  1.152  christos 		    howmany(ks.ks_maxused, KILO),
   1324  1.152  christos 		    howmany(ks.ks_limit, KILO), ks.ks_calls,
   1325  1.109   thorpej 		    ks.ks_limblocks, ks.ks_mapblocks);
   1326   1.13       cgd 		first = 1;
   1327  1.167        he 		for (j = 1 << MINBUCKET, i = MINBUCKET;
   1328  1.167        he 		     j < 1 << (MINBUCKET + 16);
   1329  1.167        he 		     j <<= 1, i++)
   1330  1.167        he 		{
   1331  1.109   thorpej 			if ((ks.ks_size & j) == 0)
   1332   1.13       cgd 				continue;
   1333   1.13       cgd 			if (first)
   1334  1.160        he 				(void)printf(" %d", j);
   1335   1.13       cgd 			else
   1336  1.153  christos 				(void)printf(",%d", j);
   1337   1.13       cgd 			first = 0;
   1338  1.168        he 			(void)printf(":%u", ks.ks_active[i - MINBUCKET]);
   1339   1.13       cgd 		}
   1340  1.153  christos 		(void)printf("\n");
   1341  1.109   thorpej 		totuse += ks.ks_memuse;
   1342  1.109   thorpej 		totreq += ks.ks_calls;
   1343    1.1       cgd 	}
   1344  1.102     soren 	(void)printf("\nMemory totals:  In Use    Free    Requests\n");
   1345  1.102     soren 	(void)printf("              %7ldK %6ldK    %8ld\n\n",
   1346  1.152  christos 	    howmany(totuse, KILO), howmany(totfree, KILO), totreq);
   1347   1.51        pk }
   1348   1.51        pk 
   1349   1.51        pk void
   1350  1.126    simonb dopool(int verbose, int wide)
   1351   1.51        pk {
   1352   1.69     enami 	int first, ovflw;
   1353   1.87     lukem 	void *addr;
   1354  1.126    simonb 	long total, inuse, this_total, this_inuse;
   1355  1.157        ad 	TAILQ_HEAD(,pool) pool_head;
   1356   1.51        pk 	struct pool pool, *pp = &pool;
   1357   1.98  christos 	struct pool_allocator pa;
   1358   1.87     lukem 	char name[32], maxp[32];
   1359   1.51        pk 
   1360  1.176      matt 	getnlist(MEMSTAT);
   1361  1.133       chs 	kread(namelist, X_POOLHEAD, &pool_head, sizeof(pool_head));
   1362  1.157        ad 	addr = TAILQ_FIRST(&pool_head);
   1363   1.51        pk 
   1364  1.126    simonb 	total = inuse = 0;
   1365  1.126    simonb 
   1366  1.157        ad 	for (first = 1; addr != NULL; addr = TAILQ_NEXT(pp, pr_poollist) ) {
   1367   1.87     lukem 		deref_kptr(addr, pp, sizeof(*pp), "pool chain trashed");
   1368   1.98  christos 		deref_kptr(pp->pr_alloc, &pa, sizeof(pa),
   1369  1.125   dsainty 		    "pool allocator trashed");
   1370   1.87     lukem 		deref_kptr(pp->pr_wchan, name, sizeof(name),
   1371   1.98  christos 		    "pool wait channel trashed");
   1372   1.87     lukem 		name[sizeof(name)-1] = '\0';
   1373   1.51        pk 
   1374   1.51        pk 		if (first) {
   1375   1.51        pk 			(void)printf("Memory resource pool statistics\n");
   1376   1.51        pk 			(void)printf(
   1377  1.126    simonb 			    "%-*s%*s%*s%5s%*s%s%s%*s%*s%6s%s%6s%6s%6s%5s%s%s\n",
   1378  1.126    simonb 			    wide ? 16 : 11, "Name",
   1379  1.126    simonb 			    wide ? 6 : 5, "Size",
   1380  1.126    simonb 			    wide ? 12 : 9, "Requests",
   1381   1.75     enami 			    "Fail",
   1382  1.126    simonb 			    wide ? 12 : 9, "Releases",
   1383  1.148    simonb 			    wide ? "  InUse" : "",
   1384  1.126    simonb 			    wide ? " Avail" : "",
   1385  1.126    simonb 			    wide ? 7 : 6, "Pgreq",
   1386  1.126    simonb 			    wide ? 7 : 6, "Pgrel",
   1387   1.75     enami 			    "Npage",
   1388  1.126    simonb 			    wide ? " PageSz" : "",
   1389   1.75     enami 			    "Hiwat",
   1390   1.75     enami 			    "Minpg",
   1391   1.75     enami 			    "Maxpg",
   1392  1.126    simonb 			    "Idle",
   1393  1.126    simonb 			    wide ? " Flags" : "",
   1394  1.126    simonb 			    wide ? "   Util" : "");
   1395   1.51        pk 			first = 0;
   1396   1.51        pk 		}
   1397  1.113       dsl 		if (pp->pr_nget == 0 && !verbose)
   1398  1.113       dsl 			continue;
   1399   1.51        pk 		if (pp->pr_maxpages == UINT_MAX)
   1400  1.153  christos 			(void)snprintf(maxp, sizeof(maxp), "inf");
   1401   1.51        pk 		else
   1402  1.153  christos 			(void)snprintf(maxp, sizeof(maxp), "%u",
   1403  1.153  christos 			    pp->pr_maxpages);
   1404   1.69     enami 		ovflw = 0;
   1405  1.126    simonb 		PRWORD(ovflw, "%-*s", wide ? 16 : 11, 0, name);
   1406  1.126    simonb 		PRWORD(ovflw, " %*u", wide ? 6 : 5, 1, pp->pr_size);
   1407  1.126    simonb 		PRWORD(ovflw, " %*lu", wide ? 12 : 9, 1, pp->pr_nget);
   1408   1.69     enami 		PRWORD(ovflw, " %*lu", 5, 1, pp->pr_nfail);
   1409  1.126    simonb 		PRWORD(ovflw, " %*lu", wide ? 12 : 9, 1, pp->pr_nput);
   1410  1.126    simonb 		if (wide)
   1411  1.148    simonb 			PRWORD(ovflw, " %*u", 7, 1, pp->pr_nout);
   1412  1.126    simonb 		if (wide)
   1413  1.126    simonb 			PRWORD(ovflw, " %*u", 6, 1, pp->pr_nitems);
   1414  1.126    simonb 		PRWORD(ovflw, " %*lu", wide ? 7 : 6, 1, pp->pr_npagealloc);
   1415  1.126    simonb 		PRWORD(ovflw, " %*lu", wide ? 7 : 6, 1, pp->pr_npagefree);
   1416  1.126    simonb 		PRWORD(ovflw, " %*u", 6, 1, pp->pr_npages);
   1417  1.126    simonb 		if (wide)
   1418  1.126    simonb 			PRWORD(ovflw, " %*u", 7, 1, pa.pa_pagesz);
   1419  1.126    simonb 		PRWORD(ovflw, " %*u", 6, 1, pp->pr_hiwat);
   1420  1.126    simonb 		PRWORD(ovflw, " %*u", 6, 1, pp->pr_minpages);
   1421   1.69     enami 		PRWORD(ovflw, " %*s", 6, 1, maxp);
   1422  1.126    simonb 		PRWORD(ovflw, " %*lu", 5, 1, pp->pr_nidle);
   1423  1.126    simonb 		if (wide)
   1424  1.126    simonb 			PRWORD(ovflw, " 0x%0*x", 4, 1,
   1425  1.126    simonb 			    pp->pr_flags | pp->pr_roflags);
   1426   1.51        pk 
   1427  1.126    simonb 		this_inuse = pp->pr_nout * pp->pr_size;
   1428  1.126    simonb 		this_total = pp->pr_npages * pa.pa_pagesz;
   1429   1.84     bjh21 		if (pp->pr_roflags & PR_RECURSIVE) {
   1430   1.84     bjh21 			/*
   1431   1.84     bjh21 			 * Don't count in-use memory, since it's part
   1432   1.84     bjh21 			 * of another pool and will be accounted for
   1433   1.84     bjh21 			 * there.
   1434   1.84     bjh21 			 */
   1435  1.126    simonb 			total += (this_total - this_inuse);
   1436   1.84     bjh21 		} else {
   1437  1.126    simonb 			inuse += this_inuse;
   1438  1.126    simonb 			total += this_total;
   1439   1.84     bjh21 		}
   1440  1.126    simonb 		if (wide) {
   1441  1.126    simonb 			if (this_total == 0)
   1442  1.153  christos 				(void)printf("   ---");
   1443  1.126    simonb 			else
   1444  1.153  christos 				(void)printf(" %5.1f%%",
   1445  1.126    simonb 				    (100.0 * this_inuse) / this_total);
   1446  1.126    simonb 		}
   1447  1.153  christos 		(void)printf("\n");
   1448   1.51        pk 	}
   1449   1.51        pk 
   1450  1.152  christos 	inuse /= KILO;
   1451  1.152  christos 	total /= KILO;
   1452  1.153  christos 	(void)printf(
   1453  1.153  christos 	    "\nIn use %ldK, total allocated %ldK; utilization %.1f%%\n",
   1454  1.126    simonb 	    inuse, total, (100.0 * inuse) / total);
   1455    1.1       cgd }
   1456   1.96     enami 
   1457   1.96     enami void
   1458  1.154        ad dopoolcache(void)
   1459   1.96     enami {
   1460   1.96     enami 	struct pool_cache pool_cache, *pc = &pool_cache;
   1461  1.154        ad 	pool_cache_cpu_t cache_cpu, *cc = &cache_cpu;
   1462  1.157        ad 	TAILQ_HEAD(,pool) pool_head;
   1463  1.154        ad 	struct pool pool, *pp = &pool;
   1464  1.154        ad 	char name[32];
   1465  1.154        ad 	uint64_t cpuhit, cpumiss, tot;
   1466  1.154        ad 	void *addr;
   1467  1.165     lukem 	int first, ovflw;
   1468  1.165     lukem 	size_t i;
   1469  1.154        ad 	double p;
   1470   1.96     enami 
   1471  1.176      matt 	getnlist(POOLCACHESTAT);
   1472  1.154        ad 	kread(namelist, X_POOLHEAD, &pool_head, sizeof(pool_head));
   1473  1.157        ad 	addr = TAILQ_FIRST(&pool_head);
   1474   1.96     enami 
   1475  1.157        ad 	for (first = 1; addr != NULL; addr = TAILQ_NEXT(pp, pr_poollist) ) {
   1476  1.154        ad 		deref_kptr(addr, pp, sizeof(*pp), "pool chain trashed");
   1477  1.154        ad 		if (pp->pr_cache == NULL)
   1478   1.96     enami 			continue;
   1479  1.154        ad 		deref_kptr(pp->pr_wchan, name, sizeof(name),
   1480  1.154        ad 		    "pool wait channel trashed");
   1481  1.154        ad 		deref_kptr(pp->pr_cache, pc, sizeof(*pc), "pool cache trashed");
   1482  1.154        ad 		name[sizeof(name)-1] = '\0';
   1483  1.154        ad 
   1484  1.154        ad 		cpuhit = 0;
   1485  1.154        ad 		cpumiss = 0;
   1486  1.154        ad 		for (i = 0; i < sizeof(pc->pc_cpus) / sizeof(pc->pc_cpus[0]);
   1487  1.154        ad 		    i++) {
   1488  1.154        ad 		    	if ((addr = pc->pc_cpus[i]) == NULL)
   1489  1.154        ad 		    		continue;
   1490  1.154        ad 			deref_kptr(addr, cc, sizeof(*cc),
   1491  1.154        ad 			    "pool cache cpu trashed");
   1492  1.154        ad 			cpuhit += cc->cc_hits;
   1493  1.154        ad 			cpumiss += cc->cc_misses;
   1494  1.137       chs 		}
   1495  1.154        ad 
   1496  1.154        ad 		if (first) {
   1497  1.154        ad 			(void)printf("Pool cache statistics.\n");
   1498  1.156        ad 			(void)printf("%-*s%*s%*s%*s%*s%*s%*s%*s%*s%*s\n",
   1499  1.154        ad 			    12, "Name",
   1500  1.154        ad 			    6, "Spin",
   1501  1.156        ad 			    6, "GrpSz",
   1502  1.156        ad 			    5, "Full",
   1503  1.156        ad 			    5, "Emty",
   1504  1.156        ad 			    10, "PoolLayer",
   1505  1.156        ad 			    11, "CacheLayer",
   1506  1.154        ad 			    6, "Hit%",
   1507  1.154        ad 			    12, "CpuLayer",
   1508  1.154        ad 			    6, "Hit%"
   1509  1.154        ad 			);
   1510  1.154        ad 			first = 0;
   1511   1.96     enami 		}
   1512  1.154        ad 
   1513  1.154        ad 		ovflw = 0;
   1514  1.154        ad 		PRWORD(ovflw, "%-*s", 13, 1, name);
   1515  1.154        ad 		PRWORD(ovflw, " %*llu", 6, 1, (long long)pc->pc_contended);
   1516  1.156        ad 		PRWORD(ovflw, " %*u", 6, 1, pc->pc_pcgsize);
   1517  1.156        ad 		PRWORD(ovflw, " %*u", 5, 1, pc->pc_nfull);
   1518  1.156        ad 		PRWORD(ovflw, " %*u", 5, 1, pc->pc_nempty);
   1519  1.156        ad 		PRWORD(ovflw, " %*llu", 10, 1, (long long)pc->pc_misses);
   1520  1.154        ad 
   1521  1.154        ad 		tot = pc->pc_hits + pc->pc_misses;
   1522  1.154        ad 		p = pc->pc_hits * 100.0 / (tot);
   1523  1.156        ad 		PRWORD(ovflw, " %*llu", 11, 1, (long long)tot);
   1524  1.154        ad 		PRWORD(ovflw, " %*.1f", 6, 1, p);
   1525  1.154        ad 
   1526  1.154        ad 		tot = cpuhit + cpumiss;
   1527  1.154        ad 		p = cpuhit * 100.0 / (tot);
   1528  1.154        ad 		PRWORD(ovflw, " %*llu", 12, 1, (long long)tot);
   1529  1.154        ad 		PRWORD(ovflw, " %*.1f", 6, 1, p);
   1530  1.154        ad 		printf("\n");
   1531   1.96     enami 	}
   1532   1.96     enami }
   1533   1.90     lukem 
   1534   1.87     lukem enum hashtype {			/* from <sys/systm.h> */
   1535   1.87     lukem 	HASH_LIST,
   1536   1.87     lukem 	HASH_TAILQ
   1537   1.87     lukem };
   1538   1.87     lukem 
   1539   1.87     lukem struct uidinfo {		/* XXX: no kernel header file */
   1540   1.87     lukem 	LIST_ENTRY(uidinfo) ui_hash;
   1541   1.87     lukem 	uid_t	ui_uid;
   1542   1.87     lukem 	long	ui_proccnt;
   1543   1.87     lukem };
   1544   1.87     lukem 
   1545   1.87     lukem struct kernel_hash {
   1546   1.90     lukem 	const char *	description;	/* description */
   1547   1.90     lukem 	int		hashsize;	/* nlist index for hash size */
   1548   1.90     lukem 	int		hashtbl;	/* nlist index for hash table */
   1549   1.90     lukem 	enum hashtype	type;		/* type of hash table */
   1550  1.101  sommerfe 	size_t		offset;		/* offset of {LIST,TAILQ}_NEXT */
   1551   1.87     lukem } khashes[] =
   1552   1.87     lukem {
   1553   1.87     lukem 	{
   1554   1.90     lukem 		"buffer hash",
   1555   1.90     lukem 		X_BUFHASH, X_BUFHASHTBL,
   1556   1.90     lukem 		HASH_LIST, offsetof(struct buf, b_hash)
   1557   1.90     lukem 	}, {
   1558   1.90     lukem 		"inode cache (ihash)",
   1559   1.87     lukem 		X_IHASH, X_IHASHTBL,
   1560   1.87     lukem 		HASH_LIST, offsetof(struct inode, i_hash)
   1561   1.90     lukem 	}, {
   1562   1.90     lukem 		"ipv4 address -> interface hash",
   1563   1.87     lukem 		X_IFADDRHASH, X_IFADDRHASHTBL,
   1564   1.87     lukem 		HASH_LIST, offsetof(struct in_ifaddr, ia_hash),
   1565   1.90     lukem 	}, {
   1566   1.90     lukem 		"name cache hash",
   1567   1.89     lukem 		X_NCHASH, X_NCHASHTBL,
   1568   1.89     lukem 		HASH_LIST, offsetof(struct namecache, nc_hash),
   1569   1.90     lukem 	}, {
   1570   1.90     lukem 		"name cache directory hash",
   1571   1.89     lukem 		X_NCVHASH, X_NCVHASHTBL,
   1572   1.89     lukem 		HASH_LIST, offsetof(struct namecache, nc_vhash),
   1573   1.90     lukem 	}, {
   1574   1.90     lukem 		"user info (uid -> used processes) hash",
   1575   1.90     lukem 		X_UIHASH, X_UIHASHTBL,
   1576   1.90     lukem 		HASH_LIST, offsetof(struct uidinfo, ui_hash),
   1577   1.90     lukem 	}, {
   1578   1.90     lukem 		NULL, -1, -1, 0, 0,
   1579   1.87     lukem 	}
   1580   1.87     lukem };
   1581   1.87     lukem 
   1582   1.87     lukem void
   1583   1.88     lukem dohashstat(int verbose, int todo, const char *hashname)
   1584  1.101  sommerfe {
   1585   1.87     lukem 	LIST_HEAD(, generic)	*hashtbl_list;
   1586   1.87     lukem 	TAILQ_HEAD(, generic)	*hashtbl_tailq;
   1587   1.87     lukem 	struct kernel_hash	*curhash;
   1588  1.118    itojun 	void	*hashaddr, *hashbuf, *nhashbuf, *nextaddr;
   1589   1.87     lukem 	size_t	elemsize, hashbufsize, thissize;
   1590  1.165     lukem 	u_long	hashsize, i;
   1591  1.165     lukem 	int	used, items, chain, maxchain;
   1592   1.87     lukem 
   1593   1.87     lukem 	hashbuf = NULL;
   1594   1.87     lukem 	hashbufsize = 0;
   1595   1.88     lukem 
   1596  1.176      matt 	getnlist(todo);
   1597   1.88     lukem 	if (todo & HASHLIST) {
   1598  1.153  christos 		(void)printf("Supported hashes:\n");
   1599   1.90     lukem 		for (curhash = khashes; curhash->description; curhash++) {
   1600  1.101  sommerfe 			if (hashnl[curhash->hashsize].n_value == 0 ||
   1601   1.90     lukem 			    hashnl[curhash->hashtbl].n_value == 0)
   1602   1.90     lukem 				continue;
   1603  1.153  christos 			(void)printf("\t%-16s%s\n",
   1604   1.90     lukem 			    hashnl[curhash->hashsize].n_name + 1,
   1605   1.90     lukem 			    curhash->description);
   1606   1.88     lukem 		}
   1607   1.88     lukem 		return;
   1608   1.88     lukem 	}
   1609   1.88     lukem 
   1610   1.88     lukem 	if (hashname != NULL) {
   1611   1.90     lukem 		for (curhash = khashes; curhash->description; curhash++) {
   1612   1.90     lukem 			if (strcmp(hashnl[curhash->hashsize].n_name + 1,
   1613   1.90     lukem 			    hashname) == 0 &&
   1614  1.101  sommerfe 			    hashnl[curhash->hashsize].n_value != 0 &&
   1615   1.90     lukem 			    hashnl[curhash->hashtbl].n_value != 0)
   1616   1.88     lukem 				break;
   1617   1.88     lukem 		}
   1618   1.90     lukem 		if (curhash->description == NULL) {
   1619   1.90     lukem 			warnx("%s: no such hash", hashname);
   1620   1.90     lukem 			return;
   1621   1.90     lukem 		}
   1622   1.88     lukem 	}
   1623   1.88     lukem 
   1624  1.153  christos 	(void)printf(
   1625   1.88     lukem 	    "%-16s %8s %8s %8s %8s %8s %8s\n"
   1626   1.88     lukem 	    "%-16s %8s %8s %8s %8s %8s %8s\n",
   1627   1.88     lukem 	    "", "total", "used", "util", "num", "average", "maximum",
   1628   1.88     lukem 	    "hash table", "buckets", "buckets", "%", "items", "chain",
   1629   1.88     lukem 	    "chain");
   1630   1.87     lukem 
   1631   1.90     lukem 	for (curhash = khashes; curhash->description; curhash++) {
   1632  1.101  sommerfe 		if (hashnl[curhash->hashsize].n_value == 0 ||
   1633   1.90     lukem 		    hashnl[curhash->hashtbl].n_value == 0)
   1634   1.90     lukem 			continue;
   1635   1.88     lukem 		if (hashname != NULL &&
   1636   1.90     lukem 		    strcmp(hashnl[curhash->hashsize].n_name + 1, hashname))
   1637   1.88     lukem 			continue;
   1638   1.87     lukem 		elemsize = curhash->type == HASH_LIST ?
   1639   1.87     lukem 		    sizeof(*hashtbl_list) : sizeof(*hashtbl_tailq);
   1640   1.90     lukem 		deref_kptr((void *)hashnl[curhash->hashsize].n_value,
   1641   1.90     lukem 		    &hashsize, sizeof(hashsize),
   1642   1.90     lukem 		    hashnl[curhash->hashsize].n_name);
   1643   1.87     lukem 		hashsize++;
   1644   1.90     lukem 		deref_kptr((void *)hashnl[curhash->hashtbl].n_value,
   1645   1.90     lukem 		    &hashaddr, sizeof(hashaddr),
   1646   1.90     lukem 		    hashnl[curhash->hashtbl].n_name);
   1647   1.87     lukem 		if (verbose)
   1648  1.153  christos 			(void)printf(
   1649  1.153  christos 			    "%s %lu, %s %p, offset %ld, elemsize %llu\n",
   1650   1.90     lukem 			    hashnl[curhash->hashsize].n_name + 1, hashsize,
   1651   1.90     lukem 			    hashnl[curhash->hashtbl].n_name + 1, hashaddr,
   1652  1.101  sommerfe 			    (long)curhash->offset,
   1653   1.91       jmc 			    (unsigned long long)elemsize);
   1654   1.87     lukem 		thissize = hashsize * elemsize;
   1655  1.144  christos 		if (hashbuf == NULL || thissize > hashbufsize) {
   1656  1.118    itojun 			if ((nhashbuf = realloc(hashbuf, thissize)) == NULL)
   1657  1.101  sommerfe 				errx(1, "malloc hashbuf %llu",
   1658   1.91       jmc 				    (unsigned long long)hashbufsize);
   1659  1.118    itojun 			hashbuf = nhashbuf;
   1660  1.118    itojun 			hashbufsize = thissize;
   1661   1.87     lukem 		}
   1662   1.87     lukem 		deref_kptr(hashaddr, hashbuf, thissize,
   1663   1.90     lukem 		    hashnl[curhash->hashtbl].n_name);
   1664   1.87     lukem 		used = 0;
   1665   1.87     lukem 		items = maxchain = 0;
   1666  1.135     lukem 		if (curhash->type == HASH_LIST) {
   1667   1.87     lukem 			hashtbl_list = hashbuf;
   1668  1.135     lukem 			hashtbl_tailq = NULL;
   1669  1.135     lukem 		} else {
   1670  1.135     lukem 			hashtbl_list = NULL;
   1671   1.87     lukem 			hashtbl_tailq = hashbuf;
   1672  1.135     lukem 		}
   1673   1.87     lukem 		for (i = 0; i < hashsize; i++) {
   1674   1.87     lukem 			if (curhash->type == HASH_LIST)
   1675   1.87     lukem 				nextaddr = LIST_FIRST(&hashtbl_list[i]);
   1676   1.87     lukem 			else
   1677   1.87     lukem 				nextaddr = TAILQ_FIRST(&hashtbl_tailq[i]);
   1678   1.87     lukem 			if (nextaddr == NULL)
   1679   1.87     lukem 				continue;
   1680   1.87     lukem 			if (verbose)
   1681  1.165     lukem 				(void)printf("%5lu: %p\n", i, nextaddr);
   1682   1.87     lukem 			used++;
   1683   1.87     lukem 			chain = 0;
   1684   1.87     lukem 			do {
   1685   1.87     lukem 				chain++;
   1686   1.87     lukem 				deref_kptr((char *)nextaddr + curhash->offset,
   1687   1.87     lukem 				    &nextaddr, sizeof(void *),
   1688   1.87     lukem 				    "hash chain corrupted");
   1689   1.87     lukem 				if (verbose > 1)
   1690  1.153  christos 					(void)printf("got nextaddr as %p\n",
   1691   1.87     lukem 					    nextaddr);
   1692   1.87     lukem 			} while (nextaddr != NULL);
   1693   1.87     lukem 			items += chain;
   1694   1.87     lukem 			if (verbose && chain > 1)
   1695  1.153  christos 				(void)printf("\tchain = %d\n", chain);
   1696   1.87     lukem 			if (chain > maxchain)
   1697   1.87     lukem 				maxchain = chain;
   1698   1.87     lukem 		}
   1699  1.153  christos 		(void)printf("%-16s %8ld %8d %8.2f %8d %8.2f %8d\n",
   1700   1.90     lukem 		    hashnl[curhash->hashsize].n_name + 1,
   1701   1.87     lukem 		    hashsize, used, used * 100.0 / hashsize,
   1702   1.93     lukem 		    items, used ? (double)items / used : 0.0, maxchain);
   1703   1.87     lukem 	}
   1704   1.87     lukem }
   1705   1.87     lukem 
   1706    1.1       cgd /*
   1707  1.147    kardel  * kreadc like kread but returns 1 if sucessful, 0 otherwise
   1708  1.147    kardel  */
   1709  1.147    kardel int
   1710  1.147    kardel kreadc(struct nlist *nl, int nlx, void *addr, size_t size)
   1711  1.147    kardel {
   1712  1.147    kardel 	const char *sym;
   1713  1.147    kardel 
   1714  1.147    kardel 	sym = nl[nlx].n_name;
   1715  1.147    kardel 	if (*sym == '_')
   1716  1.147    kardel 		++sym;
   1717  1.147    kardel 	if (nl[nlx].n_type == 0 || nl[nlx].n_value == 0)
   1718  1.147    kardel 		return 0;
   1719  1.147    kardel 	deref_kptr((void *)nl[nlx].n_value, addr, size, sym);
   1720  1.147    kardel 	return 1;
   1721  1.147    kardel }
   1722  1.147    kardel 
   1723  1.147    kardel /*
   1724   1.90     lukem  * kread reads something from the kernel, given its nlist index in namelist[].
   1725    1.1       cgd  */
   1726    1.1       cgd void
   1727  1.133       chs kread(struct nlist *nl, int nlx, void *addr, size_t size)
   1728    1.1       cgd {
   1729   1.50   mycroft 	const char *sym;
   1730    1.1       cgd 
   1731  1.133       chs 	sym = nl[nlx].n_name;
   1732   1.87     lukem 	if (*sym == '_')
   1733   1.87     lukem 		++sym;
   1734  1.133       chs 	if (nl[nlx].n_type == 0 || nl[nlx].n_value == 0)
   1735   1.87     lukem 		errx(1, "symbol %s not defined", sym);
   1736  1.133       chs 	deref_kptr((void *)nl[nlx].n_value, addr, size, sym);
   1737   1.87     lukem }
   1738   1.87     lukem 
   1739   1.87     lukem /*
   1740  1.101  sommerfe  * Dereference the kernel pointer `kptr' and fill in the local copy
   1741   1.87     lukem  * pointed to by `ptr'.  The storage space must be pre-allocated,
   1742   1.87     lukem  * and the size of the copy passed in `len'.
   1743   1.87     lukem  */
   1744   1.87     lukem void
   1745   1.87     lukem deref_kptr(const void *kptr, void *ptr, size_t len, const char *msg)
   1746   1.87     lukem {
   1747   1.87     lukem 
   1748   1.87     lukem 	if (*msg == '_')
   1749   1.87     lukem 		msg++;
   1750  1.165     lukem 	if ((size_t)kvm_read(kd, (u_long)kptr, (char *)ptr, len) != len)
   1751   1.87     lukem 		errx(1, "kptr %lx: %s: %s", (u_long)kptr, msg, kvm_geterr(kd));
   1752    1.1       cgd }
   1753    1.1       cgd 
   1754   1.45   thorpej /*
   1755   1.45   thorpej  * Traverse the UVM history buffers, performing the requested action.
   1756   1.45   thorpej  *
   1757   1.45   thorpej  * Note, we assume that if we're not listing, we're dumping.
   1758   1.45   thorpej  */
   1759   1.45   thorpej void
   1760   1.73    simonb hist_traverse(int todo, const char *histname)
   1761   1.45   thorpej {
   1762   1.45   thorpej 	struct uvm_history_head histhead;
   1763   1.45   thorpej 	struct uvm_history hist, *histkva;
   1764   1.45   thorpej 	char *name = NULL;
   1765   1.45   thorpej 	size_t namelen = 0;
   1766   1.45   thorpej 
   1767  1.176      matt 	getnlist(todo);
   1768   1.90     lukem 	if (histnl[0].n_value == 0) {
   1769   1.87     lukem 		warnx("UVM history is not compiled into the kernel.");
   1770   1.45   thorpej 		return;
   1771   1.45   thorpej 	}
   1772   1.45   thorpej 
   1773   1.87     lukem 	deref_kptr((void *)histnl[X_UVM_HISTORIES].n_value, &histhead,
   1774   1.87     lukem 	    sizeof(histhead), histnl[X_UVM_HISTORIES].n_name);
   1775   1.45   thorpej 
   1776   1.45   thorpej 	if (histhead.lh_first == NULL) {
   1777   1.87     lukem 		warnx("No active UVM history logs.");
   1778   1.45   thorpej 		return;
   1779   1.45   thorpej 	}
   1780   1.45   thorpej 
   1781   1.45   thorpej 	if (todo & HISTLIST)
   1782  1.153  christos 		(void)printf("Active UVM histories:");
   1783   1.45   thorpej 
   1784   1.75     enami 	for (histkva = LIST_FIRST(&histhead); histkva != NULL;
   1785   1.75     enami 	    histkva = LIST_NEXT(&hist, list)) {
   1786   1.87     lukem 		deref_kptr(histkva, &hist, sizeof(hist), "histkva");
   1787  1.142  christos 		if (name == NULL || hist.namelen > namelen) {
   1788   1.45   thorpej 			if (name != NULL)
   1789   1.45   thorpej 				free(name);
   1790   1.45   thorpej 			namelen = hist.namelen;
   1791   1.45   thorpej 			if ((name = malloc(namelen + 1)) == NULL)
   1792   1.45   thorpej 				err(1, "malloc history name");
   1793   1.45   thorpej 		}
   1794   1.45   thorpej 
   1795   1.87     lukem 		deref_kptr(hist.name, name, namelen, "history name");
   1796   1.45   thorpej 		name[namelen] = '\0';
   1797   1.45   thorpej 		if (todo & HISTLIST)
   1798  1.153  christos 			(void)printf(" %s", name);
   1799   1.45   thorpej 		else {
   1800   1.45   thorpej 			/*
   1801   1.45   thorpej 			 * If we're dumping all histories, do it, else
   1802   1.45   thorpej 			 * check to see if this is the one we want.
   1803   1.45   thorpej 			 */
   1804   1.45   thorpej 			if (histname == NULL || strcmp(histname, name) == 0) {
   1805   1.45   thorpej 				if (histname == NULL)
   1806  1.153  christos 					(void)printf(
   1807  1.153  christos 					    "\nUVM history `%s':\n", name);
   1808   1.45   thorpej 				hist_dodump(&hist);
   1809   1.45   thorpej 			}
   1810   1.45   thorpej 		}
   1811   1.45   thorpej 	}
   1812   1.45   thorpej 
   1813   1.45   thorpej 	if (todo & HISTLIST)
   1814  1.153  christos 		(void)putchar('\n');
   1815   1.45   thorpej 
   1816   1.45   thorpej 	if (name != NULL)
   1817   1.45   thorpej 		free(name);
   1818   1.45   thorpej }
   1819   1.45   thorpej 
   1820   1.45   thorpej /*
   1821   1.45   thorpej  * Actually dump the history buffer at the specified KVA.
   1822   1.45   thorpej  */
   1823   1.45   thorpej void
   1824   1.73    simonb hist_dodump(struct uvm_history *histp)
   1825   1.45   thorpej {
   1826   1.45   thorpej 	struct uvm_history_ent *histents, *e;
   1827   1.45   thorpej 	size_t histsize;
   1828   1.45   thorpej 	char *fmt = NULL, *fn = NULL;
   1829   1.45   thorpej 	size_t fmtlen = 0, fnlen = 0;
   1830  1.169     pooka 	unsigned i;
   1831   1.45   thorpej 
   1832   1.45   thorpej 	histsize = sizeof(struct uvm_history_ent) * histp->n;
   1833   1.45   thorpej 
   1834   1.45   thorpej 	if ((histents = malloc(histsize)) == NULL)
   1835   1.45   thorpej 		err(1, "malloc history entries");
   1836   1.45   thorpej 
   1837  1.153  christos 	(void)memset(histents, 0, histsize);
   1838   1.45   thorpej 
   1839   1.87     lukem 	deref_kptr(histp->e, histents, histsize, "history entries");
   1840   1.45   thorpej 	i = histp->f;
   1841   1.45   thorpej 	do {
   1842   1.45   thorpej 		e = &histents[i];
   1843   1.45   thorpej 		if (e->fmt != NULL) {
   1844  1.143  christos 			if (fmt == NULL || e->fmtlen > fmtlen) {
   1845   1.45   thorpej 				if (fmt != NULL)
   1846   1.45   thorpej 					free(fmt);
   1847   1.45   thorpej 				fmtlen = e->fmtlen;
   1848   1.45   thorpej 				if ((fmt = malloc(fmtlen + 1)) == NULL)
   1849   1.45   thorpej 					err(1, "malloc printf format");
   1850   1.45   thorpej 			}
   1851  1.143  christos 			if (fn == NULL || e->fnlen > fnlen) {
   1852   1.45   thorpej 				if (fn != NULL)
   1853   1.45   thorpej 					free(fn);
   1854   1.45   thorpej 				fnlen = e->fnlen;
   1855   1.45   thorpej 				if ((fn = malloc(fnlen + 1)) == NULL)
   1856   1.45   thorpej 					err(1, "malloc function name");
   1857   1.45   thorpej 			}
   1858   1.45   thorpej 
   1859   1.87     lukem 			deref_kptr(e->fmt, fmt, fmtlen, "printf format");
   1860   1.45   thorpej 			fmt[fmtlen] = '\0';
   1861   1.45   thorpej 
   1862   1.87     lukem 			deref_kptr(e->fn, fn, fnlen, "function name");
   1863   1.45   thorpej 			fn[fnlen] = '\0';
   1864   1.45   thorpej 
   1865  1.153  christos 			(void)printf("%06ld.%06ld ", (long int)e->tv.tv_sec,
   1866   1.61    kleink 			    (long int)e->tv.tv_usec);
   1867  1.153  christos 			(void)printf("%s#%ld: ", fn, e->call);
   1868  1.153  christos 			(void)printf(fmt, e->v[0], e->v[1], e->v[2], e->v[3]);
   1869  1.153  christos 			(void)putchar('\n');
   1870   1.45   thorpej 		}
   1871   1.45   thorpej 		i = (i + 1) % histp->n;
   1872   1.45   thorpej 	} while (i != histp->f);
   1873   1.45   thorpej 
   1874   1.45   thorpej 	free(histents);
   1875   1.45   thorpej 	if (fmt != NULL)
   1876   1.45   thorpej 		free(fmt);
   1877   1.45   thorpej 	if (fn != NULL)
   1878   1.45   thorpej 		free(fn);
   1879   1.45   thorpej }
   1880   1.45   thorpej 
   1881    1.1       cgd void
   1882   1.73    simonb usage(void)
   1883    1.1       cgd {
   1884   1.47       mrg 
   1885    1.1       cgd 	(void)fprintf(stderr,
   1886  1.155      yamt 	    "usage: %s [-CefHiLlmstUvW] [-c count] [-h hashname] [-M core] [-N system]\n"
   1887  1.127       wiz 	    "\t\t[-u histname] [-w wait] [disks]\n", getprogname());
   1888    1.1       cgd 	exit(1);
   1889    1.1       cgd }
   1890