Does noone use glances anymore?
I do.
Hey, just so you know, “no one” is two words.
btop doesn’t update all of the characters for me after a while if I leave it open for a long time, and eventually it stops updating altogether.
I tried btop. It slowed my computer way the fuck down, so I went back to htop
yeah you need a decently fast hw accelerated terminal for it
for example, the gnome terminal is pretty slow; if you’re using it, try running it in alacrity or kitty and see if that improves performance.I’ll have to check it out. I’ve seen kitty mentioned a few times but I’m an oldschool xterm kinda guy lol
Maybe you used bpytop, not btop? They look the same iirc.
Oh, you might actually be right there… I’m not sure now I didn’t realize there were alternatives.
I remember trying it a while back when I found a list of fancy looking terminal apps. It was fancy, but it came at the cost of performance.
really? I’ve never had much issues
My laptop went bonkers trying to run it, maybe I have something misconfigured somewhere. I wanted to like it because it looks great, but I couldn’t because it was seemingly too resource intensive.
i see, that’s a bit of a shame because i enjoy it a lot.
Somebody mentioned I may have been running bpytop, so maybe this whole thing is my bad. I honestly can’t remember what I ran now - I thought it was btop
That basically looks like every hollywood movie in existence
It’s very attractive, but it also seems to have a minimum window size requirement that exceeds the “stack” in my “master and stack.”
It’s great to use if you need a dashboard to track issues, but for a quick look at running processes, I think I’ll stick with htop.
Can it show each core’s frequency? Or is there anything other than htop that can do that?
It does
I don’t see any option in 1.2.13, and https://github.com/aristocratos/btop/issues/190 suggests it isn’t implemented yet.
I ditched all top programs on my system, because I have no use for any of them…
There’s a top surgery joke in here somewhere, I can feel it.
How do you check what is eating up all your memory/cpu?
Just download more, simple.
mount google drive as swap. RAM downloaded !!
I kinda want someone to make this for shits and giggles.
https://blog.horner.tj/how-to-kinda-download-more-ram/
Already been done.
⬆️ This man is too dangerous to be left alive.
My computer just works so I’ve never needed to check, but I run XFCE & have xfce4-taskmanager installed, so I could use that if I ever needed…
Ah, I see. I use htop as a task manager.
To get a comprehensive overview of your system’s resource usage, install and run the
btop
command. It’s a top-like interactive system monitor that displays a range of system information, including:-CPU usage (per core and overall)
-RAM usage (free, used, and cached)
-Disk usage (per disk and overall)
-Network usage (bytes sent and received)
-Process list (with CPU, RAM, and disk usage per process)
-System temperature
-Uptime
I only use htop to kill process when it froze.
I just use xkill for that…
A question, what tod do when the laptop is completely frozen, as in you can’t even move your mouse. Is the only solution to force shutdown?
You can try the Magic SysRq key, if its enabled.
Thankfully I’ve never had that happen, but if it did I would probably just switch to a tty & use the killall command on whatever was giving me bother…
bottom users rise up. RIIR!
Pro tip: configure a font that doesn’t show open circles for unused braille characters to have a higher priority than your current font to get better-looking graphs.
On my system, braille characters are provided by DejaVu Serif, and it was as easy as just installing the font.
Where do you see open circles? I don’t understand sorry
No, you’ve got it set up right. Many people will have graphs where each character rectangle has open circles for the unused braile dots in the character block.
Ooh, it looks even better than gtop.
Edit: Why does the menu look like this?
50/50 on if it starts listing processes or launches a new game of Zelda.
Nostalgia city…
Btop has been rewritten in C++, hence the ++
Uh oh, time to rewrite it in rust
I’m using lcdproc on a 20x4 characters display, it’s enough to see cpu, load, mem, Network, etc
Show us
I just wish there was a .deb package.
Still gonna get around to making a playbook for installing it someday. btop (and it’s predecessors) are awesome.
There’s a deb in Ubuntu Universe.
Oh heck, it’s in Debian Bookworm too, and Bullseye-Backports.
Debs all around.I could have sworn I checked and didn’t find it. I’ll look again, maybe I did something wrong
ps -aux | grep yourmom
Get in the robot Shinji
One I started using Bpytop, I couldn’t go back.
@JoMiran @zShxck That is very nice. I love the way you can toggle between disk space usage and disk I/O usage. Here is a btop of the machine that friendica.eskimo.com is running on:
Both are useless toys for newbie sysadmins who think their job is sitting and looking at list of processes.
Nice gatekeeping.
Teach me how to know which process is hogging my memory or CPU, in less than 5 steps without htop?
Launch top? Quick glance, type ‘q’, then kill
Lol, top. Try that to figure out the load on a 256 core DGX slurm setup with that shit. Top is barely usable on consumer hardware…
do you experience that often ? anyway, the plain, basic ‘top’ command can provide it to you. There’s literally a column %CPU and %MEM
I mean, you do sometimes need to check out which processes are running to debug
Aren’t
top
orpgrep
enough for that?If it looks better and does the same thing efficiently, I’ll take the thing that looks better.
You have a pre-installed tool and a tool that looks better but which you need to install. When you need it for a rare task, and you administer many machines, it is easier to use what you already have on each of them.
Do these programs not work over SSH?
I use it to find a process quickly and send a SIGTERM. I’m probably a noob though.
It’s not even about sysadmins, it’s just hacker wannabe. tomorrow they will say “coz I waNt to maSter mo sYstem”.
yep good luck in auditing the 1.5k packages installed on your system.