Add missing graphs for the poudriere app page (#16495)

This commit is contained in:
Zane C. Bowers-Hadley
2024-10-04 08:18:43 -05:00
committed by GitHub
parent 76050e3b3c
commit 45485e2955

View File

@ -560,6 +560,32 @@ $graphs['nfs'] = [
'client_rpc',
'client_cache',
];
$graphs['poudriere'] = [
'status',
'phase',
'time',
'log_size',
'package_size',
'cpu_perc',
'mem_perc',
'time_comparison',
'user_time',
'system_time',
'rss',
'threads',
'major_faults',
'minor_faults',
'swaps',
'size_comparison',
'stack_size',
'data_size',
'text_size',
'read_blocks',
'copy_on_write_faults',
'context_switches_comparison',
'voluntary_context_switches',
'involuntary_context_switches',
];
echo '<div class="panel panel-default">';
echo '<div class="panel-heading">';