Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2009
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. cat /proc/cpuinfo
  2. processor : 0
  3. vendor_id : GenuineIntel
  4. cpu family : 6
  5. model : 23
  6. model name : Intel(R) Xeon(R) CPU X5450 @ 3.00GHz
  7. stepping : 6
  8. cpu MHz : 2992.636
  9. cache size : 6144 KB
  10. physical id : 0
  11. siblings : 4
  12. core id : 0
  13. cpu cores : 4
  14. fdiv_bug : no
  15. hlt_bug : no
  16. f00f_bug : no
  17. coma_bug : no
  18. fpu : yes
  19. fpu_exception : yes
  20. cpuid level : 10
  21. wp : yes
  22. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
  23. bogomips : 5988.11
  24.  
  25. # cat /proc/interrupts
  26. CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
  27. 0: 29534824 29578923 29535698 29625681 29546383 29499446 29432830 29552329 IO-APIC-edge timer
  28. 1: 0 1 1 0 0 0 1 0 IO-APIC-edge i8042
  29. 9: 0 0 0 0 0 0 0 0 IO-APIC-level acpi
  30. 12: 2 0 0 0 2 0 0 0 IO-APIC-edge i8042
  31. 14: 24 22 21 19 25 22 19 17 IO-APIC-edge ide0
  32. 66: 66 72 74 64 63 65 66 68 IO-APIC-level ehci_hcd:usb1, uhci_hcd:usb2, uhci_hcd:usb4
  33. 74: 6 7 5 8 8 8 4 5 IO-APIC-level uhci_hcd:usb3, uhci_hcd:usb5
  34. 82: 2359676405 0 0 0 0 0 0 0 PCI-MSI eth0
  35. 90: 2313621300 0 0 0 0 0 0 0 PCI-MSI eth1
  36. 169: 4072860 4028158 4071384 3981411 4060702 4107641 4174263 4054763 IO-APIC-level megasas
  37. NMI: 0 0 0 0 0 0 0 0
  38. LOC: 236305520 236305518 236305519 236305518 236305517 236305516 236305515 236305514
  39. ERR: 0
  40. MIS: 0
  41.  
  42. netstat -s
  43. Ip:
  44. 3841130814 total packets received
  45. 0 forwarded
  46. 0 incoming packets discarded
  47. 3839996451 incoming packets delivered
  48. 3659190274 requests sent out
  49. Icmp:
  50. 1737693 ICMP messages received
  51. 0 input ICMP message failed.
  52. ICMP input histogram:
  53. destination unreachable: 2
  54. timeout in transit: 555283
  55. echo requests: 1182408
  56. 1182410 ICMP messages sent
  57. 0 ICMP messages failed
  58. ICMP output histogram:
  59. destination unreachable: 2
  60. echo replies: 1182408
  61. Tcp:
  62. 19062 active connections openings
  63. 1531859059 passive connection openings
  64. 14592330 failed connection attempts
  65. 5329008 connection resets received
  66. 608 connections established
  67. 3837011391 segments received
  68. 3588596307 segments send out
  69. 69247857 segments retransmited
  70. 83875 bad segments received.
  71. 8249920 resets sent
  72. Udp:
  73. 113018 packets received
  74. 1 packets to unknown port received.
  75. 0 packet receive errors
  76. 163701 packets sent
  77. TcpExt:
  78. 7747327 invalid SYN cookies received
  79. 14582829 resets received for embryonic SYN_RECV sockets
  80. 243 ICMP packets dropped because they were out-of-window
  81. 590 ICMP packets dropped because socket was locked
  82. 1461974240 TCP sockets finished time wait in fast timer
  83. 2254779 delayed acks sent
  84. 161306 delayed acks further delayed because of locked socket
  85. Quick ack mode was activated 13243283 times
  86. 260451 times the listen queue of a socket overflowed
  87. 260451 SYNs to LISTEN sockets ignored
  88. 9704 packets directly queued to recvmsg prequeue.
  89. 1429963 packets directly received from backlog
  90. 78727 packets directly received from prequeue
  91. 14557600 packets header predicted
  92. 994 packets header predicted and directly queued to user
  93. 3341075363 acknowledgments not containing data received
  94. 358355 predicted acknowledgments
  95. 994 times recovered from packet loss due to fast retransmit
  96. 57512 times recovered from packet loss due to SACK data
  97. 18834 bad SACKs received
  98. Detected reordering 349 times using FACK
  99. Detected reordering 2233 times using SACK
  100. Detected reordering 2 times using reno fast retransmit
  101. Detected reordering 27065 times using time stamp
  102. 3212 congestion windows fully recovered
  103. 179570 congestion windows partially recovered using Hoe heuristic
  104. TCPDSACKUndo: 52191
  105. 72942 congestion windows recovered after partial ack
  106. 67618 TCP data loss events
  107. 60959 timeouts after reno fast retransmit
  108. 11909270 timeouts after SACK recovery
  109. 1317136 timeouts in loss state
  110. 122112 fast retransmits
  111. 168980 forward retransmits
  112. 11324921 retransmits in slow start
  113. 33986920 other TCP timeouts
  114. TCPRenoRecoveryFail: 132
  115. 156 sack retransmits failed
  116. 12810783 DSACKs sent for old packets
  117. 73794 DSACKs sent for out of order packets
  118. 2777426 DSACKs received
  119. 278 DSACKs for out of order packets received
  120. 134298 connections reset due to unexpected data
  121. 7989 connections reset due to early user close
  122. 844283 connections aborted due to timeout
  123.  
  124. # mpstat -P ALL 1
  125. 11:04:23 AM CPU %user %nice %sys %iowait %irq %soft %steal %idle intr/s
  126. 11:04:24 AM all 2.00 0.00 1.62 0.00 0.00 3.38 0.00 93.00 25555.00
  127. 11:04:24 AM 0 15.00 0.00 13.00 0.00 1.00 27.00 0.00 44.00 24677.00
  128. 11:04:24 AM 1 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01 125.00
  129. 11:04:24 AM 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 125.00
  130. 11:04:24 AM 3 0.00 0.00 0.00 1.00 0.00 0.00 0.00 99.00 125.00
  131. 11:04:24 AM 4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 125.00
  132. 11:04:24 AM 5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 126.00
  133. 11:04:24 AM 6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 125.00
  134. 11:04:24 AM 7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 126.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement