6d14ed3ffe70d30e10ceef52b17ffcb54a405b74,w3af/core/controllers/profiling/scan_log_analysis.py,,show_queue_size_crawl,#Any#,486

Before Change


            crawl_queue_timestamps.append(get_line_epoch(line))

    // Get the last timestamp to use as max in the graphs
    last_timestamp = get_line_epoch(line)

    if not crawl_queue_sizes:
        print("No crawl consumer queue size data found")
        return

After Change


        return

    print("Crawl consumer queue size")
    print("    Latest queue size value: %s" % crawl_queue_sizes[-1])
    print("")

    fig = plotille.Figure()
    fig.width = 90
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

Instances


Project Name: andresriancho/w3af
Commit Name: 6d14ed3ffe70d30e10ceef52b17ffcb54a405b74
Time: 2018-02-09
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_queue_size_crawl


Project Name: andresriancho/w3af
Commit Name: 6d14ed3ffe70d30e10ceef52b17ffcb54a405b74
Time: 2018-02-09
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_queue_size_grep


Project Name: andresriancho/w3af
Commit Name: 6d14ed3ffe70d30e10ceef52b17ffcb54a405b74
Time: 2018-02-09
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_queue_size_audit