pstree
. ps -aef --forest
. Ausschnitt:...
root 6028 1 0 16:07 ? 00:00:02 synoscgi
root 6266 6028 0 16:07 ? 00:00:01 \_ synoscgi_SYNO.Core.Polling.Data_1_get
root 14828 6028 0 16:25 ? 00:00:01 \_ python3 /usr/syno/synoman/webman/3rdparty/AvrLogger/Ajax.cgi
...
Ajax.cgi
vermehrt sich wie die Fruchtfliegen./var/packages/AvrLogger/target/AvrLogger.py init
root@Buster:~# /var/packages/AvrLogger/target/AvrLogger.py init
+=[ Wellcome to AvrLogger! ]=----------------------------------------------------------+
| SYS: Configuration file has been read. 0.0040 |
| SYS: System-RAM = 1 GB (1048576 kB) 0.0006 |
| SYS: Storage pool has been initialized. 0.0092 |
| SYS: Environmental sensor has been checked. 0.1029 |
| SYS: Speedtest has been initialized. 0.0006 |
| SYS: System sensor sources, network and storage devices checked. 0.2749 |
| SYS: Database file was trimmed to length. 0.0151 |
| SYS: Simple moving average (SMA) prepared for first use. 0.0206 |
| SYS: Cron job initialization executed. 0.0016 |
| SYS: Database read in and line charts prepared. 0.3022 |
| SYS: SVG line chart created. 0.0333 |
| SYS: Configuration file has been updated, saved and made a copy. 0.0073 |
| SYS: Initialization is complete, AvrLogger is ready now. 0.7814 |
+--------------------------------------------------------------------------------------+
| Tick-Time : 3.000 Prescaler : 24 DataBase : 1200 SMA depth : 20 |
| TimeBase : 24 SVG-Tick : 5 |
+--------------------------------------------------------------------------------------+
| Axis #0 : 20 - 60 [ 1] [ 2] [ 4] [ 3] |
| Axis #1 : 0 - 35 [ 0] [ 9] |
| Axis #2 : 0 - 2 [21] [22] |
| Axis #3 : 0 - 2 [11] [12] |
+--------------------------------------------------------------------------------------+
DEBUG: RunOnce -> AvrLogger angehalten ... Time spend : 1.2279
/var/packages/AvrLogger/target/AvrLogger.py debug
root@Buster:~# /var/packages/AvrLogger/target/AvrLogger.py debug
+=[ Wellcome to AvrLogger! ]=----------------------------------------------------------+
| SYS: Configuration file has been read. 0.0043 |
| SYS: System-RAM = 1 GB (1048576 kB) 0.0008 |
| SYS: Storage pool has been initialized. 0.0095 |
| SYS: Environmental sensor has been checked. 0.1019 |
| SYS: Speedtest has been initialized. 0.0006 |
| SYS: System sensor sources, network and storage devices checked. 0.2807 |
| SYS: Database file was trimmed to length. 0.0144 |
| SYS: Simple moving average (SMA) prepared for first use. 0.0208 |
| SYS: Cron job initialization executed. 0.0016 |
| SYS: Database read in and line charts prepared. 0.2987 |
| SYS: SVG line chart created. 0.0334 |
| SYS: Configuration file has been updated, saved and made a copy. 0.0067 |
| SYS: Initialization is complete, AvrLogger is ready now. 0.7827 |
+--------------------------------------------------------------------------------------+
| Tick-Time : 3.000 Prescaler : 24 DataBase : 1200 SMA depth : 20 |
| TimeBase : 24 SVG-Tick : 5 |
+--------------------------------------------------------------------------------------+
| Axis #0 : 20 - 60 [ 1] [ 2] [ 4] [ 3] |
| Axis #1 : 0 - 35 [ 0] [ 9] |
| Axis #2 : 0 - 2 [21] [22] |
| Axis #3 : 0 - 2 [11] [12] |
+--------------------------------------------------------------------------------------+
| Loop # 1 = 11 ( 11) [323] |
| Loop # 2 = 11 ( 11) [323] |
| Loop # 3 = 11 ( 11) [323] |
| Loop # 4 = 11 ( 11) [324] |
| Loop # 5 = 11 ( 11) [324] |
| Loop # 6 = 11 ( 11) [324] |
| Loop # 7 = 11 ( 11) [322] |
| Loop # 8 = 11 ( 11) [323] |
| Loop # 9 = 11 ( 11) [323] |
| Loop #10 = 11 ( 11) [323] |
| Loop #11 = 11 ( 11) [322] |
| Loop #12 = 11 ( 11) [327] |
| Loop #13 = 11 ( 11) [323] |
Ajax.cgi
vermehrt sich wie die Fruchtfliegen.
Stimmt.… hmmm … kann es sein das die DS216se „nur“ 256MB RAM hat?
$ sudo /var/packages/AvrLogger/target/AvrLogger.py init
Password:
+=[ Wellcome to AvrLogger! ]=----------------------------------------------------------+
| SYS: Configuration file has been read. 0.0528 |
| SYS: System-RAM = 0 GB (262144 kB) 2.9203 |
| SYS: Storage pool has been initialized. 15.7801 |
| SYS: Environmental sensor has been checked. 0.0002 |
| SYS: Speedtest has been initialized. 0.0125 |
| SYS: System sensor sources, network and storage devices checked. 0.8861 |
| SYS: Database file was trimmed to length. 0.0050 |
| SYS: Simple moving average (SMA) prepared for first use. 0.0282 |
| SYS: Cron job initialization executed. 0.0160 |
| SYS: Database read in and line charts prepared. 0.2520 |
| SYS: SVG line chart created. 0.1923 |
| SYS: Configuration file has been updated, saved and made a copy. 0.0703 |
| SYS: Initialization is complete, AvrLogger is ready now. 20.3107 |
+--------------------------------------------------------------------------------------+
| Tick-Time : 12.000 Prescaler : 12 DataBase : 600 SMA depth : 10 |
| TimeBase : 24 SVG-Tick : 10 |
+--------------------------------------------------------------------------------------+
| Axis #0 : 20 - 65 [ 1] [ 2] [ 4] |
| Axis #1 : 0 - 100 [ 0] |
+--------------------------------------------------------------------------------------+
Traceback (most recent call last):
File "/var/packages/AvrLogger/target/AvrLogger.py", line 124, in <module>
sAsset = Flow.flowInit()
AttributeError: module 'Flow' has no attribute 'flowInit'
$ sudo /var/packages/AvrLogger/target/AvrLogger.py debug
+=[ Wellcome to AvrLogger! ]=----------------------------------------------------------+
| SYS: Configuration file has been read. 0.0567 |
| SYS: System-RAM = 0 GB (262144 kB) 0.0017 |
| SYS: Storage pool has been initialized. 0.2048 |
| SYS: Environmental sensor has been checked. 0.0002 |
| SYS: Speedtest has been initialized. 0.0013 |
| SYS: System sensor sources, network and storage devices checked. 2.5736 |
| SYS: Database file was trimmed to length. 0.0013 |
| SYS: Simple moving average (SMA) prepared for first use. 0.0880 |
| SYS: Cron job initialization executed. 0.0014 |
| SYS: Database read in and line charts prepared. 0.4260 |
| SYS: SVG line chart created. 0.3602 |
| SYS: Configuration file has been updated, saved and made a copy. 0.1103 |
| SYS: Initialization is complete, AvrLogger is ready now. 4.0787 |
+--------------------------------------------------------------------------------------+
| Tick-Time : 12.000 Prescaler : 12 DataBase : 600 SMA depth : 10 |
| TimeBase : 24 SVG-Tick : 10 |
+--------------------------------------------------------------------------------------+
| Axis #0 : 20 - 65 [ 1] [ 2] [ 4] |
| Axis #1 : 0 - 100 [ 0] |
+--------------------------------------------------------------------------------------+
| Loop # 1 = 46 ( 46) [2622] |
| Loop # 2 = 50 ( 54) [991] |
| Loop # 3 = 88 (164) [1572] |
| Loop # 4 = 81 ( 59) [2492] |
| Loop # 5 = 74 ( 48) [2460] |
| Loop # 6 = 72 ( 61) [1333] |
| Loop # 7 = 68 ( 47) [2192] |
| Loop # 8 = 79 (157) [2074] |
| Loop # 9 = 76 ( 48) [3200] |
| Loop #10 = 72 ( 35) [1349] |
| Loop #11 = 71 ( 58) [1433] |
| Loop # 0 = 68 ( 34) [2114] |
| Loop # 1 = 79 (213) [1173] |
| Loop # 2 = 79 ( 86) [3310] |
| Loop # 3 = 78 ( 67) [1510] |
| Loop # 4 = 77 ( 48) [1502] |
| Loop # 5 = 78 (103) [722] |
| Loop # 6 = 93 (350) [2338] |
| Loop # 7 = 91 ( 51) [3448] |
| Loop # 8 = 88 ( 29) [1348] |
| Loop # 9 = 86 ( 42) [673] |
| Loop #10 = 83 ( 36) [2121] |
| Loop #11 = 86 (140) [3012] |
| Loop # 0 = 84 ( 48) [5332] |
| Loop # 1 = 83 ( 46) [1382] |
| Loop # 2 = 81 ( 28) [2182] |
| Loop # 3 = 81 ( 93) [1296] |
| Loop # 4 = 86 (227) [1632] |
| Loop # 5 = 86 ( 76) [3502] |
| Loop # 6 = 84 ( 35) [4021] |
| Loop # 7 = 83 ( 38) [744] |
| Loop # 8 = 82 ( 62) [1304] |
| Loop # 9 = 84 (134) [2122] |
| Loop #10 = 84 ( 94) [4241] |
| Loop #11 = 83 ( 42) [2034] |
| Loop # 0 = 86 (206) [1381] |
| Loop # 1 = 86 ( 79) [3313] |
Ich komm nicht bis in die Einstellung; die Seitenleiste wird noch angezeigt wenn ich schnell bin, aber nach "Erweitert" klicken kommt nichts mehr. Hast Du „Abfrage Intervall“ in einer Einstellungsdatei die ich über ssh ändern könnte?Du könntest bitte mal den „Abfrage Intervall“ des Java-Skriptes auf 5.0s einstellen, speichern und das Diagramm-Fenster schließen und erneut öffnen. Dann tritt die Änderung in Kraft. Möglicherweise ist die DS216se einfach zu schwach um die Antwort innerhalb des „Abfrage Intervall“ zu beantworten.
/var/packages/AvrLogger/etc/config/log.conf
probiert, PollingFrequency="1500"
=> PollingFrequency="5000"
. Es sieht noch nicht so aus wie auf Deinen Screenshots, aber immerhin seh ich was. 2020.07.16 19:48:39 PreUpgrade: from v3.0.1-002 ...
2020.07.16 19:48:39 PreUpgrade: Settings successfully saved for reuse
2020.07.16 19:48:40 PreUninst : UPGRADE is being prepared ...
2020.07.16 19:48:40 PreUninst : Symbolic link in 3rdparty deleted
---------------------------------------------------------------------------------
2020.07.16 19:48:40 PreInst : Preparing UPGRADE v3.0.1-003
2020.07.16 19:48:42 PostInst : UPGRADE v3.0.1-003
---------------------------------------------------------------------------------
2020.07.16 19:48:42 PostInst : Renamed "/helptoc" to "/.helptoc"
2020.07.16 19:48:42 PostInst : Reuse "/etc"
2020.07.16 19:48:42 PostInst : Config "log.conf" updated
2020.07.16 19:48:42 PostInst : Use of "Shared Memory" is enabled
2020.07.16 19:48:42 PostInst : Config "Default.cnf" created
2020.07.16 19:48:42 PostInst : Config "schedule.conf" created
2020.07.16 19:48:42 PostInst : Symbolic link in 3rdparty created
---------------------------------------------------------------------------------
2020.07.16 19:48:42 AvrLogger v3.0.1-003 UPGRADE successful.
---------------------------------------------------------------------------------
2020.07.16 19:48:47 PKG: AvrLogger was started by DSM ...
2020.07.17 19:19:42 PKG: AvrLogger was stopped by DSM ...
---------------------------------------------------------------------------------
2020.07.17 19:19:43 PreUpgrade: from v3.0.1-003 ...
2020.07.17 19:19:43 PreUpgrade: Settings successfully saved for reuse
2020.07.17 19:19:43 PreUninst : UPGRADE is being prepared ...
2020.07.17 19:19:43 PreUninst : Symbolic link in 3rdparty deleted
---------------------------------------------------------------------------------
2020.07.17 19:19:43 PreInst : Preparing UPGRADE v3.0.1-003
2020.07.17 19:19:45 PostInst : UPGRADE v3.0.1-003
---------------------------------------------------------------------------------
2020.07.17 19:19:45 PostInst : Renamed "/helptoc" to "/.helptoc"
2020.07.17 19:19:45 PostInst : Reuse "/etc"
2020.07.17 19:19:45 PostInst : Config "log.conf" updated
2020.07.17 19:19:45 PostInst : Use of "Shared Memory" is enabled
2020.07.17 19:19:45 PostInst : Config "Default.cnf" created
2020.07.17 19:19:45 PostInst : Config "schedule.conf" created
2020.07.17 19:19:45 PostInst : Symbolic link in 3rdparty created
---------------------------------------------------------------------------------
2020.07.17 19:19:45 AvrLogger v3.0.1-003 UPGRADE successful.
---------------------------------------------------------------------------------
2020.07.17 19:19:47 PKG: AvrLogger was started by DSM ...
2020.07.17 19:20:50 BaseException in : "cgi_main.main"
Called Page : [Hdd-+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme0n1'
2020.07.17 19:20:53 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:20:56 BaseException in : "cgi_main.main"
Called Page : [Hdd-view+sda]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:20:59 BaseException in : "cgi_main.main"
Called Page : [Hdd-view+sdb]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:21:01 BaseException in : "cgi_main.main"
Called Page : [Hdd-view+sdc]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme0n1'
2020.07.17 19:21:02 BaseException in : "cgi_main.main"
Called Page : [Hdd-view+sdd]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:21:06 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme0n1'
2020.07.17 19:21:18 BaseException in : "cgi_main.main"
Called Page : [Hdd-+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:21:20 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:21:21 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:21:24 BaseException in : "cgi_main.main"
Called Page : [Hdd-view+sda]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:21:26 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:21:29 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:21:31 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme0n1'
2020.07.17 19:21:32 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme0n1'
2020.07.17 19:21:33 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme1n1'
2020.07.17 19:21:34 BaseException in : "cgi_main.main"
Called Page : [Hdd-list+]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme0n1'
2020.07.17 19:21:55 BaseException in : "cgi_main.main"
Called Page : [Hdd-view+sda]
Traceback (most recent call last):
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/AvrLogger.cgi", line 203, in Main
sNext = cgi_main.main ( mainpage, site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/cgi_main.py", line 131, in main
if index != None : objModule[ index ].sub( site, more )
File "/usr/syno/synoman/webman/3rdparty/AvrLogger/gui/mod_Hdd.py", line 131, in sub
sDrives = sDisks[ sDev ]
KeyError: 'nvme0n1'
Drüber schlafen ist oft der beste Ansatz!In aller Ehre... es wäre mal gut, wenn du mal runterkommst und dir eine ordentliche Pause gönnst... Danach siehst du alles wieder klarer.
Von mir auch. Ich bewundere Dein zähes Dranbleiben.An dieser Stelle DANKE!
Keine HD Anzeigen mehr bei mir :-(
/var/packages/AvrLogger/etc/config/log.conf
hat es geholfen die Zeile PollingFrequency="1500"
auf PollingFrequency="5000"
zu ändern, seh ich schon mal mehr. Falls Du Webmin installiert hast geht das recht einfach./var/packages/AvrLogger/etc/config/log.conf
steht aber PopUpStickyOn="Yes"
| LAN | ...Diagrammfläche... | HDD |
|MiB/s| ...Diagrammfläche... |MiB/s|
Dann guckst Du aus Perspektive der CPU.Ein Abwärtspfeil sagt mir da kommt was rein, wie beim Download. Ob das dann wegen LAN oder HDD ist, wäre daher egal.
Stimmt. Sieht gut aus.Aber nun habe ich alle Einträge linksbündig angeordnet und das schaut recht ordentlich aus.
Ich guck instinktiv aus Sicht der DS: alles was die Flußrichtung Extern>LAN>DS>HDD hat ist "runtergeladen", und mich kratzt es jedesmal wenn da der HDD-Pfeil noch oben zeigt.
Könnte sogar ein Standard sein, das als I/O (dh aus Sicht der CPU) zu definieren. Keine Ahnung. ~:-|Trotzdem versetze ich mich in die Lage der Komponente, die dort protokolliert wird.
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.