1. QuestionsOutOfMemoryError: Insufficient memory;Memory leaksThread deadlockLock Competition (lock contention)Java consumes too much CPU2. Java Common Health ToolsJPS (Java Virtual Machine Process Status tool) monitors JVM process state informationUse format:JPS [Options] [HostID]-M: output parameters that pass in the Main method-L: Displays the fully qualified name of the main class or Jar-V: Displays the parameters specified for the JVM virtual machineJstack : View the thread stack informatio
[O M engineer _ 01] 20 built-in monitoring tools for Linux systems: top workers often have server performance problems during O M, such: i/O, CPU, memory, network and other bottlenecks, so the system O M, can not sleep? The following tools are helpful for refreshing your mind ~ (@ ^ _ ^ @)~ (1) If top is written in front, here Rocky wants to clarify one point,
[O M engineer _ 02] 20 built-in Linux system monitoring tools: vmstat and netstat. This article is the second article and the first article of O M engineer on the road. See: [O M tips _ 01] 20 built-in monitoring tools for Linux systems: top gossip, reading and writing O ~ (2) If vmstat is written in front, here Roc
Linux top commands for monitoring and diagnosis tools
Directory
(1) system and task statistics:(2) process and cpu statistics:(3) memory information of the last two behaviors:How does one calculate the actual number of available memory for a program?How does one calculate the number of memory used by a program of 3.2?3.3 How can I determine whether the system has insufficient memory?3.4 difference between b
Three tools for performance monitoring in LinuxGuideHow to manage Linux Hosts? The 18 weapons can be regarded as Swiss Army knives. One or two weapons can be claimed. The most common one is the three brothers of the stat family.
What are the main computer resources? CPU, memory, and disk? Although there are many cloud computing technologies, it is still necessary to start investigating whether a system is r
During O M, people often experience server performance problems, such as I/O, CPU, memory, and network bottlenecks.
So how can system O M be done? The following tools are helpful for refreshing your mind ~ (@ ^ _ ^ @)~
(1) Top
Here, Rocky wants to clarify one point, and believes that the best practice of top is:
"Find the process that consumes the most CPU resources"
After finding it, press [p] and force it to be sorted by CPU usage
Different fro
updated to current
L
Time
Total CPU time used by the process, in seconds
M
time+
Total CPU time used by the process, Unit 1/100 sec
N
%MEM
Percentage of physical memory used by the process
O
VIRT
The total amount of virtual memory used by the process, in kilobytes. Virt=swap+res
P
SWAP
The size, in kilobytes, of the virtual memory that the process is using, swapped out.
Application Software Learning Summary
Directory
SVN deployment and use
One-Health installation Zabbix
Ansible automatic operation and Maintenance tool installation and use
PPTP server-side deployment to client connections using
Fail2ban installation Configuration
KVM Installation Use
Lvs+keepalived Construction
KEEPALIVED+LVS Maintenance skills and tuning
Introduction of the concept type of LVS and three kinds of working modes and 10 scheduling algorithms
Redis Single
Unix system performance monitoring tools-SAR
System Environment:
Operating System: AIX 5.3.9
Oracle: Oracle 10gR2
SAR can be used to monitor Unix system performance and help us analyze performance bottlenecks. The sar tool is used in the form of "sar [Option] intervar [count]", where interval is the statistical information sampling time, and count is the number of samples.
RH442 strategy SAR
Understanding o
Use of monitoring tools in percona-toolkit series
1. pt-deadlock-logger
Function introduction:
Extract and record mysql deadlock Information
Usage:
Pt-deadlock-logger [OPTION...] SOURCE_DSN
Collect and save the latest deadlock information on mysql. You can directly print the deadlock information and store the deadlock information to the database, the deadlock information includes the server where the deadlo
Original Address:CentOS Monitoring Tools Sar,iostat
Author:Every day down
Yum-y Install Sysstat
Whereis SAR
Whereis Iostat
You can see the relevant commands
If you install with RPM package under Redhat, you can go to http://rpmfind.net/to find the Sysstat RPM package.
Also attached: Linux disk IO View related commands and instructions
From:http://blog.chinaunix.net/u3/93062/showart_1934431.html
############
all the information along with the partitioned table. However, if we have already partitioned and only need to clone the root partition, we can change SDA to sda1,sda2 and so on according to the location of our system root partition.8) Specify the source portSuppose your firewall filters all the ports except the 25 port, you need to specify the source port using the-P option.Server-side$NC-L 1567Client$NC 172.31.100.7 1567-p 25Using a port within 1024 requires root access. This command will ope
Linux performance monitoring, testing, and optimization tools
There are a lot of performance tools on the Linux platform, dazzled, long-term exploration and experience found that the best to use is those long-tested, simple gadgets. System Performance Expert Brendan D. Gregg updated his famous Linux Performance Tools
There are a lot of performance tools on the Linux platform, a dazzling, long-term groping and experience finding the best thing to use is the proven, simple gadgets. Brendan D. Gregg, a system performance expert, updated his famous talk (Linux performance Tools) and slides on Linux in the recent LinuxCon NA 2014 conference.Compared with Brendan last year's talk, this year added testing and optimization to t
and port of the ZK serverOnce the connection is successful, the node data information of ZK can be seen.2.zk Browser Eclipse PluginInstalling the Eclipse PluginStep 1. On the Eclipse menu, open Help, Install New software ...Step 2. Add the URL http://www.massedynamic.org/eclipse/updates/.Step 3. Select Plug-in and installRunStep 1. Open Window->show View->other...->zookeeper 3.2.2 in the Eclipse menuStep 2. Connect ZKEnter a running ZK server address and portOnce the connection is successful, y
)) 999 printf ("%d", i); 168}}Procedure trial Teaching Performance monitoring instructions, SQRT takes up the most time. P3 move the SQRT function outside the For loop,#include int i,bound; Bound =root (n); for (i =2;i 999 { if (n%i==0) 5288 return 0; 831 return 1; 168 }} Main () { int i, n; n=1000; 1 for (i=2;iP4By a special
JSTAT:JVM Statistics Monitoring Tool The Jstat command monitors various runtime state information for the JVM virtual machine, including memory status, garbage collection, loading of classes, and so on. Jstat command format: jstat [option Vmid [interval] [count]] Jstat command Examples Command: JSTAT-GC 1203 500 3 Command explanation: Check the status of garbage collection with process ID 1203 every 500 milliseconds, query 3 times Command options
|one-line-both|one-line-sent|one-line-received)
Controls the appearance of each item in the display.
Show-totals: (Yes|no)
Shows cumulative total for each item.
Log-scale: (Yes|no)
Use a logarithmic scale for bar graphs.
Max-bandwidth:bw
Fixes the maximum for the bar graph scale to bw, e.g. "10M". Note that the value have to always is in bits, regardless if the option to display in bytes have been chosen.
Net-filter:net/mask
Defines an IP network boundary for determining packet
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.