ADD tmpfs to filesystem monitor

This commit is contained in:
Nathan Dwarshuis 2021-05-12 12:54:58 -04:00
parent 7abefbe756
commit 56c445a23d
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ local Util = require 'Util'
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 _SPACING_ = 20
local _BAR_PAD_ = 100
@ -79,6 +79,7 @@ local labels = _G_Widget_.TextColumn{
'home',
'data',
'dcache',
'tmpfs',
}
_SPACING_ = nil

View File

@ -7,7 +7,7 @@ local Line = require 'Line'
local ScalePlot = require 'ScalePlot'
local Util = require 'Util'
local _MODULE_Y_ = 364
local _MODULE_Y_ = 380
local _TEXT_SPACING_ = 20
local _PLOT_SEC_BREAK_ = 20
local _PLOT_HEIGHT_ = 56