"Irqbalance"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
8번째 줄: 8번째 줄:
*[[우분투 12 기본 패키지]]에 포함됨
*[[우분투 12 기본 패키지]]에 포함됨


<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# rpm -qa | grep irqbalance
[root@jmnote ~]# rpm -qa | grep irqbalance
irqbalance-0.55-15.el5
irqbalance-0.55-15.el5
</source>
</source>
<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# service irqbalance status
[root@jmnote ~]# service irqbalance status
irqbalance (pid 7951) is running...
irqbalance (pid 7951) is running...
</source>
</source>
<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# ps -ef | grep irqbalance | grep -v grep
[root@jmnote ~]# 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>
<source lang='dos'>
<source lang='cli'>
root@deb01:~# ps -ef | grep irqbalance | grep -v grep
root@deb01:~# ps -ef | grep irqbalance | grep -v grep
root    20229    1  0 05:44 ?        00:00:00 /usr/sbin/irqbalance
root    20229    1  0 05:44 ?        00:00:00 /usr/sbin/irqbalance

2015년 2월 6일 (금) 02:34 판

1 개요

IRQ balancing daemon; irqbalance
[root@jmnote ~]# rpm -qa | grep irqbalance
irqbalance-0.55-15.el5
[root@jmnote ~]# service irqbalance status
irqbalance (pid 7951) is running...
[root@jmnote ~]# 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 }}