a3883f16c07fec39a0d7431a16cf018f67723f1d,w3af/core/controllers/profiling/scan_log_analysis.py,,show_queue_size,#Any#,253
Before Change
fig.set_x_limits(min_=0, max_=None)
fig.set_y_limits(min_=0, max_=None)
fig.plot(xrange(len(grep_queue_sizes)) ,
grep_queue_sizes,
label="Grep")
After 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)
print("Consumer queue sizes")
print("")
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances Project Name: andresriancho/w3af
Commit Name: a3883f16c07fec39a0d7431a16cf018f67723f1d
Time: 2018-01-10
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_queue_size
Project Name: andresriancho/w3af
Commit Name: a3883f16c07fec39a0d7431a16cf018f67723f1d
Time: 2018-01-10
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: a3883f16c07fec39a0d7431a16cf018f67723f1d
Time: 2018-01-10
Author: andres.riancho@gmail.com
File Name: w3af/core/controllers/profiling/scan_log_analysis.py
Class Name:
Method Name: show_timeout