Explaining top(1) on FreeBSD
klarasystems.com
Explaining top(1) on FreeBSD
1–10 of 14 posts
Re: Explaining top(1) on FreeBSD
#2Re: Explaining top(1) on FreeBSD
#3Off topic question: what's the current process to make extremely small "minimal" freebsd server install? Is it NanoBSD[1], because the unfortunate downside is that the base can't change (I realize that's a feature) and for a web server or database server that might not be ideal. [1] https://docs.freebsd.org/en/articles/nanobsd/
Re: Explaining top(1) on FreeBSD
#4Off topic question: what's the current process to make extremely small "minimal" freebsd server install? Is it NanoBSD[1], because the unfortunate downside is that the base can't change (I realize that's a feature) and for a web server or database server that might not be ideal. [1] https://docs.freebsd.org/en/articles/nanobsd/
That's for a ro image with tmpmfs and varmfs[0], a minimal kernel, base and the packages nginx-lite, jansson, re2, curl, acme.sh and some services.
The system boots from an ISO into running nginx and hosting a basic network scanner[1] at a VPS provider.
I basically built from source with a custom SRCCONF[2], KERNCONF[3] and some other cleanup[4].
There may be easier ways to do it but it worked out pretty well for me.
[0] https://www.freebsd.org/cgi/man.cgi?rc.conf(5) [1] https://disco1.sajber.se/ [2] https://github.com/sebcat/yans/blob/master/tools/freebsd/vm/... [3] https://github.com/sebcat/yans/blob/master/tools/freebsd/vm/... [4] https://github.com/sebcat/yans/blob/master/tools/freebsd/vm/...
Re: Explaining top(1) on FreeBSD
#5Off topic question: what's the current process to make extremely small "minimal" freebsd server install? Is it NanoBSD[1], because the unfortunate downside is that the base can't change (I realize that's a feature) and for a web server or database server that might not be ideal. [1] https://docs.freebsd.org/en/articles/nanobsd/
[0] https://docs.freebsd.org/en/books/handbook/jails/
[1] https://gist.github.com/hiway/2b526fc64748e8d6e9f36f289003f8...
Re: Explaining top(1) on FreeBSD
#6I have never seen an article explaining how the load average in Linux is calculated.
Re: Explaining top(1) on FreeBSD
#7Off topic question: what's the current process to make extremely small "minimal" freebsd server install? Is it NanoBSD[1], because the unfortunate downside is that the base can't change (I realize that's a feature) and for a web server or database server that might not be ideal. [1] https://docs.freebsd.org/en/articles/nanobsd/
Re: Explaining top(1) on FreeBSD
#8> The topic of load average is generally very broad and it is calculated differently on various UNIX systems, so a separate article may be dedicated for just that. I have never seen an article explaining how the load average in Linux is calculated.
Re: Explaining top(1) on FreeBSD
#9> The topic of load average is generally very broad and it is calculated differently on various UNIX systems, so a separate article may be dedicated for just that. I have never seen an article explaining how the load average in Linux is calculated.
Re: Explaining top(1) on FreeBSD
#10> The topic of load average is generally very broad and it is calculated differently on various UNIX systems, so a separate article may be dedicated for just that. I have never seen an article explaining how the load average in Linux is calculated.