프로세스 확인
ps -ef | grep httpd - httpd 프로세스 확인
ps -ef | grep httpd | wc -l - httpd 프로세스 개수 확인
DB 슬로우쿼리 조회
return $this->_Query_("exec [KSystem].[KR].[dbo].kr_SLGWHStockQuery {$CompanySeq}, {$WHSeq}, {$ItemSeq},'{$ItemNo}', '{$ItemName}', '{$ItemClassName}', {$UMItemClass},'{$ItemClassName1}', {$UMItemClass1}, '{$Date}'");
return $this->_Query_("exec [KSystem].[KR].[dbo].kr_SLGInOutLotInfo {$CompanySeq}, '{$LotNo}'");
if($data = $this->_Query_("EXEC SPHISQUI '{$FrameNo}', '', '', '', 'Q'"))
if($data = $this->_Query_("EXEC SPHISQUI_DEV '{$FrameNo}', '{$ItemNo}', '$EngineNo', '$PurchaseDate', 'I'"))