nodetool tablestats - Print statistics on tables



  • NAME
            nodetool tablestats - Print statistics on tables
    
    SYNOPSIS
            nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
                    [(-pw <password> | --password <password>)]
                    [(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
                    [(-u <username> | --username <username>)] tablestats
                    [(-F <format> | --format <format>)] [(-H | --human-readable)] [-i] [--]
                    [<keyspace.table>...]
    
    OPTIONS
            -F <format>, --format <format>
                Output format (json, yaml)
    
            -h <host>, --host <host>
                Node hostname or ip address
    
            -H, --human-readable
                Display bytes in human readable form, i.e. KiB, MiB, GiB, TiB
    
            -i
                Ignore the list of tables and display the remaining tables
    
            -p <port>, --port <port>
                Remote jmx agent port number
    
            -pw <password>, --password <password>
                Remote jmx agent password
    
            -pwf <passwordFilePath>, --password-file <passwordFilePath>
                Path to the JMX password file
    
            -u <username>, --username <username>
                Remote jmx agent username
    
            --
                This option can be used to separate command-line options from the
                list of argument, (useful when arguments might be mistaken for
                command-line options
    
            [<keyspace.table>...]
                List of tables (or keyspace) names
    


© Lightnetics 2024