state.
RUNNABLEA thread executing in the Java virtual machine was in this state.
BLOCKEDA thread that's blocked waiting for a monitor lock are in this state.
WAITINGA thread that's waiting indefinitely for another the thread to perform a particular action was in the this state.
TIMED_WAITINGA thread that's waiting for another the thread to perform an action for up to a specified waiting time was in this state.
TERMINATEDA thread that has exited is in the this state.
A
The following articles collect some common Oracle monitoring tools in Linux operating systems. The following articles mainly describe how to correctly use these tools to apply them, the following is a detailed description of the related tools. I hope this will help you in your future studies.
1. top
The top command dis
virtual machine, take a look at my tutorial-"How to install Debian under a VirtualBox VM".Top650) this.width=650; "class=" lazy "width=" 690 "height=" 513 "src=" http://static.webhek.com/techug-res/uploads/2015/ 09/aa213e02jw1eukofv14k7j20lo0g4jz1.jpg "style=" border:0px;vertical-align:middle;height:513px;margin-left:-70px ; "/>As one of the more easy-to-use Linux system monitoring tools, the top command t
Before you start
About this series
Writing code for an application is just the first phase of a lengthy process required to deliver a robust product quality program. The code must be tested to verify its operation and accuracy. It is also often necessary to analyze the code to eliminate performance bottlenecks and resource waste (especially memory). Code must also be monitored to locate faults, identify usage patterns, look for opportunities for further enhancements and optimizations, and dete
Several website status monitoring tools
How do you know if your website is down? You can use the following online monitoring tools: Basic Information
Site
Check Interval (minutes)
Siteuptime
30
Site24x7
60
Hosttracker
30
Cloudmonitor
15
program
Key code:
#include
2. Performance testing tools
In Linux:
Find.-Name "*. c" | xargs WC-lTime-execute commands and timing
Time find.-Name "*. c" | xargs WC-l // count the command execution time
Real 0m33. 748 sUser 0m0. 772 sSys 0m1. 044 s
1) Real Time: the elapsed time from command line execution to running termination;
2) User CPU time: the user CPU time spent on command execution completion, that is, the total execution time of commands
Sun SDK monitoring and fault handling tools
JPS Virtual machine Process Health tool
Format JPS [option] [HostID]
Local VM unique id:local virtual machine identifier,lvmid
Process id:process Identifier
JPS can query the status of the remote virtual machine process that opened the RMI service through the RMI protocol, hostid the registered host name in the RMI registry.
For Linux system administrators, monitoring the system is very important. There are many Linux system monitoring tools, and top is the most commonly used one. It can dynamically observe the status of system processes, so that the system administrator can understand the status of system resources in real time. This article provides an in-depth introduction to the
Http://server.zol.com.cn/259/2599809_all.html
Find out why your machine is slowing down.
When your system is running slower and faster, you have noticed that your CPU and memory and other hardware information have been abnormal. How can you find out what really causes your machine to slow down? It is now recommended to give you five system monitoring tools under Ubuntu to keep your system on guard at all t
Linux has a number of excellent tools to help us analyze the performance metrics of the server and assist in the development of debugging work. The following lists only the underlying commands and are generally integrated into a Linux environment without having to be installed again. More detailed commands can refer to the Https://github.com/brendangregg/perf-toolsA, CPU process relatedCommon
Introduction to Linux monitoring tools a brief introduction to top tools for viewing process activity status and some system conditions such as vmstat for viewing system status, hardware and system information iostat for viewing CPU load and hard disk status sar integrated tools, view system status mpstat view multi-pr
"Turn" original source: ? tecmint-kuldeep Sharma??? Translation Source: Linux story- cold weather ??? Welcome to share the original to Bó Lè headlines in terms of monitoring system resources, system performance, and usage activity, Sysstat is indeed a handy tool. Sysstat packages are used more or less in our everyday basic tools . It also provides a tool that can be scheduled to run with Cron to colle
1. Introduction:Javamelody can monitor Java or Java EE application servers in a running environment. It is displayed as a graph: Java memory and Java CPU usage, number of user sessions, JDBC connections, and HTTP requests, SQL requests, JSP pages and Business interface methods (EJB3, Spring, Guice), average execution time, Error percentage, and so on. Charts can be viewed by day, week, month, year, or custom time period.2. Prepare:Download Javamelody-1.47.0.jar and Jrobin-1.5.9.1.jar, referenced
When your system is running slowly, have you noticed that your CPU, memory, and other hardware information has encountered an exception. How can we find out the cause that actually slows down your machine? We recommend five system monitoring tools under Ubuntu to keep your system vigilant."Top" command
Needless to say, this is the most typical command in Linux. The console interface provides comprehensive
The following are some excellent monitoring products. It is best for system providers to recommend the best monitoring solution that meets their needs and maintains compatibility with infrastructure.
Most vendors provide the following system monitoring tools for selection.
Up. Time
Http://www.uptimesoftware.com/
Ca
V
Ndrt
The number of pages that were modified the last time it was written to.
W
S
Process state.D= non-interruptible sleep stateR= runS= SleepT= trace/StopZ= Zombie Process
X
COMMAND
Command name/command line
Y
Wchan
If the process is sleeping, the system function name in sleep is displayed
Z
Flags
Task Flag, reference sched.h
By default, only the more important PID,
Ext.: http://www.vpsee.com/2014/09/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
swpd freeFrom the above data you can see the points:
Context Switch (CS) is much higher than interrupts (in), which means the kernel has to switch processes back and forth;
Further observation shows that system time (SY) is very high and user time (US) is low, plus a high-frequency context switch (CS), indicating that a large number of system calls are being invoked by the running application;
Run Queue (R) is above 14 threads, according to the hardware configuration of thi
As you know, the JDK itself provides many virtual machine monitoring tools to monitor virtual machine service information, such as Jps,jmap,jstack. Under win7 , sometimes executing these commands will report an " Access denied " error, such as:This problem usually occurs with commands that involve process PID. Workaround: When the cmd Command box is turned on, right-click Run as Administrator , such as:The
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.