Where to find CPU% Used by an Address Space

2007-10-12 Thread Lindy Mayfield
I really hate asking questions like these because I would prefer to just go to the doc and look it up. Questions like where and in which control block do you get x aren't easy to find, as far as I know. For a particular address space I can get lots of good information, like CPU time which I

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread Miklos Szigetvari
Hi I wold look the RMF Prog Guide or the RMF callable services to get back the RMF info. - Original Message - From: Lindy Mayfield [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@BAMA.UA.EDU Sent: Friday, October 12, 2007 8:47 AM Subject: Where to find CPU% Used

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread John Ticic
-- snip -- Can someone please point me to a way to find out what percentage of the machine an address space is using? It could be percentage of CPU also and then I can find number of CPU's and do the math, or total percentage depending on how the numbers are stored. I'm not sure how to do this.

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread Rob Scott
-MAIN@BAMA.UA.EDU Subject: Where to find CPU% Used by an Address Space I really hate asking questions like these because I would prefer to just go to the doc and look it up. Questions like where and in which control block do you get x aren't easy to find, as far as I know. For a particular

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread Lindy Mayfield
Does anyone have any Rexx that calls ERBSMFI directly? (I'll ask on Rexx, too) -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Rob Scott Sent: 12. lokakuuta 2007 10:35 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Where to find CPU% Used

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread Veilleux, Jon L
] On Behalf Of Lindy Mayfield Sent: Friday, October 12, 2007 2:48 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Where to find CPU% Used by an Address Space I really hate asking questions like these because I would prefer to just go to the doc and look it up. Questions like where and in which control block do

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread John Ticic
-- snip -- Does anyone have any Rexx that calls ERBSMFI directly? -- snip -- For starters (DEVICE section - but basically the same for other sections) /* Use RMF and SMF79 record to get volume information ERBSMFI requires that RMF monitor I is up and running */ rmf_data : nop

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread Shane
On Fri, 2007-10-12 at 12:04 +0200, John Ticic wrote: -- snip -- Does anyone have any Rexx that calls ERBSMFI directly? -- snip -- For starters ... I reckon it'd be faster for me to write the assembler than try and work out all the (REXX) conversion calls needed. So much so, that I've never

Re: Where to find CPU% Used by an Address Space

2007-10-12 Thread Rob Scott
Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Shane Sent: 12 October 2007 11:36 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Where to find CPU% Used by an Address Space On Fri, 2007-10-12 at 12:04 +0200, John Ticic wrote: -- snip -- Does anyone have any Rexx that calls ERBSMFI directly? -- snip