Skip to content
Snippets Groups Projects
Commit 505585b9 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

doc: daemon, documented console

parent 3acaf8fa
Branches
Tags
No related merge requests found
......@@ -19,3 +19,18 @@ right now.
$ ./daemon/kresolved -a 127.0.0.1#53
.. _libuv: https://github.com/libuv/libuv
Interacting with the daemon
---------------------------
The daemon features a CLI interface if launched interactively, type ``help`` to see the list of available commands.
You can load modules this way and use their properties to get information about statistics and such.
.. code-block:: bash
$ kresolved
...
[system] started in interactive mode, type 'help'
> load cached
> cached.cached_size
{ "size": 53 }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment