SysInfo: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 13: Line 13:
For the Davis read reception statistics two different cases have to be noted:
For the Davis read reception statistics two different cases have to be noted:
# Davis VP2+ : you need to activate the setting for this (parameter ''DavisReadReceptionStats'')
# Davis VP2+ : you need to activate the setting for this (parameter ''DavisReadReceptionStats'')
# Davis WLL : you need a Pro(+) subscription to be able to access the statistics
# Davis WLL : you need at least a Pro subscription to be able to access the statistics


== Operation ==
== Operation ==
Line 23: Line 23:


== Inifile parameters ==
== Inifile parameters ==
The module has two inifile parameter (see [[Cumulusutils.ini|''cumulusutils.ini'']])
The module has the following inifile parameters (see [[Cumulusutils.ini|''cumulusutils.ini'']])


   [SysInfo]
   [SysInfo]
   ReportWidth=700
   ReportWidth=700
   SystemInfoLinesToSkip=
   SystemInfoLinesToSkip=
   CMXport=8998
   ExtraStationInfo=             ; This is free format info you want to add
  Tx=
  Tx=
 
Tx will only be present in case of a Davis WLL device. <BR/>
If you run your CMX instance on another port than the 8998 default you must change it in the section ''General'' (before version 6.18.3 this was in section ''SysInfo'').
 
Tx is a comma separated list of the transmitters used e.g. Tx=4, 5 <br/>Spaces are allowed in the transmitter string.


== Inner working ==
== Inner working ==
The applications ''lshw'' or ''systeminfo'' are started and the output is edited to what is shown on the output page. Only some information is displayed, the rest is discarded. Under MS Windows the output of the ''systeminfo'' command is displayed up to the line of the pagefile.  
The applications ''lshw, uptime, free, uname, df'' (Linux) or ''systeminfo'' (Windows) are started and the output is edited to what is shown on the output page. Only some information is displayed, the rest is discarded. Under MS Windows the output of the ''systeminfo'' command is displayed up to the line of the pagefile.  


Under MS Windows the user has the ability to skip lines for display by giving the inifile parameter ''SystemInfoLinesToSkip'' a value of a comma separated list of line numbers. So:
Under MS Windows the user has the ability to skip lines for display by giving the inifile parameter ''SystemInfoLinesToSkip'' a value of a comma separated list of line numbers. So:

Navigation menu