Advertisement
Guest User

Theron OpenBSD Outputs

a guest
Dec 28th, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.70 KB | None | 0 0
  1. set timeout { interval 10, frag 30 }
  2. set timeout { tcp.first 300, tcp.opening 60, tcp.established 86400 }
  3. set timeout { tcp.closing 900, tcp.finwait 60, tcp.closed 90 }
  4. set timeout { udp.first 120, udp.single 150, udp.multiple 120 }
  5. set timeout { icmp.first 20, icmp.error 10 }
  6. set timeout { other.first 60, other.single 30, other.multiple 60 }
  7. set timeout { adaptive.start 0, adaptive.end 0 }
  8. set limit { states 500000, frags 100000 }
  9. set loginterface none
  10. set skip on { lo0 enc0 }
  11. set optimization normal
  12. set block-policy drop
  13. set fingerprints "/etc/pf.os"
  14.  
  15.  
  16. root# date;vmstat -i
  17. Fri Dec 28 22:57:00 EET 2012
  18. interrupt                       total     rate
  19. irq0/clock                   91039955      799
  20. irq0/ipi                     17900164      157
  21. irq82/bnx0                   58237357      511
  22. irq98/bnx1                  215829335     1896
  23. irq82/bnx2                      59316        0
  24. irq97/bnx4                    6800293       59
  25. irq80/mfi0                     537214        4
  26. irq82/bnx5                  125670397     1104
  27. irq84/ehci0                     74177        0
  28. Total                       516148208     4534
  29.  
  30. root# date;vmstat -i
  31. Fri Dec 28 22:57:05 EET 2012
  32. interrupt                       total     rate
  33. irq0/clock                   91043954      799
  34. irq0/ipi                     17900210      157
  35. irq82/bnx0                   58237576      511
  36. irq98/bnx1                  215854554     1896
  37. irq82/bnx2                      59317        0
  38. irq97/bnx4                    6800360       59
  39. irq80/mfi0                     537232        4
  40. irq82/bnx5                  125684762     1104
  41. irq84/ehci0                     74177        0
  42. Total                       516192142     4535
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement