38580063149e72b1597fcc0b3ddea7ab8b59145c,w3af/core/controllers/profiling/scan_log_analysis.py,,show_connection_pool_wait,#Any#,173

Before Change


    fig.y_label = "Waited time"
    fig.x_label = "Time"
    fig.color_mode = "byte"
    fig.set_x_limits(min_=connection_pool_timestamps[0], max_=last_timestamp)
    fig.set_y_limits(min_=0, max_=None)

    fig.plot(connection_pool_timestamps,

After Change


            connection_pool_waits.append(float(match.group(1)))
            connection_pool_timestamps.append(get_line_epoch(line))

    first_timestamp = get_first_timestamp(scan)
    last_timestamp = get_last_timestamp(scan)

    if not connection_pool_waits:
        print("No connection pool wait data found")
        return
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 8

Non-data size: 4

Instances


Project Name: andresriancho/w3af
Commit Name: 38580063149e72b1597fcc0b3ddea7ab8b59145c
Time: 2018-02-07
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_connection_pool_wait


Project Name: andresriancho/w3af
Commit Name: 38580063149e72b1597fcc0b3ddea7ab8b59145c
Time: 2018-02-07
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_consumer_pool_size


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


Project Name: andresriancho/w3af
Commit Name: 38580063149e72b1597fcc0b3ddea7ab8b59145c
Time: 2018-02-07
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: 38580063149e72b1597fcc0b3ddea7ab8b59145c
Time: 2018-02-07
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_worker_pool_size


Project Name: andresriancho/w3af
Commit Name: 38580063149e72b1597fcc0b3ddea7ab8b59145c
Time: 2018-02-07
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: 38580063149e72b1597fcc0b3ddea7ab8b59145c
Time: 2018-02-07
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_active_threads


Project Name: andresriancho/w3af
Commit Name: 38580063149e72b1597fcc0b3ddea7ab8b59145c
Time: 2018-02-07
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_timeout