martes, 14 de febrero de 2017

ZFS ORACLE SOLARIS 11

zpool list

root@USBLDDB1010:~# echo ::memstat | mdb -k
Page Summary                 Pages             Bytes  %Tot
----------------- ----------------  ----------------  ----
Kernel                     1821920             13.8G    7%
Guest                            0                 0    0%
ZFS Metadata                855113              6.5G    3%
ZFS File Data             16590634            126.5G   61%
Anon                       5709759             43.5G   21%
Exec and libs                64078            500.6M    0%
Page cache                   30399            237.4M    0%
Free (cachelist)              4021             31.4M    0%
Free (freelist)            2187052             16.6G    8%
Total                     27262976              208G
You have new mail in /var/mail/root

In case the amount of ZFS File Data is too high on the system, you might to consider to limit the ARC cache
by setting zfs:zfs_arc_max in /etc/system
set zfs:zfs_arc_max = [size]
i.e. limit the cache to 1 GB in size
set zfs:zfs_arc_max = 1073741824

No hay comentarios: