mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add missing graphs for the poudriere app page (#16495)
This commit is contained in:
committed by
GitHub
parent
76050e3b3c
commit
45485e2955
@ -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">';
|
||||
|
Reference in New Issue
Block a user