Discover linux performance tuning books, include the articles, news, trends, analysis and practical advice about linux performance tuning books on alibabacloud.com
Trust a lot of friends, whether it is to do development, architecture, or DBA, are often heard that the word "tune". Speaking of "tune", may let a lot of technical staff heart surging, may also make a lot of people feel distressed. Of course, there are a lot of people are dismissive of this, because not everyone has access to the project is very large, and not everyone does the project is very high performance requirements.
In the mainstream enterpri
I believe many of my friends, whether engaged in development, architecture, or DBA, often hear the word "tuning. Speaking of "tuning", it may make many technical staff feel excited, or it may make many people feel distressed. Of course, there are also many people who despise this because not everyone is exposed to a large number of projects, and not everyone does have high
The JDK itself provides many convenient JVM performance tuning monitoring tools, in addition to the integrated VISUALVM and Jconsole, there are JPS, Jstack, Jmap, Jhat, Jstat and other small tools, this blog hope to play a useful, Let's start to understand the common tools for tuning JVM performance.In real-world enterprise Java development, sometimes we encounte
@ linuxidc ~] # Vim/etc/tuned/wonderprofile/tuned. conf[Root @ linuxidc ~] # Tuned-adm profile wonderprofile
For example, in the/etc/tuned/wonderprofile/tuned. conf file, make a few adjustments to it.
[Main]Include = throughput-performance[Sysctl]Net. ipv4.tcp _ rmem = "4096 87380 16777216"Net. ipv4.tcp _ wmem = "4096 16384 16777216"Net. ipv4.udp _ mem = "3145728 4194304 16777216"
Also adjust/etc/tuned/wonderprofile/script. sh.
#! /Bin/sh# Lots of fu
VMware ESX Server is the most popular virtual software PRODUCT on the Intel platform on the current server market. Compared to other virtual software products, the greatest advantage of ESX is that it can greatly reduce the resources occupied by the host system. The ESX server kernel runs directly above the hardware, and the system stability and performance are greatly improved. ESX server is also well-suited for enterprise applications because it sup
Label:For the full stack, database skills are indispensable, relational databases or NoSQL, memory-based database or partial disk storage database, object storage database or graph database ... , but the first essential skill should be MySQL. From the rise of lamp, to the advent of mariadb, and even the advent of PG, skilled MySQL skills are very useful. MySQL database technology is also a lot of aspects, here is only the necessary performance
Optimized tuning of TCP/IP and kernel parametersThere are many ways to optimize TCP/IP and kernel parameters under Linux, the configuration of parameters can greatly improve the performance of the system, and can also be optimized according to specific scenarios, such as time_wait, DDoS attacks and so on.The following configuration is written in sysctl.conf and c
are some bugs, is not necessarily applicable to the core of the online system.3. DRBD Disk Network mirroring schemeAdvantage: Software is powerful, data is mirrored across physical hosts at the underlying fast device level, and different levels of synchronization can be configured according to performance and reliability requirements. IO operations are kept in order to meet the database's demanding data consistency.Disadvantage: Non-Distributed File
http://blog.csdn.net/innost/article/details/9008691Authorized by the author, published Tieto a young cow of a "programmer" masterpiece.Introduction to the Android System Performance tuning toolIn the software development process, presumably many readers have encountered the system performance problem. Several major steps to solve the system
JBoss Application Server Tuning
Although many architects and software engineers agree that the performance of about 70-80% of applications depends on the code of the application itself, improper configuration of the server environment can significantly affect your user experience, and ultimately affect the performance of your application.
Many configuration eleme
log on Elasticsearch 2. Using the Jstat command 3. Generate Memory Dump The first article: in the ES profile elasticsearch.yml has the related properties can be configured, about the purpose of each property here is of course not complete. The second: The Jstat command helps us to look at the usage of each area in the JVM heap and the time-consuming situation of GC. Article three: The final approach is to dump the JVM's heap space into a file, essentially a snapshot of the JVM heap space. To le
An outline that is roughly written in the optimization content of the physical design and logical design of the DB, mainly physical design, logical design introduction of the content is not much, the outline of the physical structure design and example optimization of organic combination of the logical structure design and application adjustment together ...
Oracle Performance Tuning Guidance outline
Desi
BEA WebLogic jrockit usage and Performance Tuning
1. Introduction to jrockit OptimizationJrockit is an adaptive JVM that can automatically adjust itself to adapt to the underlying hardware. Therefore, its optimization is mainly focused on parameters that require manual intervention, such: the number of Ram resources to be allocated to jrockit. Jrockit has a set of non-standard-x startup options that we can
analysis of Web container thread pool server > Application server > (server name) >
Thread pool > Webcontainer minimum Size: 10
Maximum size: 50 monitor Web container thread pool maximum by TPV (within acceptable time range), set EJB cache server > Application server > (server name) > EJB tell cache set > EJB cache setting > Cache large Small cache Size: 2053
Purge interval: 3000 For example through TPV monitoring found that Ejbstore () has a high call rate and CPU utilization is very low, can
Original article: http://www.mastertheboss.com/jboss-performance/jboss-as-7-performance-tuning
JBoss Application Server Tuning
Although many architects and software engineers agree that the performance of about 70-80% of applications depends on the code of the application it
;Summary: The idea of optimization is when the machine is becoming more and more1. Increase the number of Zabbix work processes2. using active mode, the agent side to send data actively3. using proxy for distributed monitoring4.MySQL TuningReference Documentation:Http://www.centoscn.com/zabbix/2014/0508/2936.htmlhttp://caiguangguang.blog.51cto.com/1652935/1354093http://waringid.blog.51cto.com/65148/1156013/Http://blog.sina.com.cn/s/blog_4cbf97060101fcfw.htmlHttp://www.linuxidc.com/
Tags: mysql, mariadbEvery day seems very busy, in fact, found themselves still very lazy, read a lot of books, not a good read. Recently, not so much work, decided to finish reading a few books, and continue to keep on updating. I hope I can persist in the end! The later content is all about MySQL management (performance tuni
, that is to say, to improve the throughput performance of individual Tomcat as a server.
In tomcat, the APR library is actually used to read files and perform network transmission by using JNI (short for Java Native Interface, which is called locally in Java) in Tomcat. It can greatly improve Tomcat's processing performance on static files. If you use HTTPS transmission, it can also improve the processing
parameters, local variables, etc., for most applications this default value is too, general 256K is sufficient. Theoretically, in the case of constant memory, reducing the stack per thread can result in more threads, but this is actually restricted to the operating system.(4) You can use the following parameters to play the heap dump information
-xx:heapdumppath
-xx:+printgcdetails
-xx:+printgctimestamps
-xloggc:/usr/aaa/dump/heap_trace.txt
The following parameters all
the "CPU" button to start a CPU profiling session, VisualVM will detect all applicationsThe method that is called. When entering a method, the thread issues a "method entry" event when exiting the methodA "Method Exit" event is also issued, and these events contain timestamps. Then VisualVM will put eachThe total execution time and number of invocations of the called method are displayed according to the run-time length.In addition, we can filter the analysis results by the method name filter b
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.