Typo in document 2004577.1 ?
In 2004577.1 there is a description on how to check for potential ZFS ARC problems. Two places in that document it is referred to something called kmstat. For example in this section:
If the described issue occurs, use kmstat to see the use of vmem by "zfs_file_data_lp_buf" as shown in the example below:
::kmstat
vmem memory memory memory alloc alloc
name in use total import succeed fail
------------------------- ---------- ----------- ---------- --------- -----
zfs_file_data_lp_buf 1468M 7424M 7424M 9899 127
However, this is apparently from a mdb session but I cannot find anything like ::kmstat.
::kmastat however...