"Irqbalance"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
9번째 줄: 9번째 줄:


<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# rpm -qa | grep irqbalance
[root@zetawiki ~]# rpm -qa | grep irqbalance
irqbalance-0.55-15.el5
irqbalance-0.55-15.el5
</source>
</source>
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# service irqbalance status
[root@zetawiki ~]# service irqbalance status
irqbalance (pid 7951) is running...
irqbalance (pid 7951) is running...
</source>
</source>
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# ps -ef | grep irqbalance | grep -v grep
[root@zetawiki ~]# ps -ef | grep irqbalance | grep -v grep
root      7951    1  0 Oct01 ?        00:06:28 irqbalance
root      7951    1  0 Oct01 ?        00:06:28 irqbalance
</source>
</source>

2015년 2월 12일 (목) 00:46 판

1 개요

IRQ balancing daemon; irqbalance
[root@zetawiki ~]# rpm -qa | grep irqbalance
irqbalance-0.55-15.el5
[root@zetawiki ~]# service irqbalance status
irqbalance (pid 7951) is running...
[root@zetawiki ~]# ps -ef | grep irqbalance | grep -v grep
root      7951     1  0 Oct01 ?        00:06:28 irqbalance
root@deb01:~# ps -ef | grep irqbalance | grep -v grep
root     20229     1  0 05:44 ?        00:00:00 /usr/sbin/irqbalance

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}