Re: Freebsd 14.3 wired memory custom or generic kernel

From: Eugene Grosbein <eugen_at_grosbein.net>
Date: Sun, 07 Sep 2025 22:05:28 UTC
08.09.2025 4:16, kunn wrote:

> top command output: 
> 
> last pid:   803;  load averages:  0.11,  0.15,  0.07  up 0+00:05:01    00:01:12
> 35 processes:  2 running, 31 sleeping, 2 waiting
> CPU:  0.0% user,  0.0% nice,  0.1% system,  0.0% interrupt, 99.9% idle
> Mem: 9624K Active, 1388K Inact, 109M Wired, 15M Buf, 3824M Free
> Swap: 3584M Total, 3584M Free

[skip]

> fgrep memory /var/run/dmesg.boot output:
> 
> real memory  = 4294967296 (4096 MB)
> avail memory = 4122767360 (3931 MB)

Now show output of the command:

vmstat -z | sed 's/:/,/' | awk -F, '{printf "%10s %s\n", $2*$4/1024/1024, $1}' | sort -k1,1 -rn | head