Advertisement
teknoraver

Untitled

May 6th, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. # grep eth0 /proc/interrupts
  2. 40: 7393140 0 0 0 ICU-NSR 39 Level eth0
  3. 41: 0 4904793 0 0 ICU-NSR 43 Level eth0
  4. 42: 0 0 5682571 0 ICU-NSR 47 Level eth0
  5. 43: 0 0 0 12284308 ICU-NSR 51 Level eth0
  6.  
  7. # cat /proc/irq/4{0..3}/smp_affinity_list
  8. 0
  9. 1
  10. 2
  11. 3
  12. # top
  13. PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
  14. 15 root 20 0 0 0 0 S 33,9 0,0 5:39.38 ksoftirqd/1
  15. 9 root 20 0 0 0 0 S 28,6 0,0 6:44.52 ksoftirqd/0
  16. 20 root 20 0 0 0 0 R 16,3 0,0 4:12.66 ksoftirqd/2
  17. 10 root 20 0 0 0 0 I 0,7 0,0 0:03.38 rcu_sched
  18. 25 root 20 0 0 0 0 S 0,3 0,0 2:26.02 ksoftirqd/3
  19.  
  20. root@macchiatobin:~/bptraf# ./bptraf eth0
  21. all: 12920 kpps
  22. all: 12921 kpps
  23. all: 12922 kpps
  24.  
  25. # echo eth0 1 > /sys/devices/platform/pp2/rss/rss_mode
  26. -bash: /sys/devices/platform/pp2/rss/rss_mode: No such file or directory
  27.  
  28. # ll /sys/devices/platform/pp2
  29. ls: cannot access '/sys/devices/platform/pp2': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement