Why do you find yourself opting for btop or htop instead of top? What advantages do these tools offer that make them superior to top in your opinion?

top has served me well, so I’m unsure why I would want to burden my system with the addition of htop or btop. With top, if you wish to terminate a process, simply press ‘k’ and send the signal; it’s that simple. If you’d like to identify the origin of a process, just include the command column.

I often find myself intrigued when encountering comments on posts expressing love for htop/btop. To me, it appears unnecessary or BLOATED!! Please do share your perspectives and help broaden my Linux knowledgebase.

  • @Bandicoot_Academic
    link
    64 months ago

    I like btop because of its ease of use and modern gui. When I open top or even htop it feels like I’m using something designed for a dumb terminal from the 70s. When opening btop it feels like something designed for how computers are used now and not 50 years ago.

    Also to my knowledge It’s the only full system monitor to include GPU monitoring (while other GPU monitors exist they usually only monitor the GPU and not the whole system)

    • @DrillingStricken@programming.devOP
      link
      fedilink
      34 months ago

      Agree with you on the beauty of btop, but sometimes less is more and that’s why I think it’s bloated. When working with the terminal, text-based programs work best on it so htop is much more to my liking due to its minimalist interface.