Commit Graph

17 Commits

Author SHA1 Message Date
ThomasKaiser
7dd3a3154a Minor logging/support tweaks 2017-11-22 11:32:32 +01:00
ThomasKaiser
1ae79aab83 Monitor underpowering little bit better on A20 boards 2017-11-21 22:08:16 +01:00
ThomasKaiser
e0ee68a375 Minor logging tweaks 2017-11-20 06:41:05 -08:00
ThomasKaiser
ce884f630d Minor armbianmonitor debug info improvements 2017-11-19 18:26:03 +01:00
ThomasKaiser
ead8c7e6c6 Minor monitoring/support fixes in armbianmonitor 2017-11-19 13:24:02 +01:00
jaskcon
35247cc040 default network interface monitoring (#821)
* default network interface monitoring 

I added the function NetworkMonitorMode(). One could argue that the MonitorMode() function should own these stats, but I think it would make things a bit too busy-ish. Having said that, I'm not married to accessing network stats through an independent function.
regards..../j

* Update armbianmonitor

* Update armbianmonitor

* Update armbianmonitor

* Update armbianmonitor

* Update armbianmonitor
2017-11-12 21:30:57 +01:00
jaskcon
494c3811b8 Fixes to ProcessStats() and the associated calls (#820)
Changes to the 'ProcessStats()' function to pull and compute system load values with better accuracy
Changes to the 'MonitorMode()' function to display the system load values with better accuracy [call ProcessStats() and load values through the $procStats variable]
2017-11-11 14:38:28 +01:00
ThomasKaiser
cac4155f81 Few more cosmetical armbianmonitor fixes 2017-11-08 15:32:19 +01:00
ThomasKaiser
67de9a2369 Cosmetic MonitorMode changes in armbianmonitor 2017-11-08 14:08:32 +01:00
jaskcon
1a6041a0b2 Update armbianmonitor (#819)
* Update armbianmonitor

Two proposed changes to 'MonitorMode':

Change 0 [Fix the real-time monitor 'sleep' value so it can be adjusted at runtime] 
line 138: equate 'interval' with $1 (note: in the 'case' routine, $2 == command-line $1)
line 325: change term 1 of the comparator from '$1' to 'interval'

Change 1 [add fixed-line functionality to the real-time monitor]
lines 291,297: retain the 'DisplayHeader' reprint routine for command-line case '-m' (scrolled output) 
lines 326-328: add the overwrite routine for command-line case '-M' (fixed-line output)

* Update armbianmonitor

* Update armbianmonitor
2017-11-08 08:41:27 +01:00
zador-blood-stained
4cb8c1c9d3 Add cooling state to armbianmonitor -m output 2017-10-08 12:51:17 +03:00
ThomasKaiser
39fd9d9a7d Small interaction fix between tools
Armbian-config can call now "armbianmonitor -m" properly
2017-09-10 18:40:11 +02:00
ThomasKaiser
537efa4241 Minor fixes/tweaks 2017-09-07 13:02:27 -07:00
ThomasKaiser
6a9bc56b39 Cosmetic armbianmonitor fix 2017-09-01 16:41:28 -07:00
ThomasKaiser
630c72775e Small armbianmonitor improvements 2017-08-20 06:47:40 -07:00
ThomasKaiser
680a8ca3d7 Small logging fixes
Added lspci, fixed verbosity reading, when lshw is installed even more verbose output
2017-08-20 06:10:11 -07:00
zador-blood-stained
2c0115d780 Refactor BSP directory structure 2017-07-24 16:38:00 +03:00