Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-15194

Improve readability of Table metrics Virtual tables units

    XMLWordPrintableJSON

Details

    Description

      I just noticed this strange output in the coordinator_reads output::

      cqlsh:system_views> select * from coordinator_reads ;
      
       count | keyspace_name      | table_name                     | 99th | max | median | per_second
      -------+--------------------+--------------------------------+------+-----+--------+------------
        7573 |         tlp_stress |                       keyvalue |    0 |   0 |      0 | 2.2375e-16
        6076 |         tlp_stress |                  random_access |    0 |   0 |      0 | 7.4126e-12
         390 |         tlp_stress |                sensor_data_udt |    0 |   0 |      0 | 1.7721e-64
          30 |             system |                          local |    0 |   0 |      0 |   0.006406
          11 |      system_schema |                        columns |    0 |   0 |      0 | 1.1192e-16
          11 |      system_schema |                        indexes |    0 |   0 |      0 | 1.1192e-16
          11 |      system_schema |                         tables |    0 |   0 |      0 | 1.1192e-16
          11 |      system_schema |                          views |    0 |   0 |      0 | 1.1192e-16
      

      cc cnlwsu

      btw I realize the output is technically correct, but it's not very readable. For practical purposes this should just say 0.

      Attachments

        Issue Links

          Activity

            People

              cnlwsu Chris Lohfink
              rustyrazorblade Jon Haddad
              Chris Lohfink
              Benedict Elliott Smith, Jon Haddad
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: