Home | History | Annotate | Download | only in vmstat

Lines Matching refs:PRIu64

989 	(void)printf("%9" PRIu64 " bytes per page\n", uvmexp.pagesize);
991 (void)printf("%9" PRIu64 " page color%s\n",
994 (void)printf("%9" PRIu64 " pages managed\n", uvmexp.npages);
995 (void)printf("%9" PRIu64 " pages free\n", uvmexp.free);
997 (void)printf("%9" PRIu64 " pages active\n", uvmexp.active);
998 (void)printf("%9" PRIu64 " pages inactive\n", uvmexp.inactive);
1000 (void)printf("%9" PRIu64 " pages paging\n", uvmexp.paging);
1001 (void)printf("%9" PRIu64 " pages wired\n", uvmexp.wired);
1002 (void)printf("%9" PRIu64 " reserve pagedaemon pages\n",
1004 (void)printf("%9" PRIu64 " reserve kernel pages\n", uvmexp.reserve_kernel);
1005 (void)printf("%9" PRIu64 " boot kernel pages\n", uvmexp.bootpages);
1006 (void)printf("%9" PRIu64 " kernel pool pages\n", uvmexp.poolpages);
1007 (void)printf("%9" PRIu64 " anonymous pages\n", uvmexp.anonpages);
1008 (void)printf("%9" PRIu64 " cached file pages\n", uvmexp.filepages);
1009 (void)printf("%9" PRIu64 " cached executable pages\n", uvmexp.execpages);
1011 (void)printf("%9" PRIu64 " minimum free pages\n", uvmexp.freemin);
1012 (void)printf("%9" PRIu64 " target free pages\n", uvmexp.freetarg);
1013 (void)printf("%9" PRIu64 " maximum wired pages\n", uvmexp.wiredmax);
1015 (void)printf("%9" PRIu64 " swap devices\n", uvmexp.nswapdev);
1016 (void)printf("%9" PRIu64 " swap pages\n", uvmexp.swpages);
1017 (void)printf("%9" PRIu64 " swap pages in use\n", uvmexp.swpginuse);
1018 (void)printf("%9" PRIu64 " swap allocations\n", uvmexp.nswget);
1022 (void)printf("%9" PRIu64 " total faults taken\n", cc.nfault);
1023 (void)printf("%9" PRIu64 " traps\n", cc.ntrap);
1024 (void)printf("%9" PRIu64 " device interrupts\n", cc.nintr);
1025 (void)printf("%9" PRIu64 " CPU context switches\n", cc.nswtch);
1026 (void)printf("%9" PRIu64 " software interrupts\n", cc.nsoft);
1027 (void)printf("%9" PRIu64 " system calls\n", cc.nsyscall);
1028 (void)printf("%9" PRIu64 " pagein requests\n", uvmexp.pageins);
1029 (void)printf("%9" PRIu64 " pageout requests\n", uvmexp.pdpageouts);
1030 (void)printf("%9" PRIu64 " pages swapped in\n", uvmexp.pgswapin);
1031 (void)printf("%9" PRIu64 " pages swapped out\n", uvmexp.pgswapout);
1032 (void)printf("%9" PRIu64 " forks total\n", uvmexp.forks);
1033 (void)printf("%9" PRIu64 " forks blocked parent\n", uvmexp.forks_ppwait);
1034 (void)printf("%9" PRIu64 " forks shared address space with parent\n",
1036 (void)printf("%9" PRIu64 " pagealloc desired color avail\n",
1038 (void)printf("%9" PRIu64 " pagealloc desired color not avail\n",
1040 (void)printf("%9" PRIu64 " pagealloc local cpu avail\n",
1042 (void)printf("%9" PRIu64 " pagealloc local cpu not avail\n",
1045 (void)printf("%9" PRIu64 " faults with no memory\n", uvmexp.fltnoram);
1046 (void)printf("%9" PRIu64 " faults with no anons\n", uvmexp.fltnoanon);
1047 (void)printf("%9" PRIu64 " faults had to wait on pages\n", uvmexp.fltpgwait);
1048 (void)printf("%9" PRIu64 " faults found released page\n", uvmexp.fltpgrele);
1049 (void)printf("%9" PRIu64 " faults relock (%" PRIu64 " ok)\n", uvmexp.fltrelck,
1051 (void)printf("%9" PRIu64 " anon page faults\n", uvmexp.fltanget);
1052 (void)printf("%9" PRIu64 " anon retry faults\n", uvmexp.fltanretry);
1053 (void)printf("%9" PRIu64 " amap copy faults\n", uvmexp.fltamcopy);
1054 (void)printf("%9" PRIu64 " neighbour anon page faults\n", uvmexp.fltnamap);
1055 (void)printf("%9" PRIu64 " neighbour object page faults\n", uvmexp.fltnomap);
1056 (void)printf("%9" PRIu64 " locked pager get faults\n", uvmexp.fltlget);
1057 (void)printf("%9" PRIu64 " unlocked pager get faults\n", uvmexp.fltget);
1058 (void)printf("%9" PRIu64 " anon faults\n", uvmexp.flt_anon);
1059 (void)printf("%9" PRIu64 " anon copy on write faults\n", uvmexp.flt_acow);
1060 (void)printf("%9" PRIu64 " object faults\n", uvmexp.flt_obj);
1061 (void)printf("%9" PRIu64 " promote copy faults\n", uvmexp.flt_prcopy);
1062 (void)printf("%9" PRIu64 " promote zero fill faults\n", uvmexp.flt_przero);
1063 (void)printf("%9" PRIu64 " faults upgraded lock\n",
1065 (void)printf("%9" PRIu64 " faults couldn't upgrade lock\n",
1068 (void)printf("%9" PRIu64 " times daemon wokeup\n",uvmexp.pdwoke);
1069 (void)printf("%9" PRIu64 " revolutions of the clock hand\n", uvmexp.pdrevs);
1070 (void)printf("%9" PRIu64 " pages freed by daemon\n", uvmexp.pdfreed);
1071 (void)printf("%9" PRIu64 " pages scanned by daemon\n", uvmexp.pdscans);
1072 (void)printf("%9" PRIu64 " anonymous pages scanned by daemon\n",
1074 (void)printf("%9" PRIu64 " object pages scanned by daemon\n", uvmexp.pdobscan);
1075 (void)printf("%9" PRIu64 " pages reactivated\n", uvmexp.pdreact);
1076 (void)printf("%9" PRIu64 " pages found busy by daemon\n", uvmexp.pdbusy);
1077 (void)printf("%9" PRIu64 " total pending pageouts\n", uvmexp.pdpending);
1078 (void)printf("%9" PRIu64 " pages deactivated\n", uvmexp.pddeact);
1079 (void)printf("%9" PRIu64 " per-cpu stats synced\n", uvmexp.countsyncall);
1080 (void)printf("%9" PRIu64 " anon pages possibly dirty\n", uvmexp.anonunknown);
1081 (void)printf("%9" PRIu64 " anon pages dirty\n", uvmexp.anondirty);
1082 (void)printf("%9" PRIu64 " anon pages clean\n", uvmexp.anonclean);
1083 (void)printf("%9" PRIu64 " file pages possibly dirty\n", uvmexp.fileunknown);
1084 (void)printf("%9" PRIu64 " file pages dirty\n", uvmexp.filedirty);
1085 (void)printf("%9" PRIu64 " file pages clean\n", uvmexp.fileclean);
1101 (void)printf("%9" PRIu64 " total name lookups\n", nchtotal);
1102 (void)printf("%9" PRIu64 " good hits\n", nch_stats.ncs_goodhits);
1103 (void)printf("%9" PRIu64 " negative hits\n", nch_stats.ncs_neghits);
1104 (void)printf("%9" PRIu64 " bad hits\n", nch_stats.ncs_badhits);
1105 (void)printf("%9" PRIu64 " false hits\n", nch_stats.ncs_falsehits);
1106 (void)printf("%9" PRIu64 " miss\n", nch_stats.ncs_miss);
1107 (void)printf("%9" PRIu64 " too long\n", nch_stats.ncs_long);
1108 (void)printf("%9" PRIu64 " pass2 hits\n", nch_stats.ncs_pass2);
1109 (void)printf("%9" PRIu64 " 2passes\n", nch_stats.ncs_2passes);
1110 (void)printf("%9" PRIu64 " reverse hits\n", nch_stats.ncs_revhits);
1111 (void)printf("%9" PRIu64 " reverse miss\n", nch_stats.ncs_revmiss);
1112 (void)printf("%9" PRIu64 " access denied\n", nch_stats.ncs_denied);
1142 (void)printf("%" PRIu64 " forks total\n", uvmexp.forks);
1143 (void)printf("%" PRIu64 " forks blocked parent\n", uvmexp.forks_ppwait);
1144 (void)printf("%" PRIu64 " forks shared address space with parent\n",
1351 len = snprintf(cbuf, sizeof(cbuf), "%"PRIu64,
1355 len = snprintf(cbuf, sizeof(cbuf), "%"PRIu64,
1368 len = snprintf(cbuf, sizeof(cbuf), "%"PRIu64,
1373 len = snprintf(cbuf, sizeof(cbuf), "%"PRIu64,
1397 "%s %s%*s %*"PRIu64" %*"PRIu64" %s\n" :
1398 "%s %s%*s %*"PRIu64" %*"PRIu64"\n",
1413 (void)printf("%-*s %*"PRIu64" %*"PRIu64"\n",
1441 "%s %s%*s %16"PRIu64" %8"PRIu64" %s\n" :
1442 "%s %s%*s %16"PRIu64" %8"PRIu64"\n",
1453 (void)printf("%-34s %16"PRIu64" %8"PRIu64"\n",
1514 (void)snprintf(maxp, sizeof(maxp), "%" PRIu64,
1518 PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 5, 1, pp->pr_size);
1519 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pp->pr_nget);
1521 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pp->pr_nfail);
1523 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pp->pr_nput);
1526 PRWORD(ovflw, " %*" PRIu64, 9, 1, pp->pr_nout);
1528 PRWORD(ovflw, " %*" PRIu64, 9, 1, pp->pr_nitems);
1531 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pp->pr_npagealloc);
1533 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pp->pr_npagefree);
1535 PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 6, 1, pp->pr_npages);
1538 PRWORD(ovflw, " %*" PRIu64, 9, 1, pp->pr_pagesize);
1539 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 6, 1, pp->pr_hiwat);
1540 PRWORD(ovflw, " %*" PRIu64, 6, 1, pp->pr_minpages);
1542 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pp->pr_nidle);
1564 (void)printf(" %5.1f%% %10" PRIu64,
1574 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nget);
1575 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pool_totals.pt_nfail);
1576 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nput);
1578 PRWORD(ovflw, " %*" PRIu64, 9, 1, pool_totals.pt_nout);
1579 PRWORD(ovflw, " %*" PRIu64, 9, 1, pool_totals.pt_nitems);
1581 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagealloc);
1582 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagefree);
1583 PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 6, 1, pool_totals.pt_npages);
1589 "\nIn use %" PRIu64 "K, "
1590 "total allocated %" PRIu64 "K; utilization %.1f%%\n",
1715 (void)printf(" %5.1f%% %10" PRIu64,
1725 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nget);
1726 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pool_totals.pt_nfail);
1727 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nput);
1729 PRWORD(ovflw, " %*" PRIu64, 9, 1, pool_totals.pt_nout);
1730 PRWORD(ovflw, " %*" PRIu64, 9, 1, pool_totals.pt_nitems);
1732 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagealloc);
1733 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagefree);
1734 PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 6, 1, pool_totals.pt_npages);
1740 "\nIn use %" PRIu64 "K, "
1741 "total allocated %" PRIu64 "K; utilization %.1f%%\n",
1788 PRWORD(ovflw, " %*" PRIu64, 6, 1, pp->pr_cache_ncontended);
1789 PRWORD(ovflw, " %*" PRIu64, 6, 1, pp->pr_cache_meta_size);
1790 PRWORD(ovflw, " %*" PRIu64, 5, 1, pp->pr_cache_nfull);
1791 PRWORD(ovflw, " %*" PRIu64, 5, 1, pp->pr_cache_nempty);
1792 PRWORD(ovflw, " %*" PRIu64, 10, 1, pp->pr_cache_nmiss_global);
1796 PRWORD(ovflw, " %*" PRIu64, 11, 1, tot);
1801 PRWORD(ovflw, " %*" PRIu64, 12, 1, tot);