www/DataStoreStatus.js: display loadavg stats
This commit is contained in:
@ -33,6 +33,7 @@ Ext.define('pve-rrd-node', {
|
||||
'swapused',
|
||||
'roottotal',
|
||||
'rootused',
|
||||
'loadavg',
|
||||
{ type: 'date', dateFormat: 'timestamp', name: 'time' }
|
||||
]
|
||||
});
|
||||
@ -75,6 +76,13 @@ Ext.define('PBS.DataStoreStatus', {
|
||||
fieldTitles: [gettext('CPU usage'), gettext('IO delay')],
|
||||
store: rrdstore
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxRRDChart',
|
||||
title: gettext('Server load'),
|
||||
fields: ['loadavg'],
|
||||
fieldTitles: [gettext('Load average')],
|
||||
store: rrdstore
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxRRDChart',
|
||||
title: gettext('Memory usage'),
|
||||
|
Reference in New Issue
Block a user