summaryrefslogtreecommitdiffstats
path: root/docs/cmds.rst
AgeCommit message (Collapse)Author
2023-12-10:Merge branch 'develop' into issue2181nicolargo
2023-12-10Fix typos and make grammatical and stylistic edits in project documentationGeorgiy Timchenko
Several typos were found and corrected in the project documentation. Additionally, a number of grammatical and stylistic improvements were made to enhance clarity and coherence. These changes affect the following files: - docs/api.rst - docs/cmds.rst - docs/config.rst - docs/docker.rst - docs/glances.rst - docs/index.rst - docs/install.rst - docs/quickstart.rst - docs/support.rst These corrections and improvements significantly enhance the readability and accuracy of the documentation, making it more accessible and comprehensible for both users and developers.
2023-12-10Fix typos in project documentationGeorgiy Timchenko
Several typos were found and corrected in the project documentation. These changes affect the following files: - docs/cmds.rst - docs/config.rst These corrections improve the readability and accuracy of the documentation, making it more accessible and understandable for users and developers.
2023-11-26Rename any reference to Bottle in doc and dep file. Ready to refactor the ↵nicolargo
main glances_restful_api.py file.
2023-10-26Fixed documentationChristoph Zimmermann
2023-07-15Screen frequently flickers when outputting to local display #2490nicolargo
2022-12-21The open-web-browser option was missing dashes #2219nicolargo
2022-07-10Update docs for new shortcutnicolargo
2022-07-09Keybind(s) for modifying nice level #2081nicolargo
2022-07-09Keybind(s) for modifying nice level #2081nicolargo
2021-11-11Update docs and correct make docs-server target in Makefilenicolargo
2021-03-13Correct typo in documentationnicolargo
2020-11-07Update documentation for F5nicolargo
2019-10-12Add --enable-plugin options from the command linenicolargo
2019-10-08Add shortcut to show / hide TCP connections (k)nicolargo
2019-03-02Fixes a typo in command-line options docs #1425nicolargo
2018-02-15RESTfulAlessio Sergi
2018-02-11Add a new output mode to stdout #1168nicolargo
2018-01-18Correct an issue on MacOS and SunOS for diskIOnicolargo
2017-12-29Remove graph export from Glances #1206nicolargo
2017-12-28Export module is now dynamic. Update docnicolargo
2017-11-03OS specific arguments should be documented and reported #1180nicolargo
2017-10-15Add a light mode for the console UI #1165nicolargo
2017-10-12Update docsnicolargo
2017-03-15Port in the -c URI #996nicolargo
2017-03-12Update docAlessio Sergi
2017-01-18OS X -> macOSAlessio Sergi
2016-12-31Correct hotkeys d, f, l, nnicolargo
2016-12-29Add a mean GPU view ('6' short key or --meangpu option)nicolargo
2016-12-27Add the username to the log filenameAlessio Sergi
Glances as system tool is often executed in a multi-user environment or even with root privileges. Then, make the log file system-aware as well.
2016-11-21Document logfile path in man page #969nicolargo
2016-11-05Update documentationnicolargo
2016-09-24Add a CouchDB exporter #928nicolargo
2016-08-23Change the IRQ shortcut key from R to Q. R is alread used for the RAID ↵nicolargo
plugins. Also update the docs for the IRQ plugin. Last but not leat, change the ReadTheDoc theme
2016-06-19Add documentation for the ports pluginnicolargo
2016-06-10Add Cassandra/Scylla export plugin #857Nicolargo
2016-05-02Update doc for AMPnicolargo
2016-04-24Doc updated. Have to test it with degraded casesnicolargo
2016-03-25exports: riemann export implemented and documentedGergő Nagy
This patch introduces a new export method for sending metrics to __Riemann__ server using _TCP_ protocol. The module can be enabled like all the other exports in __Glances__, specifying the `--export-riemann` option. Sending metrics to Riemann requires [bernhard](https://github.com/banjiewen/bernhard) that is the most popular _Riemann client_ written in python. In the configuration file you can only specify the `host` and `port` that riemann is listening for new connections on. Later new options are planned to be added like __SSL__ support and __UDP__. Documentation and manpages are refreshed according to the modifications in the config options and introducing the usage of Riemann export. Signed-off-by: Gergő Nagy <grigori.grant@gmail.com>
2016-03-06Use Sphinx for docAlessio Sergi