데몬 스크립트 파일 : /etc/rc.d/init.d/irqbalance
작성자 정보
- 구돌 작성
 - 작성일
 
컨텐츠 정보
- 4,713 조회
 - 0 추천
 - 목록
 
본문
데몬 스크립트 파일 : /etc/rc.d/init.d/irqbalance
irqbalance데몬을 시작하거나 종료하는 스크립트입니다.
irqbalance데몬은 부하분산을 하기위한 목적으로 두개 이상의 CPU를 가진 다중프로세스 시스템상에서 특정 CPU에 대한 인터럽트를 분배하기 위한 데몬입니다.
사용옵션
: start|stop|status|restart|reload|condrestart
데몬파일 : /usr/sbin/irqbalance
스크립트 사용예
| 
   [root@command init.d]# /etc/rc.d/init.d/irqbalance stop Stopping irqbalance: [ OK ] [root@command init.d]# [root@command init.d]# /etc/rc.d/init.d/irqbalance start Starting irqbalance: [ OK ] [root@command init.d]# [root@command init.d]# /etc/rc.d/init.d/irqbalance status irqbalance (pid 5501) is running... [root@command init.d]# [root@command init.d]# /etc/rc.d/init.d/irqbalance restart Stopping irqbalance: [ OK ] Starting irqbalance: [ OK ] [root@command init.d]# [root@command init.d]# ps -ef | grep irq root 5 1 0 09:14 ? 00:00:01 [ksoftirqd_CPU0] root 6 1 0 09:14 ? 00:00:00 [ksoftirqd_CPU1] root 5521 1 0 15:11 ? 00:00:00 irqbalance root 5524 2007 0 15:11 pts/0 00:00:00 grep irq [root@command init.d]#  | 
 
관련자료
- 
			이전
 - 
			다음
 
								