IBM ZVM - FOR LINUX V6 RELEASE 1 Getting Started page 141

Getting started with linux on system z
Table of Contents

Advertisement

You need to log on to PERFSVM.
Perform these steps to configure Performance Toolkit for VM:
1.
Issue the BEGIN command to remove PERFSVM from CP READ state. From
the command line, type this command and press the Enter key:
begin
2.
Remove the comments from the MONITOR commands in PERFSVM's
PROFILE EXEC.
a. Edit the PROFILE EXEC. From the command line, type this command and
press the Enter key:
xedit profile exec a
b. Remove the "/*" and "*/" characters that surround the MONITOR
commands you need.
Example: This PROFILE EXEC for PERFSVM enables monitor sampling for
the typical samples and events that you need:
PROFILE EXEC
00000 * * * Top of File * * *
00001 'CP MONITOR SAMPLE DISABLE ALL'
00002 'CP MONITOR EVENT DISABLE ALL'
00003 'CP MONITOR SAMPLE ENABLE PROCESSOR'
00004 'CP MONITOR SAMPLE ENABLE STORAGE'
00005 'CP MONITOR SAMPLE ENABLE NETWORK'
00006 'CP MONITOR SAMPLE ENABLE USER ALL'
00007 'CP MONITOR SAMPLE ENABLE I/O ALL'
00008 'CP MONITOR SAMPLE ENABLE APPLDATA ALL'
00009
00010 'CP MONITOR EVENT ENABLE STORAGE'
00010 'CP MONITOR EVENT ENABLE I/O ALL'
00011
00012 'CP MONITOR sample INTERVAL 1 MIN'
c. Save the file. From the XEDIT command line, type this command and press
the Enter key:
====> file
3.
Copy the FCONX $PROFILE to the 191 A-disk. Issue this command:
copy fconx $profile d = = a
Ready;
4.
Edit FCONX $PROFILE A.
a. From the command line, type this command and press the Enter key:
xedit fconx $profile a
b. Find the line with "MONCOLL VMCF". From the XEDIT command line,
type this command and press the Enter key:
====> /moncoll vmcf
A1 V 130 Trunc=130 Size=12 Line=5 Col=1 Alt=9
Chapter 11. Monitoring performance and capacity
127

Advertisement

Table of Contents
loading

Table of Contents