Advertisement
Xzu

IRQ Settings

Xzu
Sep 15th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. root@ruknegstudio:~# cat /proc/interrupts
  2. CPU0 CPU1 CPU2 CPU3
  3. 0: 180 1965 61776 557459 IO-APIC-edge timer
  4. 1: 1 12 117 1984 IO-APIC-edge i8042
  5. 7: 1 0 0 0 IO-APIC-edge parport0
  6. 8: 0 0 0 1 IO-APIC-edge rtc0
  7. 9: 0 0 0 0 IO-APIC-fasteoi acpi
  8. 12: 27 2409 14586 142226 IO-APIC-edge i8042
  9. 14: 1 5 179 9592 IO-APIC-edge pata_amd
  10. 15: 0 0 0 0 IO-APIC-edge pata_amd
  11. 17: 0 0 0 0 IO-APIC-fasteoi snd_ice1712
  12. 19: 9 1579 68883 913856 IO-APIC-fasteoi firewire_ohci
  13. 20: 0 2 90 4912 IO-APIC-fasteoi sata_nv
  14. 22: 0 0 0 2 IO-APIC-fasteoi ehci_hcd:usb1
  15. 23: 27 669 5189 101914 IO-APIC-fasteoi sata_nv, ohci_hcd:usb2
  16. 43: 1 12 396 26125 PCI-MSI-edge radeon
  17. 44: 0 3 40 3562 PCI-MSI-edge eth0
  18. NMI: 12 11 12 10 Non-maskable interrupts
  19. LOC: 246949 215913 213934 51494 Local timer interrupts
  20. SPU: 0 0 0 0 Spurious interrupts
  21. PMI: 12 11 12 10 Performance monitoring interrupts
  22. IWI: 0 0 0 0 IRQ work interrupts
  23. RES: 801493 749187 646522 251801 Rescheduling interrupts
  24. CAL: 578 487 686 638 Function call interrupts
  25. TLB: 4030 3549 4195 3657 TLB shootdowns
  26. TRM: 0 0 0 0 Thermal event interrupts
  27. THR: 0 0 0 0 Threshold APIC interrupts
  28. MCE: 0 0 0 0 Machine check exceptions
  29. MCP: 451 451 451 453 Machine check polls
  30. ERR: 1
  31. MIS: 0
  32.  
  33.  
  34. #####################################################################"
  35.  
  36. ################VERSION MODIFIÉE (modified (#here))
  37.  
  38. # /etc/sysconfig/rtirq
  39. # /etc/default/rtirq
  40. #
  41. # Configuration for IRQ thread tunning,
  42. # for realtime-preempt enabled kernels.
  43. #
  44. # This program is free software; you can redistribute it and/or modify it
  45. # under the terms of the GNU General Public License version 2 or later.
  46. #
  47.  
  48. # IRQ thread service names
  49. # (space separated list, from higher to lower priority).
  50. RTIRQ_NAME_LIST="rtc firewire" #here
  51.  
  52. # Highest priority.
  53. RTIRQ_PRIO_HIGH=99 #here
  54.  
  55. # Priority decrease step.
  56. RTIRQ_PRIO_DECR=2 #here
  57.  
  58. # Whether to reset all IRQ threads to SCHED_OTHER.
  59. RTIRQ_RESET_ALL=0
  60.  
  61. # On kernel configurations that support it,
  62. # which services should be NOT threaded
  63. # (space separated list).
  64. RTIRQ_NON_THREADED="" #and here
  65.  
  66. # Process names which will be forced to the
  67. # highest realtime priority range (99-91)
  68. # (space separated list, from highest to lower priority).
  69. # RTIRQ_HIGH_LIST="timer"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement