proxmox-backup/proxmox-rrd/src
Thomas Lamprecht 82f5ad18f0 proxmox-rrd: move unshipped cli tool to examples
it's a rather low-level tool mostly useful for debugging and some of
it is rather "dumb" (by design) anyway, e.g., it does not
transparently applies journal but really only operates on the DB
files as is (which can conflict with daemon operations).

In summary, not (yet) a tool meant for end user consumption.
Move it to examples folder to avoid compilation on packaging (we do
not ship it anyway) which allows us to move the rather expensive
proxmox-router (pulls in hyper) to the dev-dependencies section.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-10-13 13:36:02 +02:00
..
cache.rs proxmox-rrd: split out load_rrd (cleanup) 2021-10-13 13:36:02 +02:00
lib.rs proxmox-rrd: implement new CBOR based format 2021-10-13 13:36:02 +02:00
rrd.rs proxmox-rrd: add more commands to the rrd cli tool 2021-10-13 13:36:02 +02:00
rrd_v1.rs proxmox-rrd: rename last_counter to last_value 2021-10-13 13:36:02 +02:00