SysInfo: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
 
(One intermediate revision by the same user not shown)
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=
   ExtraStationInfo=
   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/>
Tx will only be present in case of a Davis WLL device. <BR/>
Line 37: Line 37:


== 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