Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-1190

create a draw performance graph script

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      This will be an R script to draw relevant graphs given a bunch of csv files from the above tools. The output of this script will be a bunch of png files that can be combined with some html to act as a perf report.

      Here are the graphs that would be good to see:

      • Latency histogram for producer
      • MB/sec and messages/sec produced
      • MB/sec and messages/sec consumed
      • Flush time
      • Errors (should not be any)
      • Consumer cache hit ratio (both the bytes and count, specifically 1
        #physical_reads / #requests and 1 - physical_bytes_read / bytes_read)
      • Write merge ratio (num_physical_writes/num_produce_requests and avg_request_size/avg_physical_write_size)
        CPU, network, io, etc

      Attachments

        1. KAFKA-1190.patch
          5 kB
          Joe Stein

        Activity

          People

            Unassigned Unassigned
            joestein Joe Stein
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: