Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval?

2010-08-02 Thread Michel Beaulieu
] ... To IBMVM@LISTSERV.UARK.EDU cc Subject Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval? Also take a look at using a Rexx routine to compute time differences using the CMS Multitasking CSL call DateTimeSubtract. See z/VM CMS Application

Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval?

2010-07-26 Thread Michel Beaulieu
To: IBMVM@LISTSERV.UARK.EDU Subject: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval? Good day, I am trying to do something that seems to me a good challenge to do with z/VM performance toolkit. The end result that I want to have is a set of records

Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval?

2010-07-26 Thread Kris Buelens
: framaek...@ailife.com Subject: Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval? To: IBMVM@LISTSERV.UARK.EDU I do this simply with VMUTIL, using PIPE VMC pipeid CPU | STEM FCX100. … Frank M. Ramaekers Jr. -- *From

Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval?

2010-07-26 Thread Quay, Jonathan (IHG)
System [mailto:ib...@listserv.uark.edu] On Behalf Of Kris Buelens Sent: Monday, July 26, 2010 11:19 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval? Converting the time: DateConv 5.8 TODABS REXXS Timeout' 2010

Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval?

2010-07-26 Thread Mike Walter
@LISTSERV.UARK.EDU To IBMVM@LISTSERV.UARK.EDU cc Subject Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval? Also take a look at using a Rexx routine to compute time differences using the CMS Multitasking CSL call DateTimeSubtract. See z/VM CMS

Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval?

2010-07-26 Thread Bruce Hayden
This isn't a Perfkit answer, but you could create an accounting record every 10 minutes. It would have the CPU usage data for the previous 10 minute interval. If it is only a few virtual machines, then instead of running ACNT ALL for all machines, just run 'ACNT userid' for each user that you

zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval?

2010-07-23 Thread Michel Beaulieu
Good day, I am trying to do something that seems to me a good challenge to do with z/VM performance toolkit. The end result that I want to have is a set of records for a selected number of userids. Each record would be for a 10 minutes interval. format: mmdd hhmm

Re: zVM Performance Toolkit: Can I record/report CPU by userid using 10 minutes interval?

2010-07-23 Thread Kris Buelens
I'm working on such a tool for some of my customers: it analyses PTK's Extended Summary files and you can then extract whatever you want (CPU, page rate, IO rate). But, my tool is meant to make GDDM graphics from it (requires GDDM/REXX). Creating a CSV file is an option I want to provide too.