←back to thread

OpenBSD 7.8

(cdn.openbsd.org)
282 points paulnpace | 3 comments | | HN request time: 0.591s | source
Show context
liendolucas ◴[] No.45666352[source]
What truly suprises me about BSDs is their simplicity and low footprint, OpenBSD being gold standard.

I've been playing with `byve` the last two weeks (I highly recommend vermaden's blog for anyone interested in BSDs and obviously the handbooks of each project) and I'm seriously thinking not doing a dual boot Linux install again. On my old x230 (which is running FreeBSD) I will be installing OpenBSD just to become more familiar with it.

I still don't get why just after installing Debian `top` shows me around 200 proceses. BSDs? Under 20. Other thing that pisses me off is for example how polluted (at least on Ubuntu) mountpoints are. Package management is also fragmented on Linux, while on BSDs is either a flavour of `pkg` or ports.

Perhaps I should still try more minimalistic Linux distributions, just don't know which are good candidates

Don't get me wrong, I love Linux and still recommend it heavily to non-tech people around me but when you taste a BSD is hard to go back.

replies(8): >>45666558 #>>45666588 #>>45666779 #>>45666839 #>>45666849 #>>45667395 #>>45669844 #>>45677290 #
sigio ◴[] No.45666588[source]
Top on linux shows kernel threads (all the processes in square brackets), on BSD it doesn't show these afaik. A fresh debian install only lists a handfull of processes (all the expected ones, ssh, systemd, ntp, gettys etc) besides the 200+ kernel-threads.
replies(2): >>45666684 #>>45666798 #
1. liendolucas ◴[] No.45666684[source]
Uh, ok then. I always thought that those were actually real kernel processes. What's the use of having top report those kernel threads? Is it possible to renice them?
replies(2): >>45666854 #>>45666983 #
2. saagarjha ◴[] No.45666854[source]
Linux views them all as tasks, and yes you can (although I don't know if top does that).
3. BSDobelix ◴[] No.45666983[source]
>What's the use of having top report those kernel threads?

Just a different "flavor"-default-setting of top, there's not much more behind it.