• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24356
  • Open Date : 2016/06/13 14:16
  • 更新日時 : 2020/10/05 18:06
  • Print

[DataSpider Servista] Is there any method to check whether there is a script being executed at present?

Is there any method to check whether there is a script being executed at present? Though, I wanted to stop the service, I want to check this during the situation where I don't stop the service when there is a script being executed.
Category : 

Answer

It can be checked from any of the below.
 
Tab [Script process] of [Task Manager] in DataSpiderStudio's [Control Panel]
 
 
[Script list] of [Task Manager] of WebConsole
 
->Execution ID, Script Name, Execution User, Start Date, Description and status can be checked.

 
CLI Console’s command "ps"
 
->Owner, Execution ID, Start Date, Project Name and Script Name can be checked.

 
CLI Console’s command "processcount"
 
->The number of scripts in execution can be checked.
 
For checking the scripts in execution from monitoring tools, please confirm it from CLI Console that can be executed from the command prompt or the shell.
 
For details on the method to run CLI Console either from command prompt or shell, please refer to "About CLI batch" from Help "Reference Information".
 
 
・CLI Console