sql: started http: started eventd: started monitor: started scheduler: started server: started watchdog: started #### : : $command = "dfm service list"; @status = system($command); for ($x=0; $x<@status;$x++) { @sql_status = split /\s/, $status[$x]; }