Main Process Monitoring
Flow Service's main process can monitor the running status as below by running operation system.
Windows
From "Start" menu
If user starts Flow Service from Windows "Start" menu, he can monitor the running status by checking whether Flow Service's main process name is existing or not.
Flow Service's main process name is flowsvc.exe.
From Service
If user starts Flow Service from Windows Service, he can confirm the running status of service by net command of Windows.
C:\>NET START Next Windows Service is beginning. ・・・・ ASTERIA WARP Flow Service ・・・・ Command ended normally. |
UNIX
If Flow Service is started from UNIX, Flow Service main process will output process ID into [INSTALL_DIR] /flow/log/flowsvc.pid file. The running status of the main process can be checked by monitoring the process ID.