Overview | Releases | Download | Docs | Links | Help | RecentChanges

SoftwareDiagnostics

Some information is available from the OnlineSoftware tools: To see what processes are running:
ipc_ls -p SCT
To list the contents of the InformationService servers, for example
is_ls -p SCT
is_ls -p SCT -n TestData

To get the status of a particular process (e.g. FittingService, AnalysisService, ArchivingService) choose from the GUI menu o SctGui->tools->scripting->beanshell and do for example:

SI.getAnalysisService().status();
More complex tasks can also be run from this Scripting interface.

Information from the running processes is stored in the directory $HOME/logs/SCT/$USER/ in .out and .err files

See also HardwareDiagnostics?, ModuleDiagnostics.