Can Güney Aksakalli

Results 29 comments of Can Güney Aksakalli

Hi @vielmetti I don't know how intuitive to draw more than 8 cores in a terminal chart with really low resolution. It was my hobby hacking and I didn't foresee...

Hi, `gtop` is showing the first disk entry from `fsSize` method of [systeminformation](https://github.com/sebhildebrandt/systeminformation). If you have multiple mounted disks, it might be different from what you expected.

Hey @mahdi & @sangshuduo, thanks for reporting that. have you tried again with gtop `v1.1.2`

Do you have multiple mounts? `gtop` is showing the first mounted disk from fsSize of [systeminformation](https://github.com/sebhildebrandt/systeminformation)

@eXsoR65 indeed `systeminformation` is the underlying library to get all the stats. You're welcome to implement that.

another idea is to show/hide certain panels #16

I could reproduce this, I don't know yet about the potential cause/solution.

sounds like a good idea. we can show a dialog to kill the highlighted process with the help of `blessed.form` after pressing `k` (similar to `top`)

Well, node environment consumes more resources by its nature but 15% is really huge for a desktop machine. I tried in `Intel Core 2 Quad Q9550` and `Intel i7 7500U`...

I tried in Raspberry Pi Zero: it consumes 100% CPU and makes it totally unresponsive. It is due to rendering routine. In every rendering cycle, bitmap is converted into unicode...