Searched refs:summary_file (Results 1 - 7 of 7) sorted by relevance

/pkg/src/util/log-scripts/
H A Dan_search.py42 summary_file = None variable
54 def emit_search_report(summary_file, searchtype, label, results):
60 if summary_file:
66 """.format(label=label, searchtype=searchtype), file=summary_file)
70 file=summary_file)
72 print("</table></div>", file=summary_file)
95 """.format(label=label, searchtype=searchtype), file=summary_file)
101 emit_search_report(summary_file, "failed", "Misses", sfi)
106 emit_search_report(summary_file, "successful", "Hits", ssi)
175 summary_file variable
[all...]
H A Dan_catalog.py64 summary_file = None variable
80 def report_catalog_by_raw_agent(summary_file = None):
171 summary_file = prefix_summary_open("catalog") variable
206 report_section_begin("Catalogs", summary_file = summary_file)
207 report_cols_begin(summary_file = summary_file)
208 report_col_begin("l", summary_file = summary_file)
209 report_by_ip(catalog_by_ip, "catalog", summary_file
[all...]
H A Dan_manifest.py42 summary_file = None variable
120 summary_file = prefix_summary_open("manifest") variable
160 report_section_begin("Manifest", summary_file = summary_file)
161 report_cols_begin(summary_file = summary_file)
162 report_col_begin("l", summary_file = summary_file)
163 report_by_date(manifest_by_date, "manifest", summary_file = summary_file)
[all...]
H A Dan_filelist.py42 summary_file = None variable
56 if summary_file:
57 print("<p>Total kilobytes sent via filelist: {0:f}</p>".format(filelist_totals["kilobytes"] + filelist_totals["bytes"]/1024), file=summary_file)
91 summary_file = prefix_summary_open("filelist") variable
125 report_section_begin("Filelist", summary_file = summary_file)
127 report_by_date(filelist_by_date, "filelist", summary_file = summary_file)
128 report_section_end(summary_file = summary_file)
[all...]
H A Dan_report.py152 def report_section_begin(cap_title, summary_file = None):
159 if summary_file:
160 print(msg, file=summary_file)
162 def report_section_end(summary_file = None):
165 if summary_file:
166 print(msg, file=summary_file)
169 def report_cols_begin(summary_file = None):
172 if summary_file:
173 print(msg, file=summary_file)
175 def report_cols_end(summary_file
[all...]
H A Dan2_ip_active.py37 def report_by_date(data, title, summary_file = None):
81 if summary_file:
82 print(msg, file=summary_file)
H A Dan_ip_active.py42 summary_file = None variable

Completed in 556 milliseconds