Topas Nmon
   HOME

TheInfoList



OR:

nmon (''Nigel's Monitor'') is a computer performance system monitor tool for the
AIX Aix or AIX may refer to: Computing * AIX, a line of IBM computer operating systems *An Alternate Index, for a Virtual Storage Access Method Key Sequenced Data Set *Athens Internet Exchange, a European Internet exchange point Places Belgium ...
and
Linux Linux ( or ) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution, which ...
operating systems. The nmon tool has two modes a) displays the performance stats on-screen in a condensed format or b) the same stats are saved to a comma-separated values (CSV) data file for later graphing and analysis to aid the understanding of computer resource use, tuning options and bottlenecks. nmon for Linux is open source and available under
GNU General Public License The GNU General Public License (GNU GPL or simply GPL) is a series of widely used free software licenses that guarantee end users the Four Freedoms (Free software), four freedoms to run, study, share, and modify the software. The license was th ...
while the nmon for AIX is a proprietary software integrated into AIX.


Description

nmon collects the following operating system statistics: * CPU and CPU threads Utilisation * CPU frequency for servers or virtual machines that can alter their clock rate * GPU stats including utilisation, MHz and temperatures * Physical and Virtual Memory use * Disk read & write and transfers plus service time and wait times * Disk Groups - decided by the user * Swap and Paging * Network read & write and transfers * Local File-systems * Network File-system (NFS) * Top Processes by CPU use, Memory size and I/O rates * Kernel stats including Run Queue, context-switch, fork, Load Average & Uptime * Large and Huge memory pages * NFS (Networked File System) * Virtual Machine stats (depending on the hardware) — useful for Linux running KVM to host virtual machines * Resources in the Server and virtual machine * nmon -h lists the details * To start collecting the stats to a file use the -f or -F option When viewing in on-screen mode the stats displayed are controlled by the user using single letter toggles. For example, "c" to show CPU and then another "c" will switch the CPU stats off. Use h to display a list of the options. When saving the stats to a file, there is a common default set of stats and then users can request more using command line options. Use nmon -? to display all the options. The output file can be analyzed with nmonanalyzer.


History

The original nmon version was for the IBM AIX operating system (Release 4.3 and above) and was freely downloadable binary format only tool from the IBM AIX wiki. * Later a version was written for the Linux operating system running on IA-32, x86, x86_64, IBM RS/6000 and POWER processors, Mainframe and ARM (including Raspberry Pi). nmon for Linux was released by IBM as
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
in July 2009. The code is available from the Sourceforge open source repository. * The nmon for AIX code was later bundled in as part of the
AIX Aix or AIX may refer to: Computing * AIX, a line of IBM computer operating systems *An Alternate Index, for a Virtual Storage Access Method Key Sequenced Data Set *Athens Internet Exchange, a European Internet exchange point Places Belgium ...
operating systems. From AIX 5.3 TL09 and AIX 6.1 TL02 onward it was included in the default installation of AIX and fully supported by IBM. The nmon command and the topas commandIBM Knowledge center website http://www-01.ibm.com/support/knowledgecenter/ssw_aix_61/com.ibm.aix.cmds4/topas.htm are the same binary but behave differently depending on the command name used. The two editions (AIX and Linux) have completely different source code but offer many similar features, command line options and data — as much as the underlying operating system allow.


Features

* There are two runtime modes available: # In ''Online Mode'' it uses curses for efficient screen handling, which updates the terminal frequently for real-time monitoring. # In ''Capture Mode'', the data is saved to a file in CSV format for later processing and graphing. The file also includes important configuration details that are useful for recommending tuning. * nmon concentrates on performance information for the performance tuner and in a concise layout to aid understanding. This includes CPU, memory, disks, adapters, networks, NFS, Kernel statistics, File-systems, Workload Manager (AIX), Workload Partitions (AIX) and Top Processes. * nmon includes support for older AIX releases, Linux running on x86, POWER and Mainframe platforms and other Linux supporting hardware.


Screenshots

Image:Nmon 16m-2 CPU and memory screenshot.png, CPU Utilisation and Memory statistics Image:Nmon 16m-2 resources and load average screenshot.png, Resources and Kernel/load average statistics Image:Nmon 16m-2 top screenshot.png, top Processes sorted by CPU used


Alternatives

On AIX, there is the topas command that can output reports to a file but this is not in a format that can be used easily as a source for a spreadsheet or web tools like RRDtool. On Linux, there is the
top A spinning top, or simply a top, is a toy with a squat body and a sharp point at the bottom, designed to be spun on its vertical axis, balancing on the tip due to the gyroscopic effect. Once set in motion, a top will usually wobble for a few ...
command which is good for CPU and processes but does not cover disks and networks. For disk I/O, the
iostat iostat (''input/output statistics'') is a computer system monitor tool used to collect and show operating system storage input and output statistics. It is often used to identify performance issues with storage devices, including local disks, or ...
command can give you the details and
ntop ntop is computer software that probes a computer network to show network use in a way similar to what the program top does for processes. Software In interactive mode, it displays the network status on the user's terminal. In Web mode, it act ...
for network information. But neither of these commands allow saving data in a format suitable for a spreadsheet or simple further processing. Linux utility dstat can be used to produce text data, even in comma separated value format, which is quite suitable for spreadsheet programs.


References


External links

* {{official website, http://nmon.sourceforge.net/
AIX nmon man page

Tuning a Perfect Note: A look at performance tuning and new AIX 5.3 commands
Free system software System monitors Curses (programming library) Unix process- and task-management-related software