Size: px
Start display at page:

Download ""

Transcription

1 Page 1 of 33 AIX 6.1 정보 > Commands > t topas Command Purpose Reports selected local and remote system statistics. Syntax topas [ -d hotdisk ][ -f hotfs ] [ -h ] [ -i interval ] [ -n hotni ] [ -p hotprocess ] [ -w hotwlmclass ] [ -c hotprocessor ][ -I remotepollinterval ][ -@ [ wparname ] ] [ -U username ] [ -C -R [ -o field = value,... ] -D -F -L -P -V -T -M -t -E -W ] [ -m ] Restriction: You cannot use the -C, -R, -L, -E, -V, -v, -T, -t, -w, -W, -I, -@ options when you issue the command from a workload partition. Description The topas command reports selected statistics about the activity on the local system. The command uses the curses library to display its output in a format suitable for viewing on an 80x25 character-based display or in a window of at least the same size on a graphical display. The topas command requires the bos.perf.tools and perfagent.tools file sets to be installed on the system. The topas command can also report a limited set of performance metrics from remote AIX partitions that belong to the same hardware platform. This support is described in the Cross- Partition View section. The topas -D command reports the disk details. This report is described in the Disk Panel section. You can run the subcommands from the Disk Panel to display the following views: Adapter Panel Specified by pressing the d key. This panel provides details on the adapters and the disks that belong to the selected adapters. Virtual Adapter Panel Specified by pressing the d key and then the v key. This panel provides details of the virtual adapters that are related to the disks. MPIO Panel Specified by pressing the m key. This panel provides the details of the disks and the paths. Restriction: Adapter Panel, Virtual Adapter Panel and MPIO Panel are restricted inside WPARs. If the topas command is invoked without flags, it runs as if invoked with the following command: topas -d20 -i2 -n20 -p20 -w20 -c20 -f0 Note: The CEC or cluster panel re-spawns when the migration or hibernation of the partition is complete. All other behavior for the CEC and any other panel remains the same in the event of migration or hibernation. The program extracts statistics from the system with an interval specified by the monitoring_interval_in_seconds argument. The default output, as shown below, consists of

2 Page 2 of 33 two fixed parts and a variable section. The top two lines at the left of the display show the name of the system the topas command runs on, the date and time of the last observation, and the monitoring interval. The second fixed part fills the rightmost 25 positions of the display. It contains the following subsections of statistics: EVENTS/QUEUES Displays the per-second frequency of selected system-global events and the average size of the thread run and wait queues: Cswitch Syscalls Reads Writes Forks Execs The number of context switches per second over the monitoring interval. The total number of system calls per second that are run over the monitoring interval. The number of read system calls per second that are run over the monitoring interval. The number of write system calls per second that are run over the monitoring interval. The number of fork system calls per second that are run over the monitoring interval. The number of exec system calls per second that are run over the monitoring interval. Runqueue The average number of threads that were ready to run but were waiting for a processor to become available. Waitqueue The average number of threads that were waiting for paging to complete. FILE/TTY Displays the per-second frequency of selected file and the TTY statistics. The following data is reported: Readch Writech Rawin The amount of bytes read per second through the read system call over the monitoring interval. The amount of bytes written per second through the write system call over the monitoring interval. The amount of raw bytes read per second from TTYs over the monitoring interval.

3 Page 3 of 33 Ttyout Igets Namei Dirblk The amount of bytes written to TTYs per second over the monitoring interval. The number of calls per second to the inode lookup routines over the monitoring interval. The number of calls per second to the path name lookup routines over the monitoring interval. The number of directory blocks scanned per second by the directory search routine over the monitoring interval. PAGING Displays the per-second frequency of paging statistics. The following data is reported: Faults Steals PgspIn PgspOut PageIn PageOut Sios The total number of page faults taken per second over the monitoring interval. This includes page faults that do not cause paging activity. The physical memory 4 K frames stolen per second by the virtual memory manager over the monitoring interval. The number of 4 K pages read from paging space per second over the monitoring interval. The number of 4 K pages written to paging space per second over the monitoring interval. The number of 4 K pages read per second over the monitoring interval. This includes paging activity associated with reading from file systems. Subtract PgspIn from this value to get the number of 4K pages read from file systems per second over the monitoring interval. The number of 4 K pages written per second over the monitoring interval. This includes paging activity associated with writing to file systems. Subtract PgspOut from this value to get the number of 4K pages written to file systems per second over the monitoring interval. The number of I/O requests per second issued by the virtual memory manager over the monitoring interval.

4 Page 4 of 33 MEMORY Displays the real memory size and the distribution of memory in use. The following data is reported: Real,MB % Comp The size of real memory in megabytes. The percentage of real memory currently allocated to computational page frames. Computational page frames are generally those that are backed by paging space. % Noncomp % Client The percentage of real memory currently allocated to noncomputational frames. Non-computational page frames are generally those that are backed by file space, either data files, executable files, or shared library files. The percentage of real memory currently allocated to cache remotely mounted files. PAGING SPACE Displays the size and use of paging space. The following data is reported: Size,MB The sum of all paging spaces on the system, in megabytes. % Used The percentage of total paging space currently in use. % Free The percentage of total paging space currently free. NFS Displays the NFS statistics in calls per second. The following data is reported: Server V2 calls/sec Client V2 calls/sec Server V3 calls/sec Client V3 calls/sec Total WPAR Active WPAR AME Displays the total number of workload partitions that are defined in the system. The total amount of workload partitions can be in the following states: Defined, Active, Broken or Transition. Displays the total number of resource active workload partitions. Displays memory compression statistics in an Active Memory Expansion enabled system. The following data is reported: TMEM,MB True Memory Size, in megabytes. CMEM,MB Compressed Pool Size, in megabytes. EF[T/A]

5 Page 5 of 33 Expansion Factors: Target & Actual. CI Compressed Pool Page-Ins. CO Compressed Pool Page-Outs. The variable part of the topas display can have one, two, three, four, or five subsections. If more than one subsection displays, they are always shown in the following order: Processor utilization Network interfaces Physical disks File system Workload Manager classes workload partitions Processes When the topas command is started, it displays all subsections for which hot entities are monitored. The Workload Manager (WLM) Classes subsection is displayed only when WLM is active. The WLM should be started to view the WLM and WPAR statistics. Tip: When there is no WPAR specific information for a metric, the system-wide value is displayed for that metric in inverted background (that is, white text and black context). The following table provides the details for the subsections that the topas command displays: Processor utilization This subsection displays a bar chart showing cumulative processor usage. If more than one processor exists, a list of processors can be displayed by pressing the c key twice. Pressing the c key only once will turn this subsection off. The following fields are displayed by both formats: User% Kern% Wait% Idle% Physc The percentage of processor used by programs running in user mode. (Default sorted by User%) The percentage of processor used by programs running in kernel mode. The percentage of time spent in waiting for I/O. The percentage of time that the processors are idle. The number of physical processors that are consumed. Displayed only if the partition is running with shared processor.

6 Page 6 of 33 %Entc The percentage of entitled capacity that is consumed. Displayed only if the partition is running with shared processor. When this subsection first displays the list of hot processors, the list is sorted by the User% field. However, the list can be sorted by the other fields by moving the cursor to the top of the desired column. Network interfaces This subsection displays a list of hot network interfaces. The maximum number of interfaces displayed is the number of hot interfaces being monitored, as specified with the -n flag. A smaller number of interfaces will be displayed if other subsections are also being displayed. Pressing the n key turns off this subsection. Pressing the n key again shows a one -line report summary of the activity for all network interfaces. Both reports display the following fields: Interf KBPS I-Pack O-Pack KB-In KB-Out The name of the network interface. The total throughput in kilobytes per second over the monitoring interval. This field is the sum of kilobytes received and kilobytes sent per second. The amount of data packets received per second over the monitoring interval. The amount of data packets sent per second over the monitoring interval. The number of kilobytes received per second over the monitoring interval. The number of kilobytes sent per second over the monitoring interval. When this subsection first displays the list of hot network interfaces, the list is sorted by the KBPS field. However, the list can be sorted by the other fields by moving the cursor to the top of the desired column. Sorting is only valid for up to 16 network adapters. Physical disks This subsection displays a list of hot physical disks. The maximum amount of physical disks displayed is the number of hot physical disks being monitored as specified with the -d flag. A smaller number of physical disks will be displayed if other subsections are also being displayed. Pressing the d key turns off this subsection. Pressing the d key again shows a one-line report summary of the activity for all physical disks. Both reports display the following fields: Disk The name of the physical disk.

7 Page 7 of 33 Busy% KBPS TPS KB-Read KB-Writ The percentage of time the physical disk is active (bandwidth use of the drive). The amount of data transferred (read and written) in kilobytes per second over the monitoring interval. This field is the sum of the values of the KB-Read and KB-Writ. The number of transfers per second that were issued to the physical disk. A transfer is an I/O request to the physical disk. Multiple logical requests can be combined into a single I/O request to the disk. A transfer is of indeterminate size. The number of kilobytes read per second from the physical disk. The number of kilobytes written per second to the physical disk. When this subsection first displays the list of hot physical disks, the list is sorted by the KBPS field. However, the list can be sorted by the other fields by moving the cursor to the top of the desired column. Sorting is only valid for up to 128 physical disks. File system This subsection displays a list of hot file systems. If the File system subsection is displayed, the Physical disk subsection is not displayed. The maximum number of file systems that are displayed is the number of hot file systems that are monitored (when they are specified with the -f flag). A smaller number of file systems is displayed if other subsections are also being displayed. To turn off this subsection, press the d key. When you press the f key to show a one-line report summary of the activity for all of the file systems. When you press the f key again, the File system subsection is no longer displayed, and the Physical disk subsection is displayed. Both reports display the following fields: File System KBPS TPS KB-Read KB-Writ The name of the file system. The amount of data transferred (read and written) in kilobytes per second over the monitoring interval. This field is the sum of the values of the KB-Read and KB-Writ fields. The number of transfers per second that are issued to the file system. A transfer is an I/O request to the file system. Multiple logical requests can be combined into a single I/O request to the file system. The size of a transfer is not determinate. The number of kilobytes read per second from the file system.

8 Page 8 of 33 The number of kilobytes written per second to the file system. When this subsection displays the list of the file systems, the list is sorted by the KBPS field. However, the list can be sorted by the other fields by moving the cursor to the top of the target column. WLM classes Tip: If the file system name exceeds the field width in the display, then the file system name is displayed in a truncated format. The truncation contains the first and last few characters of the file system, the middle part of the name is replaced by periods (..). For example, if the file system name is filesystem001234, then the name is displayed as files This subsection displays a list of hot Workload Manager (WLM) Classes. The maximum number of WLM classes displayed is the number of hot WLM classes being monitored as specified with the -w flag. A smaller number of classes will be displayed if other subsections are also being displayed. Pressing the w key turns off this subsection. The following fields are displayed for each class: % processor Utilization The average processor use of the WLM class over the monitoring interval. % Mem Utilization The average memory use of the WLM class over the monitoring interval. % Blk I/O The average percent of block I/O of the WLM class over the monitoring interval. When this subsection first displays the list of hot WLM classes, the list will be sorted by the CPU% field. However, the list can be sorted by the other fields by moving the cursor to the top of the desired column. Workload partitions Tip: If the WLM class name exceeds the field width in the display, the WLM class name is truncated. The truncation contains the first and last few characters of the WLM class, and the middle part of the name is replaced by periods (..). For example, if the WLM class name is unclassified00123, then the WLM class name is displayed as uncla The workload partitions subsection replaces WLM subsection if invoked with the -@ flag. This subsection displays a list of hot workload partitions. The maximum number of workload partitions that are displayed is the number of hot WPARs that are monitored (when they are specified with the -w -@ flag). A smaller number of WPAR is displayed if other subsections are also being displayed. To turn off the workload partitions subsection, press key. The following fields are displayed for each WPAR: WPAR The name of the workload partition (WPAR). % processor Utilization

9 Page 9 of 33 The average processor use of the WPAR over the monitoring interval. % Mem Utilization The average memory use of the WPAR over the monitoring interval. % Blk I/O The average percent of block I/O of the WPAR over the monitoring interval. When this subsection displays the list of hot WPAR, the list is sorted by the CPU% field. However, the list can be sorted by the other fields by moving the cursor to the top of the target column that you want to use to sort the list. Processes Tip: If the WPAR name exceeds the field width in the display, the WPAR name is truncated. The truncation contains the first and last few characters of the WPAR, and the middle part of the name is replaced by periods (..). For example, if the WPAR name is neptune00123, then the WPAR is displayed as neptu This subsection displays a list of hot processes. The maximum number of processes displayed is the number of hot processes being monitored as specified with the -p flag. A smaller number of processes will be displayed if other subsections are also being displayed. Pressing the p key turns off this subsection. The processes are sorted by their processor usage over the monitoring interval. The following fields are displayed for each process: Name The name of the executable program executing in the process. The name is stripped of any pathname and argument information and truncated to 9 characters in length. Process ID The process ID of the process. % CPU Utilization The average processor use of the process over the monitoring interval. The first time a process is shown, this value is the average processor use over the lifetime of the process. Paging Space Used The size of the paging space allocated to this process. This can be considered an expression of the footprint of the process but does not include the memory used to keep the executable program and any shared libraries it may depend on. Process Owner (if the WLM section is off) The user name of the user who owns the process. Workload Manager (WLM) Class (if the WLM section is on) The WLM class to which the process belongs. WPAR (if the WPAR section is on)

10 Page 10 of 33 Adapter Panel View The WPAR name that the process belongs to. Tip: If the WLM Class/WPAR name exceeds the field width in the display, the WLM Class/WPAR name is truncated. The truncation contains the first and last few characters of the WLM Class/WPAR, and the middle part of the name is replaced by periods (..). For example, if the WLM Class/WPAR name is unclassified00123, then the WLM Class/WPAR name is displayed as uncla When you use the topas -D command, you can press the d key to display the Adapter Panel view. In this panel, the following metrics are displayed: Adapter KBPS TPS KB-R KB-W The name of the adapter. The amount of data transferred (read or written) in the adapter in kilobytes per second. Indicates the average number of transfers per second that the adapter issues. The total number of kilobytes that are read from the adapter. The total number of kilobytes that are written to the adapter. If you press the f key, the following details of the disks that belong to the adapter are displayed on the Adapter Panel: Vtargets/Disk The name of the virtual target device or disk. Busy% The percentage of time the virtual target device or disk is active (bandwidth use of the virtual target device or disk). KBPS The amount of data that is read and written in kilobytes per second over the monitoring interval. This field is the sum of the values of the KB-R and KB- W metrics. TPS The number of transfers per second that are issued to the virtual target device or disk. A transfer is an I/O request to the virtual target device or disk. Multiple logical requests can be combined into a single I/O request to the disk. A transfer is of medium size. KB-R The number of kilobytes per second that are read from the virtual target device or disk. KB-W The number of kilobytes per second that are written to the virtual target device or disk. AQD The average number of requests that are waiting to be sent to the virtual target device or disk. AQW The average number of queues that are waiting per request reported in milliseconds. The suffix indicates the unit of time. The default time unit is ART The average time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is AWT The average time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is MRT The maximum time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is MWT The maximum time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is

11 Page 11 of 33 Virtual Adapter Panel View When you run the topas -D command, you can press the v key to display the Virtual Adapter Panel view. In this panel, the following metrics are displayed: vadapter TPS KBPS KB-R KB-W AQD AQW ART AWT MRT MWT The name of the virtual adapter. The number of transfers per second that are issued to the adapter. The amount of data transferred (read or written) in kilobytes per second in the adapter. The number of blocks received per second from the hosting server to the adapter. The number of blocks sent per second from this adapter to the hosting server. The average number of requests waiting to be sent to the adapter. The average time spent by a transfer request in the waiting queue. The suffix indicates the unit of time. The default time unit is The average time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The average time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is If you press the f key, the following details of the disks that belong to the adapter are displayed on the Virtual Adapter Panel: Vtargets/Disk Busy% KBPS TPS KB-R KB-W AQD AQW ART AWT The name of the virtual target device or disk. The percentage of time the virtual target device or disk is active (bandwidth use of the virtual target device or disk). The amount of data that is read and written in kilobytes per second over the monitoring interval. This field is the sum of the values of the KB-R and KB-W metrics. The number of transfers per second that are issued to the virtual target device or disk. A transfer is an I/O request to the virtual target device or disk. Multiple logical requests can be combined into a single I/O request to the disk. A transfer is of medium size. The number of kilobytes that are read per second from the virtual target device or disk. The number of kilobytes that are written per second to the virtual target device or disk. The average number of requests that are waiting to be sent to the virtual target device or disk. The average number of queues that are waiting per request reported in milliseconds. The suffix indicates the unit of time. The default time unit is The average time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The average time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is

12 Page 12 of 33 MRT MWT The maximum time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is MPIO Panel View When you use the topas -D command, you can press the m key to display the MPIO Panel view. In this panel, the top section contains the same metrics that the Disks Panel displays. The bottom section of the panel contains the following fields: Path Busy% KBPS TPS KB-R KB-W The name of the path. The percentage of time the path is active (bandwidth use of the path). The amount of data that is read and written in kilobytes per second over the monitoring interval. This field is the sum of the values of the KB-R and KB-W metrics. The number of transfers per second that are issued in that path. The number of kilobytes that is read per second in that path. The number of kilobytes that is written per second in that path. I/O Memory Entitlement Pools Panel When a Logical Partition Panel (topas -L) is enabled in shared-memory mode, you can press the e key to display the I/O Memory Entitlement Pools Panel. The following metrics are displayed in the lower section of this panel: iompn iomin iodes ioinu iores iohwm ioafl The name of the I/O memory pool. The minimum I/O memory entitlement of the pool. The desired I/O memory entitlement of the pool. The current I/O memory entitlement of the pool. The reserved I/O memory entitlement of the pool. The maximum I/O memory entitlement in use for the pool (high water mark). The total number of times the allocation requests have failed for this pool. Cross-Partition View and Recording This panel displays metrics similar to the lparstat command for all the AIX partitions it can identify as belonging to the same hardware platform. Dedicated and shared partitions are displayed in separate sections with appropriate metrics. The top section represents aggregated data from the partition set to show overall partition, memory, and processor activity. Remote enablement for this panel to collect from other partitions requires to use the latest updates to the perfagent.tools and bos.perf.tools to support this function. For earlier versions of AIX, the topas command also collects remote data from partitions that have the Performance Aide product (perfagent.server) installed. The topas -C command may not be able to locate partitions residing on other sub-nets. To avoid this, create a $HOME/Rsi.hosts file containing the fully qualified host names for each partition (including domains), one host per line. Besides the display option, the topas -R option runs the topas command in the background (with no display) and record the Cross-Partition data. Recordings are made to the /etc/perf/ directory, and are of the form topas_cec. YYMMDD. Recordings cover single-day periods (24 hours) and are retained for eight days before they are automatically deleted. This allows a

13 Page 13 of 33 week's worth of data to be retained on the system at all times. The topasout command is used to convert these recordings into various text-based reports. If you use the topas -R function on an LPAR-capable system, you must identify a partition for collecting and recording this data. The topas -R command also records the VIO Server/Client throughput details as well. To run the topas -R command from the /etc/inittab file, see the SMIT panels for topas/topasout. The following metrics display in the initial cross-partition panel. Additional metrics with full descriptive labels can be displayed by using the key toggles identified in the Additional crosspartition panel subcommands section: Partition totals: Shr Ded The number of shared partitions based on the system processor. The number of dedicated partitions based on the system processor. Memory (in GB) Mon Avl InUse The total memory of monitored partitions The memory available to partition set The memory in use on monitored partitions Processor: Shr Ded PSz APP Don Shr_PhysB Ded_PhysB The number of shared processors The number of dedicated processors The active physical processors in the physical shared processor pool being used by this LPAR The available physical processors in the shared pool. This is equal to the idle cycles pool reported as a number of processors The total number of processors donated to the pool The total number of physical processors that are busy for all shared partitions The total number of physical processors that are busy for all dedicated partitions Individual partition data: Host The host name OS The operating system level M The mode of the individual partitions. The mode is displayed in a set of 3 characters. The first character indicates the CPU in the partition. Character Description For shared partitions: C SMT enabled and capped c SMT disabled and capped U SMT enabled and uncapped u SMT disabled and uncapped For dedicated partitions: S SMT enabled and not donating d SMT disabled and donating D SMT enabled and donating - SMT disabled and not donating The second character indicates the memory mode of the partition. Character Description M In shared memory mode (For shared partitions)

14 Page 14 of 33 Mem InU Lp Us Sy Wa Id PhysB Ent %Entc Vcsw PhI Pmem %idon %bdon %istl %bstl - Not in shared memory mode The third character indicates the energy state of the partition. Character Description S Static power save mode is enabled d Power save mode is disabled D Dynamic power save mode is enabled - Unknown / Undefined The total memory measured in gigabytes. The memory in use measured in gigabytes. The number of logical processors. The percentage of processor used by programs executing in user mode. The percentage of processor used by programs executing in kernel mod.e The percentage of time spent waiting for I/O. The percentage of time the processors are idle. The number of physical processors that are busy. The entitlement granted (shared-only). The percent entitlement consumed (shared-only). The average of virtual context switches per second (shared-only). The average of phantom interrupts per second (shared-only). The physical memory that is backing the partitions logical memory (if in shared-memory mode). The percentage of physical processor that is used while explicitly donating idle cycles. This metric is applicable only for donating dedicated partitions. The percentage of physical processor that is used while busy cycles are being donated. This metric is applicable only for donating dedicated partitions. The percentage of physical processor that is used while idle cycles are being stolen by the hypervisor. This metric is applicable only for dedicated partitions. The percentage of physical processor that is used while busy cycles are being stolen by the hypervisor. This metric is applicable only for dedicated partitions. The %idon and %bdon metrics are not displayed when there is no donating dedicated partition. Requirement: At least one partition to be monitored must have Pool Utilization Authority (PUA) configured for pool information metrics to be collected. For cross-partition monitoring/recording, some global data is not available from any partition. The -o option allows you to specify these fields in the command line. Optionally, you can configure a system to allow the topas command to query the HMC directly for this information. This requires the following steps: 1. Install OpenSSH at the partition Enable remote command support on the HMC for user hscroot to allow ssh connections to be opened from the partition. Configure ssh on the HMC to not require a password for the HMC user hscroot when queried from the selected partition. This requires the.ssh/authorized_keys2 on the HMC for user login hscroot. Run ssh -l hscroot hmc_address date from the partition to confirm whether the date is displayed without requiring that a password be entered.

15 Page 15 of Utilize the topas -o options described in the usage table to specify the managed system and HMC names when running the topas command. Restriction: This functionality is currently available only for HMC version 5 and above, and should only be enabled after careful consideration of any security implications. The following displays when press the g key in the initial screen, which brings the cross partition view with detailed headers: Topas CEC Monitor Interval: 10 Mon Jan 22 00:08:00 2 Partition Info Memory (GB) Processor Virtual Pools : 2 Monitored : 2 Monitored : 6.2 Monitored :2.0 Avail Pool Proc: 5 UnMonitored: - UnMonitored: - UnMonitored: - Shr Physical Busy: 0. Shared : 0 Available : - Available : - Ded Physical Busy: 0. Uncapped : 0 UnAllocated: - UnAllocated: - Donated Phys. processo Capped : 2 Consumed : 1.9 Shared : 0 Stolen Phys. processor Dedicated : 2 Dedicated : 2 Hypervisor Donating : 0 Donated : 0 Virt. Context Switch: Pool Size : 0 Phantom Interrupts : Host OS M Mem InU Lp Us Sy Wa Id PhysB Vcsw Ent %EntC PhI shared ptoolsl1 A53 U k Host OS M Mem InU Lp Us Sy Wa Id PhysB Vcsw %istl %bstl %bdon %ido dedicated ptools1 A54 S ptoolsl3 A54 S The following headers are in the previous screen: Partition Info: Monitored Unmonitored Shared Uncapped Capped Dedicated Donating The number of partitions that are monitored The number of partitions that are not monitored The number of shared partitions The number of uncapped shared partitions The number of capped partitions The number of dedicated partitions The number of partitions that are currently donating Memory: Monitored UnMonitored Available UnAllocated Consumed The total memory that is monitored The total memory that is not monitored The total memory that is available The total memory that is not allocated to any partition The total memory that is consumed by the partitions Processor: Monitored UnMonitored Available UnAllocated Shared Dedicated Donated Pool Size The number of physical processors that are monitored The number of physical processors that are not monitored The number of physical processors that are available in CEC system The number of physical processors that are not allocated to any partition The number of processors that are in shared partitions The number of processors that are in dedicated partitions The sum of the number of processors in all the partitions donating The number of active shared processors in all of the pools

16 Page 16 of 33 Avail Proc Pool Shr Physical Busy Ded Physical Busy Donated Phys. processors Stolen Phys. processors Virtual Pools Virt. Context Switch Phantom Interrupts The physical processors in the pool that is available The sum of physical busy of all of the shared partitions The sum of dedicated busy of all of the dedicated partitions The sum of the donated processor cycles from all of the partitions reported as a number of processors The sum of stolen processor cycles from all of the partitions reported as a number of processors The number of virtual pools The total number of virtual context switches per second in the monitoring interval The total number of phantom interrupts per second in the monitoring interval When the topas command is running inside any cross partition view, press the p key to bring up the pool panel. The following is an example that displays: pool psize entc maxc physb app mem muse You can scroll up or down in the pool ID column and press the f key to list only the shared partitions that belong to the poolid where cursor is positioned. The following headers might be displayed in the screen: psize entc maxc physb app mem muse The effective maximum capacity of the pool The entitled capacity of the pool The maximum capacity of the pool The sum of physical busy of processors in shared partitions of a pool The available physical processor in the pool The sum of monitored memory for all shared partitions in the pool The sum of memory consumed for all shared partitions in the pool When the topas command is running inside any cross-partition view, press the v key to display the Virtual I/O Server/Client Throughput Panel. The following metrics are displayed: Server Client KBPS TPS KB-R KB-W AQD AQW ART AWT MRT The name of the VIO Server. The name of the VIO Client. The amount of data that is read and written in kilobytes per second over the monitoring interval. This field is the sum of the values of the KB-R and KB-W metrics. The number of transfers that are issued per second. The number of kilobytes that are read per second. The number of kilobytes that are written per second. The average number of requests that are waiting to be sent. The average number of queues that are waiting per request reported in milliseconds. The suffix indicates the unit of time. The default time unit is The average time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The average time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is

17 Page 17 of 33 MWT The maximum time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is When the topas command is running inside the Virtual I/O Server/Client Throughput Panel, press the d key after selecting a server from the Virtual I/O Server/Client Throughput Panel to toggle to VIO Server/Client Disk Details panel. This panel displays the server adapter details in the top section and displays the target device and client disk details in the bottom of the section. To list the target devices and client disks belong to that adapter, select the adapter and press the f key. The following metrics are displayed in a Virtual I/O Server/Client Disk Details Panel: Adapter Vtargets Client_disk The name of the server adapter. The name of the virtual target device that belongs to the server adapter. The name of the client disk that is mapped to the virtual target device of the server adapter. The following details of the adapters are displayed on the top section of the panel: KBPS TPS KB-R KB-W AQD AQW ART AWT MRT MWT The amount of data transferred (read or written) in the adapter in kilobytes per second. The number of transfers per second that are issued to the adapter. The total number of kilobytes read from the adapter. The total number of kilobytes written to the adapter. The number of requests waiting to be sent to the adapter. The time spent by a transfer request in the waiting queue. The suffix indicates the unit of time. The default time unit is The time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is The following details for the virtual target device and client disk are displayed on the panel: Busy% KBPS TPS KB-R KB-W AQD The percentage of time the that the virtual target device or disk is active (bandwidth use of the virtual target device or disk). The number of kilobytes read and written per second over the monitoring interval. This field is the sum of the values of the KB-R and KB-W metrics. The number of transfers per second that are issued to the virtual target device or disk. A transfer is an I/O request to the virtual target device or disk. Multiple logical requests can be combined into a single I/O request to the virtual target device or disk. A transfer is of medium size. The number of kilobytes read per second from the virtual target device or disk. The number of kilobytes written per second to the virtual target device or disk. The average number of requests waiting to be sent to virtual target device or disk.

18 Page 18 of 33 AQW ART AWT MRT MWT The average number of queues that are waiting per request reported in milliseconds. The suffix indicates the unit of time. The default time unit is The average time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The average time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is To display the Memory Pool Panel from the CEC Panel, press the m key. This panel displays the statistics of all of the memory pools in the system. To display the partitions corresponding to that pool in the lower section of the panel, select a particular memory pool and press the f key. The following values are displayed in the header section of the panel: Mshr Mded Pools Mpsz MPuse Entl Use Mon InUse Avl The number of logical partitions (LPARs) running in the shared-memory mode. The number of LPARs running in dedicated-memory mode. The total number of memory pools in the system. The total size of physical memory of all the memory pools in gigabytes. The total memory used by LPARs associated with all of the pools in gigabytes. The total I/O memory entitlement of all of the LPARs in all the pools in gigabytes. The total I/O memory entitlement in use of all of the LPARs in all the pools in gigabytes. The total monitored memory of the system ( sum of the values of the Mpsz metric and the Total memory of dedicated memory partitions metric). The total memory in use of the system (sum of the MPuse metric and Total memory inuse for dedicated memory partitions metric). The total memory available for the system (the value of the Mon metric minus the value of the InUse metric). The following values of the pools are displayed: mpid mpsz mpus mem memu iome iomu hpi The ID of the memory pool. The size of the total physical memory of the memory pool in gigabytes. The total memory of the memory pool in use ( this is the sum of the physical memory allocated to all of the LPARs in the pool). The size of the aggregate logical memory of all the partitions in the pool in gigabytes. The aggregate logical memory that is used for all the partitions in the pool in gigabytes. The aggregate of I/O memory entitlement that is configured for all the LPARs in the pool in gigabytes. The aggregate of the I/O memory entitlement that is used for all the LPARs in the pool in gigabytes. The aggregate number of hypervisor page faults that have occurred for all of the LPARs in the pool.

19 Page 19 of 33 hpit The aggregate of time spent in waiting for hypervisor page-ins by all of the LPARs in the pool in milliseconds. The following values of the partitions in the pools are displayed: mem memu meml pmem iom iomu hpi hpit vcsw physb %entc The size of logical memory of the partition in gigabytes. The logical memory that is used for the partition in gigabytes. The logical memory loaned to hypervisor by the LPAR. The physical memory that is allocated to the partition from the memory pool in gigabytes. The amount of I/O memory entitlement that is configured for the LPAR in gigabytes. The amount of I/O memory entitlement that is used for the LPAR in gigabytes. The number of hypervisor page faults. The time spent in waiting for hypervisor page-ins in milliseconds. The virtual context switches average per second. The physical processor that is busy. The percentage of the consumed processor entitlement. Implementation Specifics Disks and network adapters added after starting topas or any other SPMI consumer will not be reflected in topas. You must stop topas and all clients that use SPMI and then restart after the changes to disks and network adapters are made. Flags wparname Shows the WPAR-specific metrics. If you specify a WPAR name with the wparname parameter, the topas monitors that WPAR. -c hotprocessor Specifies with thehotprocessor parameter the number of hot processors to be monitored. This is also the maximum number of processors displayed when enough room is available on the screen. If this number exceeds the number of processors available, only the installed processors will be monitored and displayed. If this argument is omitted, a default of 2 is assumed. If a value of 0 (zero) is specified, no processor information is monitored. -C -o field = value,... Displays the Cross-partition Panel. The topas command collects a set of metrics from AIX partitions running on the same hardware platform. The metrics are similar to those collected by the lparstat command. Dedicated and shared partitions are displayed, and a set of aggregated values provide an overview of the entire hardware systems partition set. Certain values only available from the HMC platform can be set through the line command if an HMC connection is not available: -o availmem = [total amount of memory allocated to all partitions, in GB] -o unavailmem = [total amount of memory unallocated from the HMC, in GB] -o availprocessor = [total number of physical processors allocated for all partitions] -o unavailprocessor = [total number of physical processors unallocated from the HMC] -o poolsize = [defined pool size required if HMC Processor Utilization Authority restricts access]

20 Page 20 of 33 -o partitions = [number of partitions defined on the HMC] -o reconfig = [number of seconds between checking for HMC configuration changes. Allowed values are 30, 60, 90, 120, 180, 240, 300 seconds. The default is 60 seconds] -D Displays the Disk Metrics display ( Disk Panel View). The display reports disk service times, disk queuing metrics, and disk throughput. The following metrics are reported: Disk Busy% KBPS TPS KB-R ART MRT KB-W AWT MWT AQW The name of the physical disk. The percentage of time that the physical disk is active (bandwidth use for the disk). The number of kilobytes that are read and written per second over the monitoring interval. This field is the sum of the values of the KB-R and KB-W metrics. The number of transfers per second that are issued to the physical disk. A transfer is an I/O request to the physical disk. Multiple logical requests can be combined into a single I/O request to the disk. A transfer is of medium size. The number of kilobytes read per second from the physical disk. The average time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the read request sent. The suffix indicates the unit of time. The default time unit is The number of kilobytes written per second to the physical disk. The average time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is The maximum time to receive a response from the hosting server for the write request sent. The suffix indicates the unit of time. The default time unit is

21 Page 21 of 33 The average number of queues that are waiting per request reported in milliseconds. AQD The average number of requests that are waiting to be sent to disk. With the -D flag specified, you can run the following subcommands: To view the Adapter Panel, press the d key. To display all of the virtual adapters present in the partition (Virtual Adapter Panel), press the v key. To display the disks that belong to the adapter or the virtual adapter, press the f key. To display the MPIO Panel, press the m key. This panel displays the disks details and the path details. To list the paths of the disks, press the f key. -d hotdisk Specifies the number of disks to be monitored. The hotdisk parameter specifies the number of the hot disks to be monitored. This is also the maximum number of disks displayed when enough room is available on the screen. When this number exceeds the number of disks installed, only the installed disks will be monitored and displayed. If this argument is omitted, a default of 2 is assumed. If a value of 0 (zero) is specified, no disk information is monitored. -E Displays the statistics of the shared Ethernet adapter on a Virtual I/O Server. The following metrics are displayed: KBPS I-Pack O-Pack KB-In KB-Out The total throughput in kilobytes per second over the monitoring interval. This field is the sum of the kilobytes received and kilobytes sent per second. The number of data packets received per second over the monitoring interval. The number of data packets sent per second over the monitoring interval. The number of kilobytes received per second over the monitoring interval. The number of kilobytes sent per second over the monitoring interval. -F Displays the file system display. When you specify the flag with the -@ flag or subcommand, file system is shown in two windows. The top part of the display shows a list of active WPAR. This list can be sorted on any column. The display reports file system service times, file system queuing metrics, and file system throughput. The following metrics are reported:

22 Page 22 of 33 File System KBPS TPS The name of file system. The amount of data transferred (read and written) per second over the monitoring interval. This field is the sum of the values of KB-Read and KB-Writ. The number of transfers per second that are issued to the file system. A transfer is an I/O request to the file system. Multiple logical requests can be combined into a single I/O request to the file system. The size of a transfer is not determinate. KB-Read The amount of kilobytes read per second from the file system. KB-Writ The amount of kilobytes written per second from the file system. Open The logical number of files open. Create The logical number of files creates. Lock The number of files lock file system. -f HotFS Tip: If the file system name exceeds the field width in the display, then the file system name is displayed is truncated. The truncation contains the first and last few characters of the file system, and the middle part of the name is replaced by periods (..). For example, if the file system name is filesystem001234, then the file system name is displayed as files Specifies with the HotFS parameter the number of file system to be monitored. This is also the maximum number of file system displayed when enough room is available. When this number exceeds the number of file system mounted, only the mounted file system is monitored and displayed. If you do not specify the -f flag, the default value is two. If you specify a value of zero, the file system information is monitored. -h Displays help information in the following format: usage: topas [-d number-of-monitored-hot-disks] [-h] [-i monitoring-interval_in_seconds] [-n number-of-monitored-hot-network-interfaces] [-p number-of-monitored-hot-processes] [-w number-of-monitored-hot-wlm classes] [-c number-of-monitored-hot-processors] [-U username_owned_processes] [-D -P -W -L] [-m]

Monitoring Agent for Unix OS Version Reference IBM

Monitoring Agent for Unix OS Version Reference IBM Monitoring Agent for Unix OS Version 6.3.5 Reference IBM Monitoring Agent for Unix OS Version 6.3.5 Reference IBM Note Before using this information and the product it supports, read the information in

More information

Performance and Workload Management

Performance and Workload Management Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.0 4.1 Performance and Workload Management Unit Objectives After completing this unit, you should

More information

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. UNIX OS Agent Reference

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. UNIX OS Agent Reference IBM Tivoli Monitoring Version 6.3 Fix Pack 2 UNIX OS Agent Reference IBM Tivoli Monitoring Version 6.3 Fix Pack 2 UNIX OS Agent Reference Note Before using this information and the product it supports,

More information

Performance Sentry VM Provider Objects April 11, 2012

Performance Sentry VM Provider Objects April 11, 2012 Introduction This document describes the Performance Sentry VM (Sentry VM) Provider performance data objects defined using the VMware performance groups and counters. This version of Performance Sentry

More information

BMC Capacity Optimization Extended Edition AIX Enhancements

BMC Capacity Optimization Extended Edition AIX Enhancements BMC Capacity Optimization Extended Edition 9.5.1 AIX Enhancements Support for AIX Active Memory Expansion (AME) mode Metrics displayed in BCO AIX PowerVM view for CPU and Memory Allocation Frame name,

More information

IBM p5 Virtualization Technical Support AIX 5L V5.3. Download Full Version :

IBM p5 Virtualization Technical Support AIX 5L V5.3. Download Full Version : IBM 000-062 p5 Virtualization Technical Support AIX 5L V5.3 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-062 A. Virtual Ethernet B. Micro-Partitioning C. Virtual I/O Server D.

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 000-108 Title : Enterprise Technical Support for AIX and Linux -v2 Version : Demo 1 / 7 1.Which power reduction technology requires a software component in order to be activated? A.

More information

IBM Tivoli Monitoring: AIX Premium Agent Version User's Guide SA

IBM Tivoli Monitoring: AIX Premium Agent Version User's Guide SA Tioli IBM Tioli Monitoring: AIX Premium Agent Version 6.2.2.1 User's Guide SA23-2237-06 Tioli IBM Tioli Monitoring: AIX Premium Agent Version 6.2.2.1 User's Guide SA23-2237-06 Note Before using this information

More information

Vendor: IBM. Exam Code: C Exam Name: Enterprise Technical Support for AIX and Linux -v2. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: Enterprise Technical Support for AIX and Linux -v2. Version: Demo Vendor: IBM Exam Code: C4040-108 Exam Name: Enterprise Technical Support for AIX and Linux -v2 Version: Demo QUESTION 1 Which power reduction technology requires a software component in order to be activated?

More information

Performance Toolbox for AIX Version 3.1

Performance Toolbox for AIX Version 3.1 Performance Toolbox for AIX Version 3.1 Release Notes GI10-0750-03 Performance Toolbox for AIX Version 3.1 Release Notes GI10-0750-03 Note Before using this information and the product it supports, read

More information

June IBM Power Academy. IBM PowerVM memory virtualization. Luca Comparini STG Lab Services Europe IBM FR. June,13 th Dubai

June IBM Power Academy. IBM PowerVM memory virtualization. Luca Comparini STG Lab Services Europe IBM FR. June,13 th Dubai June 2012 @Dubai IBM Power Academy IBM PowerVM memory virtualization Luca Comparini STG Lab Services Europe IBM FR June,13 th 2012 @IBM Dubai Agenda How paging works Active Memory Sharing Active Memory

More information

IBM p5 and pseries Enterprise Technical Support AIX 5L V5.3. Download Full Version :

IBM p5 and pseries Enterprise Technical Support AIX 5L V5.3. Download Full Version : IBM 000-180 p5 and pseries Enterprise Technical Support AIX 5L V5.3 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-180 A. The LPAR Configuration backup is corrupt B. The LPAR Configuration

More information

Practical 5. Linux Commands: Working with Files

Practical 5. Linux Commands: Working with Files Practical 5 Linux Commands: Working with Files 1. Ps The ps command on linux is one of the most basic commands for viewing the processes running on the system. It provides a snapshot of the current processes

More information

IBM PowerVM Active Memory Sharing

IBM PowerVM Active Memory Sharing IBM PowerVM Active Memory Sharing One Customer s Experience Martin Mihalic Technology Engineer Asa Hendrick Technology Engineer DISCLAIMER The following documentation is based on one customer s experience

More information

Live Partition Mobility Update

Live Partition Mobility Update Power Systems ATS Live Partition Mobility Update Ron Barker Power Advanced Technical Sales Support Dallas, TX Agenda Why you should be planning for partition mobility What are your options? Which is best

More information

Historical Collection Best Practices. Version 2.0

Historical Collection Best Practices. Version 2.0 Historical Collection Best Practices Version 2.0 Ben Stern, Best Practices and Client Success Architect for Virtualization and Cloud bstern@us.ibm.com Copyright International Business Machines Corporation

More information

Vendor: IBM. Exam Code: C Exam Name: Power Systems with POWER8 Scale-out Technical Sales Skills V1. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: Power Systems with POWER8 Scale-out Technical Sales Skills V1. Version: Demo Vendor: IBM Exam Code: C9010-251 Exam Name: Power Systems with POWER8 Scale-out Technical Sales Skills V1 Version: Demo QUESTION 1 What is a characteristic of virtualizing workloads? A. Processors are

More information

Application and Partition Mobility

Application and Partition Mobility IBM System p Application and Mobility Francis COUGARD IBM Products and Solutions Support Center Montpellier Copyright IBM Corporation 2009 Index Application and Mobility Presentation Videocharger and DB2

More information

WebSphere. Virtual Enterprise Version Virtualization and WebSphere Virtual Enterprise Version 6.1.1

WebSphere. Virtual Enterprise Version Virtualization and WebSphere Virtual Enterprise Version 6.1.1 WebSphere Virtual Enterprise Version 6.1.1 Virtualization and WebSphere Virtual Enterprise Version 6.1.1 ii : Contents Preface............... v Chapter 1. Virtualization and WebSphere Virtual Enterprise...........

More information

Power Systems with POWER8 Scale-out Technical Sales Skills V1

Power Systems with POWER8 Scale-out Technical Sales Skills V1 Power Systems with POWER8 Scale-out Technical Sales Skills V1 1. An ISV develops Linux based applications in their heterogeneous environment consisting of both IBM Power Systems and x86 servers. They are

More information

Performance Objects and Counters for the System

Performance Objects and Counters for the System APPENDIXA Performance Objects and for the System May 19, 2009 This appendix provides information on system-related objects and counters. Cisco Tomcat Connector, page 2 Cisco Tomcat JVM, page 4 Cisco Tomcat

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : C9010-022 Title : IBM AIX Administration V1 Vendor : IBM Version : DEMO Get Latest & Valid C9010-022 Exam's Question

More information

Planning for Virtualization on System P

Planning for Virtualization on System P Planning for Virtualization on System P Jaqui Lynch Systems Architect Mainline Information Systems Jaqui.lynch@mainline.com com http://www.circle4.com/papers/powervm-performance-may09.pdf http://mainline.com/knowledgecenter

More information

SysGauge SYSTEM MONITOR. User Manual. Version 3.8. Oct Flexense Ltd.

SysGauge SYSTEM MONITOR. User Manual. Version 3.8. Oct Flexense Ltd. SysGauge SYSTEM MONITOR User Manual Version 3.8 Oct 2017 www.sysgauge.com info@flexense.com 1 1 SysGauge Product Overview SysGauge is a system and performance monitoring utility allowing one to monitor

More information

Virtualization Technical Support for AIX and Linux - v2

Virtualization Technical Support for AIX and Linux - v2 IBM 000-109 Virtualization Technical Support for AIX and Linux - v2 Version: 5.0 Topic 1, Volume A QUESTION NO: 1 An administrator is attempting to configure a new deployment of 56 POWER7 Blades across

More information

Measuring VMware Environments

Measuring VMware Environments Measuring VMware Environments Massimo Orlando EPV Technologies In the last years many companies adopted VMware as a way to consolidate more Windows images on a single server. As in any other environment,

More information

SysGauge SYSTEM MONITOR. User Manual. Version 4.7. Apr Flexense Ltd.

SysGauge SYSTEM MONITOR. User Manual. Version 4.7. Apr Flexense Ltd. SysGauge SYSTEM MONITOR User Manual Version 4.7 Apr 2018 www.sysgauge.com info@flexense.com 1 1 SysGauge Product Overview...3 2 SysGauge Product Versions...6 3 Product Installation...7 4 System Monitor

More information

IBM Exam A Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ]

IBM Exam A Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ] s@lm@n IBM Exam A4040-101 Virtualization Technical Support for AIX and Linux Version: 6.0 [ Total Questions: 93 ] IBM A4040-101 : Practice Test Question No : 1 Which of the following IOS commands displays

More information

Profiling tool. Prototype architecture. Prototype Architecture and components description

Profiling tool. Prototype architecture. Prototype Architecture and components description Profiling tool Prototype architecture In Figure 1 the communication of profiling tool in physical level is described. During the profiling phase, both the application on virtual machine and the profiling

More information

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017 ECE 550D Fundamentals of Computer Systems and Engineering Fall 2017 The Operating System (OS) Prof. John Board Duke University Slides are derived from work by Profs. Tyler Bletsch and Andrew Hilton (Duke)

More information

10 MONITORING AND OPTIMIZING

10 MONITORING AND OPTIMIZING MONITORING AND OPTIMIZING.1 Introduction Objectives.2 Windows XP Task Manager.2.1 Monitor Running Programs.2.2 Monitor Processes.2.3 Monitor System Performance.2.4 Monitor Networking.2.5 Monitor Users.3

More information

C IBM. Virtualization Technical Support for AIX and Linux V2

C IBM. Virtualization Technical Support for AIX and Linux V2 C4040-109 Dumps C4040-109 Braindumps C4040-109 Real Questions C4040-109 Practice Test C4040-109 dumps free IBM C4040-109 Virtualization Technical Support for AIX and Linux V2 http://killexams.com/pass4sure/exam-detail/c4040-109

More information

Chapter 8: Virtual Memory. Operating System Concepts

Chapter 8: Virtual Memory. Operating System Concepts Chapter 8: Virtual Memory Silberschatz, Galvin and Gagne 2009 Chapter 8: Virtual Memory Background Demand Paging Copy-on-Write Page Replacement Allocation of Frames Thrashing Memory-Mapped Files Allocating

More information

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Performance VMware vsphere 4.1 T E C H N I C A L W H I T E P A P E R Table of Contents Scalability enhancements....................................................................

More information

Increasing Performance for PowerCenter Sessions that Use Partitions

Increasing Performance for PowerCenter Sessions that Use Partitions Increasing Performance for PowerCenter Sessions that Use Partitions 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

6. Results. This section describes the performance that was achieved using the RAMA file system.

6. Results. This section describes the performance that was achieved using the RAMA file system. 6. Results This section describes the performance that was achieved using the RAMA file system. The resulting numbers represent actual file data bytes transferred to/from server disks per second, excluding

More information

EMC Unisphere for VMAX Database Storage Analyzer

EMC Unisphere for VMAX Database Storage Analyzer EMC Unisphere for VMAX Database Storage Analyzer Version 8.0.3 Online Help (PDF version) Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes the

More information

CS2506 Quick Revision

CS2506 Quick Revision CS2506 Quick Revision OS Structure / Layer Kernel Structure Enter Kernel / Trap Instruction Classification of OS Process Definition Process Context Operations Process Management Child Process Thread Process

More information

Lesson 2: Using the Performance Console

Lesson 2: Using the Performance Console Lesson 2 Lesson 2: Using the Performance Console Using the Performance Console 19-13 Windows XP Professional provides two tools for monitoring resource usage: the System Monitor snap-in and the Performance

More information

-Device. -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, device)

-Device. -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, device) Devices -Host -CPU -Device -Controller device) +memory +OS -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, Communication -Registers -Control

More information

Background: Operating Systems

Background: Operating Systems Background: Operating Systems Brad Karp UCL Computer Science CS GZ03 / M030 9 th October 2015 Outline Goals of an operating system Sketch of UNIX User processes, kernel Process-kernel communication Waiting

More information

EMC Unity Family. Monitoring System Performance. Version 4.2 H14978 REV 03

EMC Unity Family. Monitoring System Performance. Version 4.2 H14978 REV 03 EMC Unity Family Version 4.2 Monitoring System Performance H14978 REV 03 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published July 2017 Dell believes the information in this

More information

Checking Resource Usage in Fedora (Linux)

Checking Resource Usage in Fedora (Linux) Lab 5C Checking Resource Usage in Fedora (Linux) Objective In this exercise, the student will learn how to check the resources on a Fedora system. This lab covers the following commands: df du top Equipment

More information

TA7750 Understanding Virtualization Memory Management Concepts. Kit Colbert, Principal Engineer, VMware, Inc. Fei Guo, Sr. MTS, VMware, Inc.

TA7750 Understanding Virtualization Memory Management Concepts. Kit Colbert, Principal Engineer, VMware, Inc. Fei Guo, Sr. MTS, VMware, Inc. TA7750 Understanding Virtualization Memory Management Concepts Kit Colbert, Principal Engineer, VMware, Inc. Fei Guo, Sr. MTS, VMware, Inc. Disclaimer This session may contain product features that are

More information

Mechanic v. Surgeon (photos from istockphoto.com)

Mechanic v. Surgeon (photos from istockphoto.com) 0 Mechanic v. Surgeon (photos from istockphoto.com) 1 2007: AIX Kernel hotpatch support available with AIX 6.1 2008: Ksplice Linux hotpatch support (based on MIT student s master s thesis) Stops all running

More information

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation IBM SYSTEM POWER7 PowerVM Jan Kristian Nielsen jankn@dk.ibm.com - +45 28803310 Erik Rex Rex@dk.ibm.com - +45 28803326 PowerVM: Virtualization Without Limits Reduces IT infrastructure costs Improves service

More information

Grover Davidson Senior Software Engineer, AIX Development Support IBM pin541 Hidden Features and Functionality in AIX

Grover Davidson Senior Software Engineer, AIX Development Support IBM pin541 Hidden Features and Functionality in AIX Grover Davidson grover@us.ibm.com Senior Software Engineer, AIX Development Support IBM pin541 Hidden Features and Functionality in AIX Copyright IBM Corporation 2014 Technical University/Symposia materials

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-106 EXAM QUESTIONS & ANSWERS Number: 000-106 Passing Score: 800 Time Limit: 120 min File Version: 38.8 http://www.gratisexam.com/ IBM 000-106 EXAM QUESTIONS & ANSWERS Exam Name: Power Systems with

More information

OPERATING SYSTEM. Chapter 9: Virtual Memory

OPERATING SYSTEM. Chapter 9: Virtual Memory OPERATING SYSTEM Chapter 9: Virtual Memory Chapter 9: Virtual Memory Background Demand Paging Copy-on-Write Page Replacement Allocation of Frames Thrashing Memory-Mapped Files Allocating Kernel Memory

More information

IBM PowerVM Active Memory Sharing Performance

IBM PowerVM Active Memory Sharing Performance IBM PowerVM Active Memory Sharing Performance May 20, 2009 Mala Anand Power System Performance Table of Contents 1 Introduction... 4 2 Active Memory Sharing Overview... 5 2.1 PowerVM Processor versus Memory

More information

vrealize Operations Definitions for Metrics, Properties, and Alerts vrealize Operations Manager 6.6

vrealize Operations Definitions for Metrics, Properties, and Alerts vrealize Operations Manager 6.6 vrealize Operations Definitions for Metrics, Properties, and Alerts vrealize Operations Manager 6.6 vrealize Operations Definitions for Metrics, Properties, and Alerts You can find the most up-to-date

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING ACADEMIC YEAR / ODD SEMESTER

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING ACADEMIC YEAR / ODD SEMESTER KINGS COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING ACADEMIC YEAR 2011-2012 / ODD SEMESTER Question Bank Subject Code/Name: CS1005-Unix Internals Year / Sem: IV / VII UNIT I- GENERAL

More information

Guide to Multiple Page Size Support on AIX 5L Version 5.3

Guide to Multiple Page Size Support on AIX 5L Version 5.3 Guide to Multiple Page Size Support on AIX 5L Version 5.3 March, 2006 David Hepkin IBM Corporation Contributors: Augie Mena, Greg Mewhinney aixtrmultiplepagewp030206.doc 1 Introduction / Overview The POWER5+

More information

System Performance Objects and Counters

System Performance Objects and Counters APPENDIXA System Performance Objects and This appendix contains the following sections: Cisco Tomcat Connector, page A-2 Cisco Tomcat JVM, page A-3 Cisco Tomcat Web Application, page A-4 Database Change

More information

Availability and Utility of Idle Memory in Workstation Clusters. Anurag Acharya, UC-Santa Barbara Sanjeev Setia, George Mason Univ

Availability and Utility of Idle Memory in Workstation Clusters. Anurag Acharya, UC-Santa Barbara Sanjeev Setia, George Mason Univ Availability and Utility of Idle Memory in Workstation Clusters Anurag Acharya, UC-Santa Barbara Sanjeev Setia, George Mason Univ Motivation Explosive growth in data intensive applications Large-scale

More information

SHRI ANGALAMMAN COLLEGE OF ENGINEERING AND TECHNOLOGY (An ISO 9001:2008 Certified Institution) SIRUGANOOR, TIRUCHIRAPPALLI

SHRI ANGALAMMAN COLLEGE OF ENGINEERING AND TECHNOLOGY (An ISO 9001:2008 Certified Institution) SIRUGANOOR, TIRUCHIRAPPALLI SHRI ANGALAMMAN COLLEGE OF ENGINEERING AND TECHNOLOGY (An ISO 9001:2008 Certified Institution) SIRUGANOOR, TIRUCHIRAPPALLI 621 105 DEPARTMENT OF COMPUTER SCIENCE AND ENGG. Cs 1005- UNIX INTERNALS UNIT

More information

Table of Contents. Copyright Pivotal Software Inc,

Table of Contents. Copyright Pivotal Software Inc, Table of Contents Table of Contents Greenplum Command Center User Guide Dashboard Query Monitor Host Metrics Cluster Metrics Monitoring Multiple Greenplum Database Clusters Historical Queries & Metrics

More information

Cisco Nexus 9500 Series Switches Buffer and Queuing Architecture

Cisco Nexus 9500 Series Switches Buffer and Queuing Architecture White Paper Cisco Nexus 9500 Series Switches Buffer and Queuing Architecture White Paper December 2014 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.

More information

Monitoring Agent for Microsoft Hyper-V Server Fix Pack 12. Reference IBM

Monitoring Agent for Microsoft Hyper-V Server Fix Pack 12. Reference IBM Monitoring Agent for Microsoft Hyper-V Server 6.3.1 Fix Pack 12 Reference IBM Monitoring Agent for Microsoft Hyper-V Server 6.3.1 Fix Pack 12 Reference IBM Note Before using this information and the product

More information

SAS Viya 3.3 Administration: Monitoring

SAS Viya 3.3 Administration: Monitoring SAS Viya 3.3 Administration: Monitoring Monitoring: Overview SAS Viya provides monitoring functions through several facilities. Use the monitoring system that matches your needs and your environment: The

More information

Virtual Memory Review. Page faults. Paging system summary (so far)

Virtual Memory Review. Page faults. Paging system summary (so far) Lecture 22 (Wed 11/19/2008) Virtual Memory Review Lab #4 Software Simulation Due Fri Nov 21 at 5pm HW #3 Cache Simulator & code optimization Due Mon Nov 24 at 5pm More Virtual Memory 1 2 Paging system

More information

64K page size enablement of Active Memory Expansion

64K page size enablement of Active Memory Expansion 64K page size enablement of Active Memory Expansion Table of Contents 1.Overview...3 2.Prerequisites to enable all page sizes in an AME environment...3 3.Enabling all AIX supported page sizes in an AME

More information

Planning and Sizing Virtualization

Planning and Sizing Virtualization Planning and Sizing Virtualization Jaqui Lynch Architect, Systems Engineer Mainline Information Systems http://www.circle4.com/papers/cmgvirt.pdf 1 What is Virtualization? Being able to dynamically move

More information

Logical disks. Bach 2.2.1

Logical disks. Bach 2.2.1 Logical disks Bach 2.2.1 Physical disk is divided into partitions or logical disks Logical disk linear sequence of fixed size, randomly accessible, blocks disk device driver maps underlying physical storage

More information

Lesson 1: Using Task Manager

Lesson 1: Using Task Manager 19-2 Chapter 19 Monitoring and Optimizing System Performance Lesson 1: Using Task Manager Task Manager provides information about the programs and processes running on your computer and the performance

More information

EMC Unisphere for VMAX Database Storage Analyzer

EMC Unisphere for VMAX Database Storage Analyzer EMC Unisphere for VMAX Database Storage Analyzer Version 8.2.0 Online Help (PDF version) Copyright 2014-2016 EMC Corporation. All rights reserved. Published in the USA. Published March, 2016 EMC believes

More information

The Power of PowerVM Power Systems Virtualization. Eyal Rubinstein

The Power of PowerVM Power Systems Virtualization. Eyal Rubinstein The Power of PowerVM Power Systems Virtualization Eyal Rubinstein deyal@il.ibm.com The Power Equation: Power = i + p System i i515 i525 i550 i570 i595 IBM BladeCenter BladeCenter JS12/22/23 Express BladeCenter

More information

HiperDispatch Logical Processors and Weight Management

HiperDispatch Logical Processors and Weight Management HiperDispatch Logical Processors and Weight Management Fabio Massimo Ottaviani EPV Technologies August 2008 1 Introduction In the last few years, the power and number of the physical processors available

More information

IBM C IBM AIX Administration V1. Download Full Version :

IBM C IBM AIX Administration V1. Download Full Version : IBM C9010-022 IBM AIX Administration V1 Download Full Version : http://killexams.com/pass4sure/exam-detail/c9010-022 QUESTION: 251 Consider the following screen capture. The administrator needs to add

More information

Microsoft SQL Server Fix Pack 15. Reference IBM

Microsoft SQL Server Fix Pack 15. Reference IBM Microsoft SQL Server 6.3.1 Fix Pack 15 Reference IBM Microsoft SQL Server 6.3.1 Fix Pack 15 Reference IBM Note Before using this information and the product it supports, read the information in Notices

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

IBM POWER8 100 GigE Adapter Best Practices

IBM POWER8 100 GigE Adapter Best Practices Introduction IBM POWER8 100 GigE Adapter Best Practices With higher network speeds in new network adapters, achieving peak performance requires careful tuning of the adapters and workloads using them.

More information

PRESENTATION TITLE GOES HERE

PRESENTATION TITLE GOES HERE Performance Basics PRESENTATION TITLE GOES HERE Leah Schoeb, Member of SNIA Technical Council SNIA EmeraldTM Training SNIA Emerald Power Efficiency Measurement Specification, for use in EPA ENERGY STAR

More information

The former pager tasks have been replaced in 7.9 by the special savepoint tasks.

The former pager tasks have been replaced in 7.9 by the special savepoint tasks. 1 2 3 4 With version 7.7 the I/O interface to the operating system has been reimplemented. As of version 7.7 different parameters than in version 7.6 are used. The improved I/O system has the following

More information

Architecture and Performance Implications

Architecture and Performance Implications VMWARE WHITE PAPER VMware ESX Server 2 Architecture and Performance Implications ESX Server 2 is scalable, high-performance virtualization software that allows consolidation of multiple applications in

More information

C exam. Number: C Passing Score: 800 Time Limit: 120 min IBM C IBM AIX Administration V1.

C exam. Number: C Passing Score: 800 Time Limit: 120 min IBM C IBM AIX Administration V1. C9010-022.exam Number: C9010-022 Passing Score: 800 Time Limit: 120 min IBM C9010-022 IBM AIX Administration V1 Exam A QUESTION 1 A customer has a virtualized system using Virtual I/O Server with multiple

More information

AIX Power System Assessment

AIX Power System Assessment When conducting an AIX Power system assessment, we look at how CPU, Memory and Disk I/O are being consumed. This can assist in determining whether or not the system is sufficiently sized. An undersized

More information

CS307: Operating Systems

CS307: Operating Systems CS307: Operating Systems Chentao Wu 吴晨涛 Associate Professor Dept. of Computer Science and Engineering Shanghai Jiao Tong University SEIEE Building 3-513 wuct@cs.sjtu.edu.cn Download Lectures ftp://public.sjtu.edu.cn

More information

iseries Tech Talk Linux on iseries Technical Update 2004

iseries Tech Talk Linux on iseries Technical Update 2004 iseries Tech Talk Linux on iseries Technical Update 2004 Erwin Earley IBM Rochester Linux Center of Competency rchlinux@us.ibm.com Agenda Enhancements to the Linux experience introduced with i5 New i5/os

More information

System Monitor - Performance Monitoring Services 5.8 User's Guide

System Monitor - Performance Monitoring Services 5.8 User's Guide System Monitor - Performance Monitoring Services 5.8 User's Guide - First Edition - Copyright (C) NEC Corporation 2004-2017. Disclaimer of Warranty All the information, text, graphics, links or other items

More information

Centralized Policy, Virus, and Outbreak Quarantines

Centralized Policy, Virus, and Outbreak Quarantines Centralized Policy, Virus, and Outbreak Quarantines This chapter contains the following sections: Overview of Centralized Quarantines, page 1 Centralizing Policy, Virus, and Outbreak Quarantines, page

More information

Partitioning Computers. Rolf M Dietze,

Partitioning Computers. Rolf M Dietze, Partitioning Computers Rolf M Dietze rolf.dietze@dietze-consulting.de Consolidation/Partitioning Hardware Partitioning Resource Direction Resource Shareing Soft Partitioning Hypervisor Classifying Server

More information

System performance objects and counters

System performance objects and counters System performance objects and counters This appendix contains the following sections: Cisco Tomcat Connector, page 2 Cisco Tomcat JVM, page 4 Cisco Tomcat Web Application, page 5 Database Change Notification

More information

... Jubal Kohlmeier IBM STG Oracle Applications Enablement November 2013

... Jubal Kohlmeier IBM STG Oracle Applications Enablement November 2013 Implementing AIX and PowerVM technologies with Oracle Retail Predictive Analysis Server AIX and PowerVM technologies are tested with Oracle Retail Predictive Analysis Server with Merchandise Financial

More information

Qualifying exam: operating systems, 1/6/2014

Qualifying exam: operating systems, 1/6/2014 Qualifying exam: operating systems, 1/6/2014 Your name please: Part 1. Fun with forks (a) What is the output generated by this program? In fact the output is not uniquely defined, i.e., it is not always

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Dell EMC VMAX. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Dell EMC VMAX. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Dell EMC VMAX User Guide TABLE OF CONTENTS 1. Purpose...3 2. Introduction to the Management Pack...3 2.1 How the Management Pack Collects Data...3 2.2 Data

More information

vrealize Operations Definitions for Metrics, Properties, and Alerts vrealize Operations Manager 6.4

vrealize Operations Definitions for Metrics, Properties, and Alerts vrealize Operations Manager 6.4 vrealize Operations Definitions for Metrics, Properties, and Alerts vrealize Operations Manager 6.4 vrealize Operations Definitions for Metrics, Properties, and Alerts You can find the most up-to-date

More information

Exam Name: Virtualization Technical Support for AIX and

Exam Name: Virtualization Technical Support for AIX and Exam Code: 000-101 Exam Name: Virtualization Technical Support for AIX and Linux Vendor: IBM Version: DEMO Part: A 1: A customer has a Power 570 system with the following configuration: 2 active CPUs 16

More information

IBM Tivoli Storage Manager for AIX Version Installation Guide IBM

IBM Tivoli Storage Manager for AIX Version Installation Guide IBM IBM Tivoli Storage Manager for AIX Version 7.1.3 Installation Guide IBM IBM Tivoli Storage Manager for AIX Version 7.1.3 Installation Guide IBM Note: Before you use this information and the product it

More information

IBM Tivoli Storage Manager for HP-UX Version Installation Guide IBM

IBM Tivoli Storage Manager for HP-UX Version Installation Guide IBM IBM Tivoli Storage Manager for HP-UX Version 7.1.4 Installation Guide IBM IBM Tivoli Storage Manager for HP-UX Version 7.1.4 Installation Guide IBM Note: Before you use this information and the product

More information

EMC Unisphere for VMAX Database Storage Analyzer

EMC Unisphere for VMAX Database Storage Analyzer EMC Unisphere for VMAX Database Storage Analyzer Version 8.4.0 Online Help (PDF version) Copyright 2014-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this

More information

Following are a few basic questions that cover the essentials of OS:

Following are a few basic questions that cover the essentials of OS: Operating Systems Following are a few basic questions that cover the essentials of OS: 1. Explain the concept of Reentrancy. It is a useful, memory-saving technique for multiprogrammed timesharing systems.

More information

Operating Systems Design Exam 2 Review: Spring 2011

Operating Systems Design Exam 2 Review: Spring 2011 Operating Systems Design Exam 2 Review: Spring 2011 Paul Krzyzanowski pxk@cs.rutgers.edu 1 Question 1 CPU utilization tends to be lower when: a. There are more processes in memory. b. There are fewer processes

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper Parallels Virtuozzo Containers for Windows Capacity and Scaling www.parallels.com Version 1.0 Table of Contents Introduction... 3 Resources and bottlenecks...

More information

docalpha Monitoring Station

docalpha Monitoring Station ARTSYL DOCALPHA MONITORING STATION MANUAL 1. docalpha Architecture Overview... 3 1.1. Monitoring Station Overview... 4 2. What's New in docalpha Monitoring Station 4.5... 4 3. Working with Monitoring Station...

More information

CS 416: Opera-ng Systems Design March 23, 2012

CS 416: Opera-ng Systems Design March 23, 2012 Question 1 Operating Systems Design Exam 2 Review: Spring 2011 Paul Krzyzanowski pxk@cs.rutgers.edu CPU utilization tends to be lower when: a. There are more processes in memory. b. There are fewer processes

More information

Lotus Sametime 3.x for iseries. Performance and Scaling

Lotus Sametime 3.x for iseries. Performance and Scaling Lotus Sametime 3.x for iseries Performance and Scaling Contents Introduction... 1 Sametime Workloads... 2 Instant messaging and awareness.. 3 emeeting (Data only)... 4 emeeting (Data plus A/V)... 8 Sametime

More information

z Processor Consumption Analysis Part 1, or What Is Consuming All The CPU?

z Processor Consumption Analysis Part 1, or What Is Consuming All The CPU? z Processor Consumption Analysis Part 1, or What Is Consuming All The CPU? Peter Enrico Email: Peter.Enrico@EPStrategies.com z/os Performance Education, Software, and Managed Service Providers Enterprise

More information

Low Latency Queueing with Priority Percentage Support

Low Latency Queueing with Priority Percentage Support Low Latency Queueing with Priority Percentage Support First Published: 12.2(2)T Last Updated: February 28, 2006 This feature allows you to configure bandwidth as a percentage within low latency queueing

More information

Midterm Exam #3 Solutions November 30, 2016 CS162 Operating Systems

Midterm Exam #3 Solutions November 30, 2016 CS162 Operating Systems University of California, Berkeley College of Engineering Computer Science Division EECS Fall 2016 Anthony D. Joseph Midterm Exam #3 Solutions November 30, 2016 CS162 Operating Systems Your Name: SID AND

More information