ADD tmpfs to filesystem monitor
This commit is contained in:
parent
7abefbe756
commit
56c445a23d
|
@ -9,7 +9,7 @@ local Util = require 'Util'
|
||||||
|
|
||||||
local __string_match = string.match
|
local __string_match = string.match
|
||||||
|
|
||||||
local _FS_PATHS_ = {'/', '/boot', '/home', '/mnt/data', '/mnt/dcache'}
|
local _FS_PATHS_ = {'/', '/boot', '/home', '/mnt/data', '/mnt/dcache', "/tmp"}
|
||||||
local _MODULE_Y_ = 170
|
local _MODULE_Y_ = 170
|
||||||
local _SPACING_ = 20
|
local _SPACING_ = 20
|
||||||
local _BAR_PAD_ = 100
|
local _BAR_PAD_ = 100
|
||||||
|
@ -79,6 +79,7 @@ local labels = _G_Widget_.TextColumn{
|
||||||
'home',
|
'home',
|
||||||
'data',
|
'data',
|
||||||
'dcache',
|
'dcache',
|
||||||
|
'tmpfs',
|
||||||
}
|
}
|
||||||
|
|
||||||
_SPACING_ = nil
|
_SPACING_ = nil
|
||||||
|
|
|
@ -7,7 +7,7 @@ local Line = require 'Line'
|
||||||
local ScalePlot = require 'ScalePlot'
|
local ScalePlot = require 'ScalePlot'
|
||||||
local Util = require 'Util'
|
local Util = require 'Util'
|
||||||
|
|
||||||
local _MODULE_Y_ = 364
|
local _MODULE_Y_ = 380
|
||||||
local _TEXT_SPACING_ = 20
|
local _TEXT_SPACING_ = 20
|
||||||
local _PLOT_SEC_BREAK_ = 20
|
local _PLOT_SEC_BREAK_ = 20
|
||||||
local _PLOT_HEIGHT_ = 56
|
local _PLOT_HEIGHT_ = 56
|
||||||
|
|
Loading…
Reference in New Issue