nicolargo / glances

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
http://nicolargo.github.io/glances/
Other
26.81k stars 1.53k forks source link

Please add some sparklines! #1446

Open aadrian opened 5 years ago

aadrian commented 5 years ago

Please add some small but very useful sparklines too: at least for the most important metrics like CPU/MEM/IO

E.g.: https://pypi.org/project/sparklines/ ( https://rosettacode.org/wiki/Sparkline_in_unicode )

Thanks in advance.

nicolargo commented 5 years ago

Implementation done in the Curses interface.

==> https://github.com/nicolargo/glances/blob/develop/docs/aoa/quicklook.rst

@notFloran Please can you implement this new feature in the Web UI ?

Massimo-B commented 4 years ago

On 3.1.3 --sparkline option works, and S option also works, but it is not documented in the manpage or --help. Then there is no way to set that via configuration yet. Do I really need to define an alias?

LoganTann commented 2 years ago

Hello, any updates on this feature for the web-ui ?

I'd love to see sparklines just as some popular monitoring tools

Hotwill commented 1 year ago

Is there any progress on this feature? web-ui need this feature. @notFloran @nicolargo

nicolargo commented 1 year ago

@fr4nc0is Can you have a look in order to implement the sparklines feature in the Quicklook plugin of the WebUI ?

It is available in the console UI:

image

Note: entry point for REST API history is https://glances.readthedocs.io/en/latest/api.html#get-stats-history

Let me know.

Thanks :)