Do the following ZFS stats look ok?> ::memstatPage Summary Pages MB %Tot ------------ ---------------- ---------------- ---- Kernel 106619 832 28% ZFS File Data 79817 623 21% Anon 28553 223 7% Exec and libs 3055 23 1% Page cache 18024 140 5% Free (cachelist) 2880 22 1% Free (freelist) 146309 1143 38% Total 385257 3009 Physical 367243 2869 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20100408/b529a3d6/attachment.html>
> Do the following ZFS stats look ok? > >> ::memstat > Page Summary Pages MB %Tot > ------------ ---------------- ---------------- ---- > Kernel 106619 832 28% > ZFS File Data 79817 623 21% > Anon 28553 223 7% > Exec and libs 3055 23 1% > Page cache 18024 140 5% > Free (cachelist) 2880 22 1% > Free (freelist) 146309 1143 38% > > Total 385257 3009 > Physical 367243 2869Looks beautiful. Just for giggles try this : root at aequitas:/root# uname -a SunOS aequitas 5.11 snv_136 i86pc i386 i86pc Solaris root at aequitas:/root# root at aequitas:/root# /bin/printf "::kmastat\n" | mdb -k cache buf buf buf memory alloc alloc name size in use total in use succeed fail ------------------------- ------ ------ ------ ---------- --------- ----- kmem_magazine_1 8 8595 8736 212992B 8595 0 kmem_magazine_3 16 3697 3780 122880B 3697 0 kmem_magazine_7 32 7633 7686 499712B 7633 0 kmem_magazine_15 64 11642 11656 1540096B 11642 0 . . etc etc . nfs4_access_cache 32 0 0 0B 0 0 client_handle4_cache 16 0 0 0B 0 0 nfs4_ace4vals_cache 36 0 0 0B 0 0 nfs4_ace4_list_cache 176 0 0 0B 0 0 NFS_idmap_cache 24 0 0 0B 0 0 pty_map 48 0 64 4096B 1 0 ---------------------- ----- ------ ------ ---------- --------- ----- Total [hat_memload] 974848B 1306984 0 Total [kmem_msb] 56860672B 506215 0 Total [kmem_va] 78249984B 12180 0 Total [kmem_default] 76316672B 8546762 0 Total [kmem_io_1G] 36712448B 8643 0 Total [bp_map] 0B 212 0 Total [segkp] 6356992B 186825 0 Total [umem_np] 0B 148 0 Total [ip_minor_arena_sa] 64B 180 0 Total [spdsock] 0B 1 0 Total [namefs_inodes] 64B 18 0 ---------------------- ----- ------ ------ ---------- --------- ----- . . etc etc . Dennis