linccce

My Rig settings

Aug 20th, 2014
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 36.46 KB | None | 0 0
  1. DirectAdmin roughly running 72 accounts, most of them are lightweight php based websites, 1 is really heavy Joomla website, with forums, gallery, messaging system, lots of users. So a lot of MySQL queries.
  2.  
  3. DirectAdmin settings:
  4. cat directadmin.conf
  5. SSL=0
  6. addip=/usr/local/directadmin/scripts/addip
  7. admin_helper=admin.site-helper.com
  8. admindir=./data/admin
  9. apache_public_html=0
  10. apache_ver=2.0
  11. apachecert=/etc/httpd/conf/ssl.crt/server.crt
  12. apacheconf=/etc/httpd/conf/extra/directadmin-vhosts.conf
  13. apacheips=/etc/httpd/conf/ips.conf
  14. apachekey=/etc/httpd/conf/ssl.key/server.key
  15. apachelogdir=/var/log/httpd/domains
  16. apachemimetypes=/etc/mime.types
  17. backup_hard_link_check=0
  18. brute_force_log_scanner=0
  19. brute_force_time_limit=120
  20. brutecount=10
  21. bruteforce=1
  22. cacert=/usr/local/directadmin/conf/cacert.pem
  23. cakey=/usr/local/directadmin/conf/cakey.pem
  24. check_partitions=2
  25. check_subdomain_owner=1
  26. clear_blacklist_ip_time=700
  27. clear_brute_log_entry_time=3
  28. clear_brute_log_time=24
  29. cloud_cache=0
  30. cluster=0
  31. demodocsroot=./data/skins/enhanced
  32. docsroot=./data/skins/enhanced
  33. dovecot=1
  34. emailspoolvirtual=/var/spool/virtual
  35. emailvirtual=/etc/virtual
  36. enforce_difficult_passwords=0
  37. ethernet_dev=venet0:0
  38. exempt_local_block=1
  39. filemanager_du=1
  40. fm_dir_permissons=755
  41. fm_file_permissions=644
  42. fm_owners=|USER|:|GROUP|
  43. frontpage_on=0
  44. ftpconfig=/etc/proftpd.conf
  45. ftppasswd=/etc/proftpd.passwd
  46. ftpvhosts=/etc/proftpd.vhosts.conf
  47. ip_brutecount=1000
  48. license=/usr/local/directadmin/conf/license.key
  49. log_rotate_size=5
  50. logdir=/var/log/directadmin
  51. logger=/usr/local/directadmin/logger
  52. loghostname=0
  53. login_history=10
  54. logs_to_keep=5
  55. lost_password=0
  56. max_username_length=10
  57. maxfilesize=104857600
  58. mysqlconf=/usr/local/directadmin/conf/mysql.conf
  59. namedconfig=/etc/bind/named.conf
  60. nameddir=/etc/bind
  61. nginx=0
  62. nginx_proxy=0
  63. numservers=5
  64. owsadm=/usr/local/frontpage/version5.0/bin/owsadm.exe
  65. partition_usage_threshold=90
  66. pureftp=1
  67. purge_spam_days=0
  68. quota_partition=/
  69. quota_update_interval=10
  70. removeip=/usr/local/directadmin/scripts/removeip
  71. reseller_helper=reseller.site-helper.com
  72. secure_access_group=access
  73. servername=vps51.lithost.lt
  74. serverpath=/usr/local/directadmin
  75. session_minutes=60
  76. skinsdir=./data/skins
  77. sshdconfig=/etc/ssh/sshd_config
  78. ssl_cipher=SSLv3
  79. taskqueue=/usr/local/directadmin/data/task.queue
  80. templates=/usr/local/directadmin/data/templates
  81. ticketsdir=/usr/local/directadmin/data/tickets
  82. timeout=60
  83. tmpdir=../../../home/tmp
  84. unified_ftp_password_file=1
  85. user_brutecount=1000
  86. user_can_select_skin=1
  87. user_helper=www.site-helper.com
  88. userdata=./data/users
  89.  
  90. MySQL current configs:
  91.  
  92. [mysqld]
  93. max_connections=40
  94. join_buffer_size = 4M
  95. tmp_table_size = 300M
  96. max_heap_table_size = 300M
  97. query_cache_size = 128M
  98. query_cache_limit = 20M
  99. key_buffer=64M
  100. key_buffer_size = 1G
  101. thread_cache_size = 16K
  102. open_files_limit = 10000
  103. table_cache = 14k
  104. table_open_cache = 14k
  105. table_definition_cache = 44k
  106. innodb_buffer_pool_size = 1024M
  107. slow_query_log
  108. local-infile=0
  109. low_priority_updates=1
  110. concurrent_insert=ALWAYS
  111. long_query_time = 5
  112. innodb_file_per_table=1
  113. connect_timeout = 14400
  114. interactive_timeout = 14400
  115.  
  116. #innodb_optimize_fulltext_only=1
  117. #innodb_ft_num_word_optimize=2000
  118. #log-bin=/home/mysql/
  119. log-bin-index=/usr/local/mysql/data/
  120. #performance schema = 'ON' #sitas gali po restarto mysql startuoti, dar nebandytas.
  121. read_buffer_size = 256K
  122.  
  123. log_queries_not_using_indexes =1
  124. long_query_time = 2
  125.  
  126. # INNODB #
  127. #innodb_flush_method            = O_DIRECT
  128. #innodb_log_files_in_group      = 2
  129. #innodb_log_file_size            = 128M
  130. #innodb_flush_log_at_trx_commit  = 2
  131. #innodb_file_per_table          = 1
  132. #innodb_buffer_pool_size        = 2G
  133.  
  134. #skip-host-cache
  135. #skip-name-resolve
  136.  
  137. mysqltuner.pl
  138.  
  139.  >>  MySQLTuner 1.3.0 - Major Hayden <major@mhtx.net>
  140.  >>  Bug reports, feature requests, and downloads at http://mysqltuner.com/
  141.  >>  Run with '--help' for additional options and output filtering
  142. [OK] Currently running supported MySQL version 5.5.37-log
  143. [OK] Operating on 64-bit architecture
  144.  
  145. -------- Storage Engine Statistics -------------------------------------------
  146. [--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MRG_MYISAM
  147. [--] Data in MyISAM tables: 1G (Tables: 3314)
  148. [--] Data in InnoDB tables: 775M (Tables: 1391)
  149. [--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
  150. [--] Data in MEMORY tables: 0B (Tables: 4)
  151. [!!] Total fragmented tables: 285
  152.  
  153. -------- Security Recommendations  -------------------------------------------
  154. [OK] All database users have passwords assigned
  155.  
  156. -------- Performance Metrics -------------------------------------------------
  157. [--] Up for: 39d 18h 30m 19s (3B q [954.863 qps], 10M conn, TX: 3898B, RX: 192B)
  158. [--] Reads / Writes: 77% / 23%
  159. [--] Total buffers: 2.4G global + 6.8M per thread (40 max threads)
  160. [OK] Maximum possible memory usage: 2.7G (44% of installed RAM)
  161. [OK] Slow queries: 0% (6M/3B)
  162. [!!] Highest connection usage: 100%  (41/40)
  163. [OK] Key buffer size / total MyISAM indexes: 1.0G/361.7M
  164. [OK] Key buffer hit rate: 100.0% (333M cached / 53K reads)
  165. [OK] Query cache efficiency: 99.6% (3B cached / 3B selects)
  166. [!!] Query cache prunes per day: 180004
  167. [OK] Sorts requiring temporary tables: 0% (10K temp sorts / 3M sorts)
  168. [!!] Joins performed without indexes: 444369
  169. [!!] Temporary tables created on disk: 33% (1M on disk / 4M total)
  170. [OK] Thread cache hit rate: 99% (41 created / 10M connections)
  171. [!!] Table cache hit rate: 1% (8K open / 495K opened)
  172. [OK] Open file limit used: 32% (9K/28K)
  173. [OK] Table locks acquired immediately: 99% (18M immediate / 18M locks)
  174. [OK] InnoDB buffer pool / data size: 1.0G/775.8M
  175. [OK] InnoDB log waits: 0
  176. -------- Recommendations -----------------------------------------------------
  177. General recommendations:
  178.     Run OPTIMIZE TABLE to defragment tables for better performance
  179.     Reduce or eliminate persistent connections to reduce connection usage
  180.     Adjust your join queries to always utilize indexes
  181.     Temporary table size is already large - reduce result set size
  182.     Reduce your SELECT DISTINCT queries without LIMIT clauses
  183.     Increase table_cache gradually to avoid file descriptor limits
  184.     Read this before increasing table_cache over 64: http://bit.ly/1mi7c4C
  185. Variables to adjust:
  186.     max_connections (> 40)
  187.     wait_timeout (< 28800)
  188.     interactive_timeout (< 14400)
  189.     query_cache_size (> 128M)
  190.     join_buffer_size (> 4.0M, or always use indexes with joins)
  191.     table_cache (> 14336)
  192.  
  193. ./tuning-primer.sh
  194.  
  195.         -- MYSQL PERFORMANCE TUNING PRIMER --
  196.              - By: Matthew Montgomery -
  197.  
  198. MySQL Version 5.5.37-log x86_64
  199.  
  200. Uptime = 39 days 18 hrs 41 min 53 sec
  201. Avg. qps = 954
  202. Total Questions = 3281825174
  203. Threads Connected = 1
  204.  
  205. Server has been running for over 48hrs.
  206. It should be safe to follow these recommendations
  207.  
  208. To find out more information on how each of these
  209. runtime variables effects performance visit:
  210. http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html
  211. Visit http://www.mysql.com/products/enterprise/advisors.html
  212. for info about MySQL's Enterprise Monitoring and Advisory Service
  213.  
  214. SLOW QUERIES
  215. The slow query log is enabled.
  216. Current long_query_time = 2.000000 sec.
  217. You have 6936462 out of 3281825195 that take longer than 2.000000 sec. to complete
  218. Your long_query_time seems to be fine
  219.  
  220. BINARY UPDATE LOG
  221. The binary update log is NOT enabled.
  222. You will not be able to do point in time recovery
  223. See http://dev.mysql.com/doc/refman/5.5/en/point-in-time-recovery.html
  224.  
  225. WORKER THREADS
  226. Current thread_cache_size = 16384
  227. Current threads_cached = 40
  228. Current threads_per_sec = 0
  229. Historic threads_per_sec = 0
  230. Your thread_cache_size is fine
  231.  
  232. MAX CONNECTIONS
  233. Current max_connections = 40
  234. Current threads_connected = 1
  235. Historic max_used_connections = 41
  236. The number of used connections is 102% of the configured maximum.
  237. You should raise max_connections
  238.  
  239. INNODB STATUS
  240. Current InnoDB index space = 263 M
  241. Current InnoDB data space = 775 M
  242. Current InnoDB buffer pool free = 0 %
  243. Current innodb_buffer_pool_size = 1.00 G
  244. Depending on how much space your innodb indexes take up it may be safe
  245. to increase this value to up to 2 / 3 of total system memory
  246.  
  247. MEMORY USAGE
  248. Max Memory Ever Allocated : 2.41 G
  249. Configured Max Per-thread Buffers : 270 M
  250. Configured Max Global Buffers : 2.14 G
  251. Configured Max Memory Limit : 2.40 G
  252. Physical Memory : 6.00 G
  253. Max memory limit seem to be within acceptable norms
  254.  
  255. KEY BUFFER
  256. Current MyISAM index space = 361 M
  257. Current key_buffer_size = 1.00 G
  258. Key cache miss rate is 1 : 6249
  259. Key buffer free ratio = 77 %
  260. Your key_buffer_size seems to be fine
  261.  
  262. QUERY CACHE
  263. Query cache is enabled
  264. Current query_cache_size = 128 M
  265. Current query_cache_used = 111 M
  266. Current query_cache_limit = 20 M
  267. Current Query cache Memory fill ratio = 87.11 %
  268. Current query_cache_min_res_unit = 4 K
  269. However, 7159732 queries have been removed from the query cache due to lack of memory
  270. Perhaps you should raise query_cache_size
  271. MySQL won't cache query results that are larger than query_cache_limit in size
  272.  
  273. SORT OPERATIONS
  274. Current sort_buffer_size = 2 M
  275. Current read_rnd_buffer_size = 256 K
  276. Sort buffer seems to be fine
  277.  
  278. JOINS
  279. Current join_buffer_size = 4.00 M
  280. You have had 443748 queries where a join could not use an index properly
  281. You have had 713 joins without keys that check for key usage after each row
  282. join_buffer_size >= 4 M
  283. This is not advised
  284. You should enable "log-queries-not-using-indexes"
  285. Then look for non indexed joins in the slow query log.
  286.  
  287. OPEN FILES LIMIT
  288. Current open_files_limit = 28722 files
  289. The open_files_limit should typically be set to at least 2x-3x
  290. that of table_cache if you have heavy MyISAM usage.
  291. Your open_files_limit value seems to be fine
  292.  
  293. TABLE CACHE
  294. Current table_open_cache = 14336 tables
  295. Current table_definition_cache = 45056 tables
  296. You have a total of 4750 tables
  297. You have 8106 open tables.
  298. The table_cache value seems to be fine
  299.  
  300. TEMP TABLES
  301. Current max_heap_table_size = 300 M
  302. Current tmp_table_size = 300 M
  303. Of 3008164 temp tables, 33% were created on disk
  304. Perhaps you should increase your tmp_table_size and/or max_heap_table_size
  305. to reduce the number of disk-based temporary tables
  306. Note! BLOB and TEXT columns are not allow in memory tables.
  307. If you are using these columns raising these values might not impact your
  308. ratio of on disk temp tables.
  309.  
  310. TABLE SCANS
  311. Current read_buffer_size = 256 K
  312. Current table scan ratio = 4577 : 1
  313. You have a high ratio of sequential access requests to SELECTs
  314. You may benefit from raising read_buffer_size and/or improving your use of indexes.
  315.  
  316. TABLE LOCKING
  317. Current Lock Wait ratio = 1 : 23492
  318. Your table locking seems to be fine
  319.  
  320. Host machine hardware:
  321. node1
  322.     description: Rack Mount Chassis
  323.     product: PowerEdge 2950
  324.     vendor: Dell Inc.
  325.     serial: 249N5D1
  326.     width: 64 bits
  327.     capabilities: smbios-2.5 dmi-2.5 vsyscall64 vsyscall32
  328.     configuration: boot=normal chassis=rackmount uuid=44454C4C-3400-1039-804E-B2C04F354431
  329.   *-core
  330.        description: Motherboard
  331.        product: 0DT021
  332.        vendor: Dell Inc.
  333.        physical id: 0
  334.        version: A02
  335.        serial: ..CN1374074P006Q.
  336.      *-firmware
  337.           description: BIOS
  338.           vendor: Dell Inc.
  339.           physical id: 0
  340.           version: 2.7.0 (10/30/2010)
  341.           size: 64KiB
  342.           capacity: 960KiB
  343.           capabilities: isa pci pnp upgrade shadowing escd cdboot bootselect edd int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb biosbootspecification netboot
  344.      *-cpu:0
  345.           description: CPU
  346.           product: Intel(R) Xeon(R) CPU           E5345  @ 2.33GHz
  347.           vendor: Intel Corp.
  348.           physical id: 400
  349.           bus info: cpu@0
  350.           version: Intel(R) Xeon(R) CPU           E5345  @ 2.33GHz
  351.           slot: CPU1
  352.           size: 2333MHz
  353.           capacity: 3600MHz
  354.           width: 64 bits
  355.           clock: 1333MHz
  356.           capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca lahf_lm tpr_shadow
  357.         *-cache:0
  358.              description: L1 cache
  359.              physical id: 700
  360.              size: 128KiB
  361.              capacity: 128KiB
  362.              capabilities: internal write-back data
  363.         *-cache:1
  364.              description: L2 cache
  365.              physical id: 701
  366.              size: 8MiB
  367.              capacity: 8MiB
  368.              capabilities: internal write-back unified
  369.      *-cpu:1
  370.           description: CPU
  371.           product: Intel(R) Xeon(R) CPU           E5345  @ 2.33GHz
  372.           vendor: Intel Corp.
  373.           physical id: 401
  374.           bus info: cpu@1
  375.           version: Intel(R) Xeon(R) CPU           E5345  @ 2.33GHz
  376.           slot: CPU2
  377.           size: 2333MHz
  378.           capacity: 3600MHz
  379.           width: 64 bits
  380.           clock: 1333MHz
  381.           capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca lahf_lm tpr_shadow
  382.         *-cache:0
  383.              description: L1 cache
  384.              physical id: 703
  385.              size: 128KiB
  386.              capacity: 128KiB
  387.              capabilities: internal write-back data
  388.         *-cache:1
  389.              description: L2 cache
  390.              physical id: 704
  391.              size: 8MiB
  392.              capacity: 8MiB
  393.              capabilities: internal write-back unified
  394.      *-memory
  395.           description: System Memory
  396.           physical id: 1000
  397.           slot: System board or motherboard
  398.           size: 32GiB
  399.         *-bank:0
  400.              description: FB-DIMM DDR2 FB-DIMM Synchronous 667 MHz (1.5 ns)
  401.              product: HYMP151F72CP8D5-Y5
  402.              vendor: 80AD7FB380AD
  403.              physical id: 0
  404.              serial: 02291806
  405.              slot: DIMM1
  406.              size: 4GiB
  407.              width: 64 bits
  408.              clock: 667MHz (1.5ns)
  409.         *-bank:1
  410.              description: FB-DIMM DDR2 FB-DIMM Synchronous 667 MHz (1.5 ns)
  411.              product: HYMP151F72CP8D5-Y5
  412.              vendor: 80AD7FB380AD
  413.              physical id: 1
  414.              serial: 0229100E
  415.              slot: DIMM2
  416.              size: 4GiB
  417.              width: 64 bits
  418.              clock: 667MHz (1.5ns)
  419.         *-bank:2
  420.              description: FB-DIMM DDR2 FB-DIMM Synchronous 667 MHz (1.5 ns)
  421.              product: HYMP151F72CP8D5-Y5
  422.              vendor: 80AD7FB380AD
  423.              physical id: 2
  424.              serial: 02291604
  425.              slot: DIMM3
  426.              size: 4GiB
  427.              width: 64 bits
  428.              clock: 667MHz (1.5ns)
  429.         *-bank:3
  430.              description: FB-DIMM DDR2 FB-DIMM Synchronous 667 MHz (1.5 ns)
  431.              product: HYMP151F72CP8D5-Y5
  432.              vendor: 80AD7FB380AD
  433.              physical id: 3
  434.              serial: 02291206
  435.              slot: DIMM4
  436.              size: 4GiB
  437.              width: 64 bits
  438.              clock: 667MHz (1.5ns)
  439.         *-bank:4
  440.              description: FB-DIMM DDR2 FB-DIMM Synchronous 667 MHz (1.5 ns)
  441.              product: HYMP151F72CP8D5-Y5
  442.              vendor: 80AD7FB380AD
  443.              physical id: 4
  444.              serial: 0229190D
  445.              slot: DIMM5
  446.              size: 4GiB
  447.              width: 64 bits
  448.              clock: 667MHz (1.5ns)
  449.         *-bank:5
  450.              description: FB-DIMM DDR2 FB-DIMM Synchronous 667 MHz (1.5 ns)
  451.              product: HYMP151F72CP8D5-Y5
  452.              vendor: 80AD7FB380AD
  453.              physical id: 5
  454.              serial: 02291905
  455.              slot: DIMM6
  456.              size: 4GiB
  457.              width: 64 bits
  458.              clock: 667MHz (1.5ns)
  459.         *-bank:6
  460.              description: FB-DIMM DDR2 FB-DIMM Synchronous 667 MHz (1.5 ns)
  461.              product: HYMP151F72CP8D5-Y5
  462.              vendor: 80AD7FB380AD
  463.              physical id: 6
  464.              serial: 0229130D
  465.              slot: DIMM7
  466.              size: 4GiB
  467.              width: 64 bits
  468.              clock: 667MHz (1.5ns)
  469.         *-bank:7
  470.              description: FB-DIMM DDR2 FB-DIMM Synchronous 667 MHz (1.5 ns)
  471.              product: HYMP151F72CP8D5-Y5
  472.              vendor: 80AD7FB380AD
  473.              physical id: 7
  474.              serial: 02291006
  475.              slot: DIMM8
  476.              size: 4GiB
  477.              width: 64 bits
  478.              clock: 667MHz (1.5ns)
  479.      *-pci:0
  480.           description: Host bridge
  481.           product: 5000X Chipset Memory Controller Hub
  482.           vendor: Intel Corporation
  483.           physical id: 100
  484.           bus info: pci@0000:00:00.0
  485.           version: 12
  486.           width: 32 bits
  487.           clock: 33MHz
  488.         *-pci:0
  489.              description: PCI bridge
  490.              product: 5000 Series Chipset PCI Express x4 Port 2
  491.              vendor: Intel Corporation
  492.              physical id: 2
  493.              bus info: pci@0000:00:02.0
  494.              version: 12
  495.              width: 32 bits
  496.              clock: 33MHz
  497.              capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
  498.              configuration: driver=pcieport
  499.              resources: irq:88 memory:f2000000-f7ffffff
  500.            *-pci:0
  501.                 description: PCI bridge
  502.                 product: 6311ESB/6321ESB PCI Express Upstream Port
  503.                 vendor: Intel Corporation
  504.                 physical id: 0
  505.                 bus info: pci@0000:06:00.0
  506.                 version: 01
  507.                 width: 32 bits
  508.                 clock: 33MHz
  509.                 capabilities: pci pciexpress pm normal_decode bus_master cap_list
  510.                 resources: memory:f4000000-f7ffffff
  511.               *-pci:0
  512.                    description: PCI bridge
  513.                    product: 6311ESB/6321ESB PCI Express Downstream Port E1
  514.                    vendor: Intel Corporation
  515.                    physical id: 0
  516.                    bus info: pci@0000:07:00.0
  517.                    version: 01
  518.                    width: 32 bits
  519.                    clock: 33MHz
  520.                    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
  521.                    resources: memory:f4000000-f7ffffff
  522.                  *-pci
  523.                       description: PCI bridge
  524.                       product: EPB PCI-Express to PCI-X Bridge
  525.                       vendor: Broadcom
  526.                       physical id: 0
  527.                       bus info: pci@0000:08:00.0
  528.                       version: c3
  529.                       width: 32 bits
  530.                       clock: 33MHz
  531.                       capabilities: pci pciexpress pcix pm normal_decode bus_master cap_list
  532.                       resources: memory:f4000000-f7ffffff
  533.                     *-network
  534.                          description: Ethernet interface
  535.                          product: NetXtreme II BCM5708 Gigabit Ethernet
  536.                          vendor: Broadcom Corporation
  537.                          physical id: 0
  538.                          bus info: pci@0000:09:00.0
  539.                          logical name: eth1
  540.                          version: 12
  541.                          serial: 00:19:b9:ca:f3:0f
  542.                          size: 100MB/s
  543.                          capacity: 1GB/s
  544.                          width: 64 bits
  545.                          clock: 66MHz
  546.                          capabilities: pcix pm vpd msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
  547.                          configuration: autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.2.3f duplex=full firmware=7.4.8 bc 5.0.4 UMP 1.1.9 latency=64 link=yes mingnt=64 multicast=yes port=twisted pair speed=100MB/s
  548.                          resources: irq:97 memory:f4000000-f5ffffff
  549.               *-pci:1
  550.                    description: PCI bridge
  551.                    product: 6311ESB/6321ESB PCI Express Downstream Port E2
  552.                    vendor: Intel Corporation
  553.                    physical id: 1
  554.                    bus info: pci@0000:07:01.0
  555.                    version: 01
  556.                    width: 32 bits
  557.                    clock: 33MHz
  558.                    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
  559.            *-pci:1
  560.                 description: PCI bridge
  561.                 product: 6311ESB/6321ESB PCI Express to PCI-X Bridge
  562.                 vendor: Intel Corporation
  563.                 physical id: 0.3
  564.                 bus info: pci@0000:06:00.3
  565.                 version: 01
  566.                 width: 32 bits
  567.                 clock: 33MHz
  568.                 capabilities: pci pciexpress pm pcix normal_decode bus_master cap_list
  569.         *-pci:1
  570.              description: PCI bridge
  571.              product: 5000 Series Chipset PCI Express x4 Port 3
  572.              vendor: Intel Corporation
  573.              physical id: 3
  574.              bus info: pci@0000:00:03.0
  575.              version: 12
  576.              width: 32 bits
  577.              clock: 33MHz
  578.              capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
  579.              configuration: driver=pcieport
  580.              resources: irq:89 memory:fc300000-fc5fffff ioport:d8000000(size=1048576)
  581.            *-pci:0
  582.                 description: PCI bridge
  583.                 product: 80333 Segment-A PCI Express-to-PCI Express Bridge
  584.                 vendor: Intel Corporation
  585.                 physical id: 0
  586.                 bus info: pci@0000:01:00.0
  587.                 version: 00
  588.                 width: 32 bits
  589.                 clock: 33MHz
  590.                 capabilities: pci pciexpress msi pm pcix normal_decode bus_master cap_list
  591.                 resources: memory:fc400000-fc5fffff ioport:d8000000(size=1048576)
  592.               *-storage
  593.                    description: RAID bus controller
  594.                    product: PowerEdge Expandable RAID controller 5
  595.                    vendor: Dell
  596.                    physical id: e
  597.                    bus info: pci@0000:02:0e.0
  598.                    logical name: scsi0
  599.                    version: 00
  600.                    width: 32 bits
  601.                    clock: 66MHz
  602.                    capabilities: storage pm msi pcix bus_master cap_list rom
  603.                    configuration: driver=megaraid_sas latency=32 mingnt=128
  604.                    resources: irq:78 memory:d80f0000-d80fffff(prefetchable) memory:fc5c0000-fc5dffff memory:fc400000-fc407fff(prefetchable)
  605.                  *-enclosure UNCLAIMED
  606.                       description: SCSI Enclosure
  607.                       product: BACKPLANE
  608.                       vendor: DP
  609.                       physical id: 0.8.0
  610.                       bus info: scsi@0:0.8.0
  611.                       version: 1.05
  612.                       configuration: ansiversion=5
  613.                  *-disk
  614.                       description: SCSI Disk
  615.                       product: PERC 5/i
  616.                       vendor: DELL
  617.                       physical id: 2.0.0
  618.                       bus info: scsi@0:2.0.0
  619.                       logical name: /dev/sda
  620.                       version: 1.03
  621.                       serial: 0042ea21f3f5000b19003f503cb08801
  622.                       size: 836GiB (898GB)
  623.                       capabilities: partitioned partitioned:dos
  624.                       configuration: ansiversion=5 signature=000cabab
  625.                     *-volume:0
  626.                          description: EXT3 volume
  627.                          vendor: Linux
  628.                          physical id: 1
  629.                          bus info: scsi@0:2.0.0,1
  630.                          logical name: /dev/sda1
  631.                          logical name: /boot
  632.                          version: 1.0
  633.                          serial: 033481e1-2b94-47b0-80ae-1774e090697b
  634.                          size: 511MiB
  635.                          capacity: 511MiB
  636.                          capabilities: primary bootable journaled extended_attributes recover ext3 ext2 initialized
  637.                          configuration: created=2013-04-25 00:49:29 filesystem=ext3 modified=2013-08-22 04:02:29 mount.fstype=ext3 mount.options=rw,relatime,errors=continue,barrier=0,data=ordered mounted=2013-08-22 04:02:29 state=mounted
  638.                     *-volume:1
  639.                          description: Linux LVM Physical Volume partition
  640.                          physical id: 2
  641.                          bus info: scsi@0:2.0.0,2
  642.                          logical name: /dev/sda2
  643.                          serial: HjTyL5-OnVm-vpKQ-XWok-rS3w-eV3J-AXdZG6
  644.                          size: 836GiB
  645.                          capacity: 836GiB
  646.                          capabilities: primary multi lvm2
  647.            *-pci:1
  648.                 description: PCI bridge
  649.                 product: 80333 Segment-B PCI Express-to-PCI Express Bridge
  650.                 vendor: Intel Corporation
  651.                 physical id: 0.2
  652.                 bus info: pci@0000:01:00.2
  653.                 version: 00
  654.                 width: 32 bits
  655.                 clock: 33MHz
  656.                 capabilities: pci pciexpress msi pm pcix normal_decode bus_master cap_list
  657.         *-pci:2
  658.              description: PCI bridge
  659.              product: 5000 Series Chipset PCI Express x8 Port 4-5
  660.              vendor: Intel Corporation
  661.              physical id: 4
  662.              bus info: pci@0000:00:04.0
  663.              version: 12
  664.              width: 32 bits
  665.              clock: 33MHz
  666.              capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
  667.              configuration: driver=pcieport
  668.              resources: irq:90
  669.         *-pci:3
  670.              description: PCI bridge
  671.              product: 5000 Series Chipset PCI Express x4 Port 5
  672.              vendor: Intel Corporation
  673.              physical id: 5
  674.              bus info: pci@0000:00:05.0
  675.              version: 12
  676.              width: 32 bits
  677.              clock: 33MHz
  678.              capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
  679.              configuration: driver=pcieport
  680.              resources: irq:91
  681.         *-pci:4
  682.              description: PCI bridge
  683.              product: 5000 Series Chipset PCI Express x8 Port 6-7
  684.              vendor: Intel Corporation
  685.              physical id: 6
  686.              bus info: pci@0000:00:06.0
  687.              version: 12
  688.              width: 32 bits
  689.              clock: 33MHz
  690.              capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
  691.              configuration: driver=pcieport
  692.              resources: irq:92
  693.         *-pci:5
  694.              description: PCI bridge
  695.              product: 5000 Series Chipset PCI Express x4 Port 7
  696.              vendor: Intel Corporation
  697.              physical id: 7
  698.              bus info: pci@0000:00:07.0
  699.              version: 12
  700.              width: 32 bits
  701.              clock: 33MHz
  702.              capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
  703.              configuration: driver=pcieport
  704.              resources: irq:93
  705.         *-generic
  706.              description: System peripheral
  707.              product: 5000 Series Chipset DMA Engine
  708.              vendor: Intel Corporation
  709.              physical id: 8
  710.              bus info: pci@0000:00:08.0
  711.              version: 12
  712.              width: 64 bits
  713.              clock: 33MHz
  714.              capabilities: pm msi pciexpress bus_master cap_list
  715.              configuration: driver=ioatdma latency=0
  716.              resources: irq:95 memory:fc600400-fc6007ff
  717.         *-pci:6
  718.              description: PCI bridge
  719.              product: 631xESB/632xESB/3100 Chipset PCI Express Root Port 1
  720.              vendor: Intel Corporation
  721.              physical id: 1c
  722.              bus info: pci@0000:00:1c.0
  723.              version: 09
  724.              width: 32 bits
  725.              clock: 33MHz
  726.              capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
  727.              configuration: driver=pcieport
  728.              resources: irq:94 memory:f8000000-fbffffff
  729.            *-pci
  730.                 description: PCI bridge
  731.                 product: EPB PCI-Express to PCI-X Bridge
  732.                 vendor: Broadcom
  733.                 physical id: 0
  734.                 bus info: pci@0000:04:00.0
  735.                 version: c3
  736.                 width: 64 bits
  737.                 clock: 33MHz
  738.                 capabilities: pci pciexpress pcix pm normal_decode bus_master cap_list
  739.                 resources: iomemory:220001f10-220001f0f memory:f8000000-fbffffff
  740.               *-network
  741.                    description: Ethernet interface
  742.                    product: NetXtreme II BCM5708 Gigabit Ethernet
  743.                    vendor: Broadcom Corporation
  744.                    physical id: 0
  745.                    bus info: pci@0000:05:00.0
  746.                    logical name: eth0
  747.                    version: 12
  748.                    serial: 00:19:b9:ca:f3:0d
  749.                    size: 100MB/s
  750.                    capacity: 1GB/s
  751.                    width: 64 bits
  752.                    clock: 66MHz
  753.                    capabilities: pcix pm vpd msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
  754.                    configuration: autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.2.3f duplex=full firmware=7.4.8 bc 5.0.4 UMP 1.1.9 latency=32 link=yes mingnt=64 multicast=yes port=twisted pair speed=100MB/s
  755.                    resources: irq:96 memory:f8000000-f9ffffff
  756.         *-usb:0
  757.              description: USB controller
  758.              product: 631xESB/632xESB/3100 Chipset UHCI USB Controller #1
  759.              vendor: Intel Corporation
  760.              physical id: 1d
  761.              bus info: pci@0000:00:1d.0
  762.              version: 09
  763.              width: 32 bits
  764.              clock: 33MHz
  765.              capabilities: uhci bus_master
  766.              configuration: driver=uhci_hcd latency=0
  767.              resources: irq:21 ioport:dce0(size=32)
  768.         *-usb:1
  769.              description: USB controller
  770.              product: 631xESB/632xESB/3100 Chipset UHCI USB Controller #2
  771.              vendor: Intel Corporation
  772.              physical id: 1d.1
  773.              bus info: pci@0000:00:1d.1
  774.              version: 09
  775.              width: 32 bits
  776.              clock: 33MHz
  777.              capabilities: uhci bus_master
  778.              configuration: driver=uhci_hcd latency=0
  779.              resources: irq:20 ioport:dcc0(size=32)
  780.         *-usb:2
  781.              description: USB controller
  782.              product: 631xESB/632xESB/3100 Chipset UHCI USB Controller #3
  783.              vendor: Intel Corporation
  784.              physical id: 1d.2
  785.              bus info: pci@0000:00:1d.2
  786.              version: 09
  787.              width: 32 bits
  788.              clock: 33MHz
  789.              capabilities: uhci bus_master
  790.              configuration: driver=uhci_hcd latency=0
  791.              resources: irq:21 ioport:dca0(size=32)
  792.         *-usb:3
  793.              description: USB controller
  794.              product: 631xESB/632xESB/3100 Chipset EHCI USB2 Controller
  795.              vendor: Intel Corporation
  796.              physical id: 1d.7
  797.              bus info: pci@0000:00:1d.7
  798.              version: 09
  799.              width: 32 bits
  800.              clock: 33MHz
  801.              capabilities: pm debug ehci bus_master cap_list
  802.              configuration: driver=ehci_hcd latency=0
  803.              resources: irq:21 memory:fc600000-fc6003ff
  804.         *-pci:7
  805.              description: PCI bridge
  806.              product: 82801 PCI Bridge
  807.              vendor: Intel Corporation
  808.              physical id: 1e
  809.              bus info: pci@0000:00:1e.0
  810.              version: d9
  811.              width: 32 bits
  812.              clock: 33MHz
  813.              capabilities: pci subtractive_decode bus_master cap_list
  814.              resources: ioport:e000(size=4096) memory:fc100000-fc2fffff ioport:d0000000(size=134217728)
  815.            *-display
  816.                 description: VGA compatible controller
  817.                 product: ES1000
  818.                 vendor: Advanced Micro Devices [AMD] nee ATI
  819.                 physical id: d
  820.                 bus info: pci@0000:10:0d.0
  821.                 version: 02
  822.                 width: 32 bits
  823.                 clock: 33MHz
  824.                 capabilities: pm vga_controller bus_master vga_palette cap_list rom
  825.                 configuration: driver=radeon latency=32 mingnt=8
  826.                 resources: irq:19 memory:d0000000-d7ffffff(prefetchable) ioport:ec00(size=256) memory:fc2d0000-fc2dffff memory:fc100000-fc11ffff(prefetchable)
  827.         *-isa
  828.              description: ISA bridge
  829.              product: 631xESB/632xESB/3100 Chipset LPC Interface Controller
  830.              vendor: Intel Corporation
  831.              physical id: 1f
  832.              bus info: pci@0000:00:1f.0
  833.              version: 09
  834.              width: 32 bits
  835.              clock: 33MHz
  836.              capabilities: isa bus_master
  837.              configuration: latency=0
  838.      *-pci:1
  839.           description: Host bridge
  840.           product: 5000 Series Chipset FSB Registers
  841.           vendor: Intel Corporation
  842.           physical id: 101
  843.           bus info: pci@0000:00:10.0
  844.           version: 12
  845.           width: 32 bits
  846.           clock: 33MHz
  847.           configuration: driver=i5000_edac
  848.           resources: irq:0
  849.      *-pci:2
  850.           description: Host bridge
  851.           product: 5000 Series Chipset FSB Registers
  852.           vendor: Intel Corporation
  853.           physical id: 102
  854.           bus info: pci@0000:00:10.1
  855.           version: 12
  856.           width: 32 bits
  857.           clock: 33MHz
  858.      *-pci:3
  859.           description: Host bridge
  860.           product: 5000 Series Chipset FSB Registers
  861.           vendor: Intel Corporation
  862.           physical id: 103
  863.           bus info: pci@0000:00:10.2
  864.           version: 12
  865.           width: 32 bits
  866.           clock: 33MHz
  867.      *-pci:4
  868.           description: Host bridge
  869.           product: 5000 Series Chipset Reserved Registers
  870.           vendor: Intel Corporation
  871.           physical id: 104
  872.           bus info: pci@0000:00:11.0
  873.           version: 12
  874.           width: 32 bits
  875.           clock: 33MHz
  876.      *-pci:5
  877.           description: Host bridge
  878.           product: 5000 Series Chipset Reserved Registers
  879.           vendor: Intel Corporation
  880.           physical id: 105
  881.           bus info: pci@0000:00:13.0
  882.           version: 12
  883.           width: 32 bits
  884.           clock: 33MHz
  885.      *-pci:6
  886.           description: Host bridge
  887.           product: 5000 Series Chipset FBD Registers
  888.           vendor: Intel Corporation
  889.           physical id: 106
  890.           bus info: pci@0000:00:15.0
  891.           version: 12
  892.           width: 32 bits
  893.           clock: 33MHz
  894.      *-pci:7
  895.           description: Host bridge
  896.           product: 5000 Series Chipset FBD Registers
  897.           vendor: Intel Corporation
  898.           physical id: 107
  899.           bus info: pci@0000:00:16.0
  900.           version: 12
  901.           width: 32 bits
  902.           clock: 33MHz
  903.   *-scsi:0
  904.        physical id: 1
  905.        bus info: scsi@4
  906.        logical name: scsi4
  907.        capabilities: scsi-host
  908.        configuration: driver=usb-storage
  909.   *-scsi:1
  910.        physical id: 2
  911.        bus info: scsi@5
  912.        logical name: scsi5
  913.        capabilities: scsi-host
  914.        configuration: driver=usb-storage
  915.   *-scsi:2
  916.        physical id: 3
  917.        bus info: scsi@6
  918.        logical name: scsi6
  919.        capabilities: scsi-host
  920.        configuration: driver=usb-storage
  921.  
  922. Virtual Machine which has MySQL hosted on settings on OpenVZ:
  923.  
  924. PHYSPAGES="0:1572864"
  925. SWAPPAGES="0:1572864"
  926. KMEMSIZE="2927624192:3221225472"
  927. DCACHESIZE="1463812096:1610612736"
  928. LOCKEDPAGES="786432"
  929. PRIVVMPAGES="unlimited"
  930. SHMPAGES="unlimited"
  931. NUMPROC="unlimited"
  932. VMGUARPAGES="0:unlimited"
  933. OOMGUARPAGES="0:unlimited"
  934. NUMTCPSOCK="unlimited"
  935. NUMFLOCK="unlimited"
  936. NUMPTY="unlimited"
  937. NUMSIGINFO="unlimited"
  938. TCPSNDBUF="unlimited"
  939. TCPRCVBUF="unlimited"
  940. OTHERSOCKBUF="unlimited"
  941. DGRAMRCVBUF="unlimited"
  942. NUMOTHERSOCK="unlimited"
  943. NUMFILE="unlimited"
  944. NUMIPTENT="unlimited"
  945.  
  946. # Disk quota parameters (in form of softlimit:hardlimit)
  947. DISKSPACE="314572800:346030080"
  948. DISKINODES="60000000:66000000"
  949. QUOTATIME="9223372036854775807"
  950. QUOTAUGIDLIMIT="6144"
  951.  
  952. # CPU fair scheduler parameter
  953. CPUUNITS="1000"
  954. CPUS="4"
  955. VE_ROOT="/var/lib/vz/root/$VEID"
  956. VE_PRIVATE="/var/lib/vz/private/2001"
  957. OSTEMPLATE="debian-7.0-standard_7.0-2_amd64"
  958.  
  959. ORIGIN_SAMPLE="2001"
  960. DISK_QUOTA="yes"
  961. CAPABILITY="CHOWN:on FOWNER:on FS_MASK:on"
  962.  
  963. Very frequent Anturis reports on mySQL:
  964.  
  965. Heavy join rate value 64.9895178197 % should be less than 20.0 %
  966. Heavy join rate value 64.9895178197 % should be less than 10.0 %
  967. On-disk temporary table rate value 37.0 % should be less than 20.0 %
  968. On-disk temporary table rate value 37.0 % should be less than 10.0 %
  969. Innodb buffer pool usage value 99.7085526818 % should be less than 90.0 %
  970. Innodb buffer pool usage value 99.7085526818 % should be less than 80.0 %
Advertisement
Add Comment
Please, Sign In to add comment