Alibabacloud.com offers a wide variety of articles about aix performance monitoring commands, easily find your aix performance monitoring commands information here online.
Linux There are many excellent tools to help us analyze the server performance indicators and assist in the development of debugging work. The following is only a list of commands that are relatively basic and are generally integrated in a Linux environment without having to be installed again. For more detailed commands, refer to Https://github.com/brendangregg/
these two values are large, then the DB is blocked and the DB processing speed is less than the requested speed. See if there is a lot of slow queries that are expensive. If the query is all right, it really is a heavy load, you need to add the machineNetwork incoming traffic for NETIN:MONGODB instancesNetwork outbound traffic for NETOUT:MONGODB instancesNote: This two fields table name network bandwidth pressure, in general, will not become a bottleneckConn: Total number of open connections, i
Summary: in the process of using a Linux server, there are 16 commands to help you get a complete picture of your server's health. If you can master these commands skillfully, it is not far from being a professional Linux system administrator!In different Linux distributions, there will be different GUI programs to display various system information, such as the SUSE Linux distribution, there is a very good
RemainingThe following is the thread information2. Common commandsLook at the details of the active thread and see what SQL is executing in this thread
Press f, and then enter the thread ID
Then e can view the SQL case
View summary of command executions
Press C
Exit Press T
Need more commands to help
By?
III. other Grey-grey blog:https://liuyueyi.github.io/hexblogA gray and gray personal blog, re
interface_rx interface_tx load_ Longterm load_midterm load_shortterm memory_value processes_value swap_value users_value ? > Ports Used by Influxdb
8083:web Admin Management Service port, http://yourIP:8083
Ports for the 8086:http API
netstat -tlnpu |grep influxdView INFLUXDB Port UDP protocol monitoring
View Port 8083 in a browser to access the Influxdb front end, and use SQL-like
1, MongostatTo view statistics for a running MongoDB instance2. MMS (MongoDB monitoring Service)1) InstallationRpm-u mongodb-mms-monitoring-agent-2.1.4.51-1.i386.rpm2) configuration
Visit https://mms.mongodb.com/settings
Select the appropriate OS under the Monitoring agent and follow the instructions to configure
When done, start Mms:service mong
I. Comparison of all Linux performance testing sites1. Very good website, original: http://os.51cto.com/art/201402/430050.htmMonitor CPU, memory, network, IO and other commands and tools2. SysstatA software toolkit commonly used in Linux system servers that can be used to monitor server performance. For example, can monitor the CPU, hard disk, network and other d
all Socke information
-R: Show routing Information
-I: Display network card excuse statistics
-S: Show Network protocol statistics
[06-nmon]Nmon is the abbreviation for Nigel's Monitor, which is a well-known tool for monitoring the performance of Linux systems.Nmon can see processor utilization, memory usage, run queue information, disk IO statistics, network IO Statistics, page break stat
tools such as Sqlio.5. Always place the log file on the RAID10/RAID1.6. Isolate the log files and data files from the physical disk.7. Carefully consider the data configuration of tempdb.8. Balance the number of data files with the capacity of the CPU.9. Do not neglect the foundation of SQL Server.10. Do not neglect the storage configurationMonitoring of SQL Server consumption of I/O resources is primarily focused on disk response time, queue length, disk read and write, and transfer speed. Sev
Month (1-31) month# | | |.-------month (1-12) OR jan,feb,mar,apr ... Years# | | | |.----DAY of Week (0-6) weeks (sunday=0 or 7) or Sun,mon,tue,wed,thu,fri,sat# | | | | | Commands run by the user# * * * * * * user-name command to be executedExample: Run the echo command at 9:10 in the evening;* * *centos/bin/echo "howdy!"[[email protected] ~]# Vim/etc/crontab the form of e-mails per minute* * * * * * Makangbo echo "Hello"Practice1, every 4 hours to ba
the system. But Pidstat appears to be in some newer versions of the 2.6 kernel, and needs to install the Sysstat package.Under Ubuntu, you can install it via the sudo apt-get install Sysstat.SAR commandCommand: Sar-x PID 1 1000SAR can also specify the corresponding PID, focus on a fixed number of parameters, not pidstat so powerful. I can't see the corresponding I/O, IR and other information.The functions of the SAR can be covered by Mpstat, iostat and related functions.Dstat commandCommand: ds
Change the nice value of the process to -20# Renice pid N Bsp Change the nice value of the process to 19 second, performance monitoringThe uptime command is used to see how long the server has been running and how many users are logged in to quickly learn about the load on the server.The following is a running instance of uptime:11:07:03 up 2 days, Min, 3 users, load average:0.53, 0.31, 0.25Current Time 11:07:03The system ha
percentage of time that is locked, try to control the 50% below it · idx Miss% the percentage of index misses. If it's too high, consider whether the index is less. ·Q t|r|wwhenMongodbtoo many commands are received and the database is locked and cannot be completed, it will join the command queue. This column shows the total, read, write3the length of each queue is0words indicateMONGOno pressure. When high concurrency occurs, the general queue value
Six Linux Performance monitoring command-line tools1.htop-http://htop.sourceforge.net/A process viewer that allows the user to interact with it. A text-mode application that is used primarily in console or X terminals. Currently has a tree-like view of the process, support color themes, can be customized and other features.2.dstat-http://dag.wieers.com/home-made/dstat/A tool to replace Vmstat, Iostat, Netst
the percentage of CPU, the higher the ratio, the more saturated the description
When the value of 1.avgqu-sz is low, the equipment utilization is higher
2. When the value of%util is close to 1%, it indicates that the device bandwidth is already full
Iv. Performance Analysis HelpTo determine the system bottleneck, it is sometimes necessary to combine several SAR command options:1, suspected CPU bottleneck, you can use Sar–u and sar–q to v
. Nonprofit organization OISF (Open Information Security Foundation) develops and owns its copyrights.Vnstat php– Network traffic monitoringVnstat PHP is a web-based front-end rendering of popular web Tools "Vnstat". Vnstat PHP presents the network usage in a beautiful graphical interface. He can display upload and download traffic in hours, days, months, and output summary reports.nagios– Network/server monitoringNagios is a leading and powerful open source
Linux
Vmstat for Linux monitoring tools
Linux vmstat commands
Linux vmstat monitors system load
Vmstat command details-Linux Performance AnalysisMpstat-p all 1
$ mpstat -P ALL 1Linux 3.13.0-49-generic (titanclusters-xxxxx) 07/14/2015 _x86_64_ (32 CPU)07:38:49 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle07:38:50 PM all 98.
for the CPU to do serious work, and the CPU not being fully utilized, is undesirable.US user CPU time, I used to do encryption and decryption very frequently on the server, you can see us approaching 100,r running queue reached 80 (the machine is doing a stress test, poor performance).sy System CPU time, if too high, indicates a long system call time, for example, the IO operation is frequent.ID Idle CPU time, in general, ID + US + sy = 100, generall
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.