Hey everyone! I'm diving into learning Rust and I'm looking for a simple project to make my journey practical. I'm curious about your frustrations when working with Linux. What tools do you find lacking or what improvements would you love to see in them? Given Rust's speed, are there any slow or resource-heavy tasks you'd want to optimize?
1 Answer
One major issue is figuring out why things are slow. It would be awesome to have a tool that checks various system metrics like I/O, swap, and CPU to help debug performance problems. It sounds like a lot of work though!
Ever tried using btop? It gives a lot of insights.