• btop : resource monitor

    From w r@21:1/5 to All on Sat Aug 23 11:54:40 2025
    Hello,

    btop : resource monitor. like top, htop, atop

    I am collecting the list of very useful commands on my blog.

    https://computers.goodwilltechnologies.in



    --
    /home/wrodrigues/Documents/email_signature1.txt

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pothead@21:1/5 to w r on Sat Aug 23 20:57:09 2025
    On 2025-08-23, w r <wrodrigues201@yandex.com> wrote:

    Hello,

    btop : resource monitor. like top, htop, atop

    I am collecting the list of very useful commands on my blog.

    https://computers.goodwilltechnologies.in


    Very nice.
    I had not heard of this one before.
    Thanks.



    --
    pothead

    "Our lives are fashioned by our choices. First we make our choices.
    Then our choices make us."
    -- Anne Frank

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to pothead on Sun Aug 24 03:24:51 2025
    On Sat, 23 Aug 2025 20:57:09 -0000 (UTC), pothead wrote:

    On 2025-08-23, w r <wrodrigues201@yandex.com> wrote:

    Hello,

    btop : resource monitor. like top, htop, atop

    I am collecting the list of very useful commands on my blog.

    https://computers.goodwilltechnologies.in


    Very nice.
    I had not heard of this one before.
    Thanks.

    Yeah, that is nice. Sad to see 8 cores sitting around waiting for
    something to do...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?St=C3=A9phane?= CARPENTIE@21:1/5 to All on Sun Aug 24 10:50:44 2025
    Le 24-08-2025, rbowman <bowman@montana.com> a écrit :
    On Sat, 23 Aug 2025 20:57:09 -0000 (UTC), pothead wrote:

    On 2025-08-23, w r <wrodrigues201@yandex.com> wrote:

    Hello,

    btop : resource monitor. like top, htop, atop

    I am collecting the list of very useful commands on my blog.

    https://computers.goodwilltechnologies.in


    Very nice.
    I had not heard of this one before.
    Thanks.

    Yeah, that is nice. Sad to see 8 cores sitting around waiting for
    something to do...

    You can compile your kernel. It will heavily use your height cores.

    --
    Si vous avez du temps à perdre :
    https://scarpet42.gitlab.io

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to All on Sun Aug 24 09:01:40 2025
    Stéphane CARPENTIER wrote this post while blinking in Morse code:

    Le 24-08-2025, rbowman <bowman@montana.com> a écrit :
    On Sat, 23 Aug 2025 20:57:09 -0000 (UTC), pothead wrote:

    On 2025-08-23, w r <wrodrigues201@yandex.com> wrote:

    Hello,

    btop : resource monitor. like top, htop, atop

    I am collecting the list of very useful commands on my blog.

    https://computers.goodwilltechnologies.in

    Very nice. I had not heard of this one before. Thanks.

    Yeah, that is nice. Sad to see 8 cores sitting around waiting for
    something to do...

    You can compile your kernel. It will heavily use your height cores.

    "make -j" babieeeee!

    Or "ninja -j" if you're using Meson.

    --
    The PINK SOCKS were ORIGINALLY from 1952!! But they went to MARS
    around 1953!!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sun Aug 24 17:32:04 2025
    On 24 Aug 2025 10:50:44 GMT, Stéphane CARPENTIER wrote:

    Le 24-08-2025, rbowman <bowman@montana.com> a écrit :
    On Sat, 23 Aug 2025 20:57:09 -0000 (UTC), pothead wrote:

    On 2025-08-23, w r <wrodrigues201@yandex.com> wrote:

    Hello,

    btop : resource monitor. like top, htop, atop

    I am collecting the list of very useful commands on my blog.

    https://computers.goodwilltechnologies.in


    Very nice.
    I had not heard of this one before.
    Thanks.

    Yeah, that is nice. Sad to see 8 cores sitting around waiting for
    something to do...

    You can compile your kernel. It will heavily use your height cores.

    I vaguely remember compiling kernels after going through the whole ./
    configure process but that was a couple of decades ago when you wound up compiling a lot of tarballs.

    I've had to build a program in the last few months but I can't remember
    what it was. In any case it wasn't a deal where you started the make and
    went out to mow the lawn, hoping it would have successfully completed when
    you got back.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence =?iso-8859-13?q?D=FFOlivei@21:1/5 to All on Tue Sep 2 07:24:47 2025
    On 24 Aug 2025 10:50:44 GMT, Stéphane CARPENTIER wrote:

    You can compile your kernel. It will heavily use your height cores.

    Fun fact: the “make -j«n»” option will use up to «n» concurrent processes
    to run the build commands. If you leave off the «n», that means to create
    as many processes as it can use, with no limit.

    Try a decent-sized build (like the kernel or, in my case, FFmpeg), and see
    how long your system stays usable with that kind of load. ;)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)