.. _cassandra: Cassandra ========= You can export statistics to a ``Cassandra`` or ``Scylla`` server. The connection should be defined in the Glances configuration file as following: .. code-block:: ini [cassandra] host=localhost port=9042 protocol_version=3 keyspace=glances replication_factor=2 table=localhost and run Glances with: .. code-block:: console $ glances --export-cassandra The data model is the following: .. code-block:: ini CREATE TABLE