20 lines
783 B
Plaintext
20 lines
783 B
Plaintext
# Preverjanje uporabe pomnilnika v OmniOS
|
|
|
|
```
|
|
root@solaris:/root# echo "::memstat" | mdb -k
|
|
Page Summary Pages MB %Tot
|
|
------------ ---------------- ---------------- ----
|
|
Kernel 607601 2373 29%
|
|
Boot pages 166 0 0%
|
|
ZFS File Data 1092218 4266 52%
|
|
Anon 314740 1229 15%
|
|
Exec and libs 7207 28 0%
|
|
Page cache 11678 45 1%
|
|
Free (cachelist) 26520 103 1%
|
|
Free (freelist) 26571 103 1%
|
|
|
|
Total 2086701 8151
|
|
Physical 2086700 8151
|
|
```
|
|
|