How to measure actual usage of BLSR buffers?

2007-05-07 Thread Farley, Peter x23353
I did search the archives for this one, but I did not find any references. Is there some way to measure how many BLSR buffers (data and index) were actually used after a job has completed? For instance, if BUFND=2700,BUFNI=180 was specified in a SUBSYS=(BLSR,...) DD statement, how could I discove

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Farley, Peter x23353
ay, May 07, 2007 1:48 PM To: IBM-MAIN@BAMA.UA.EDU Subject: How to measure actual usage of BLSR buffers? I did search the archives for this one, but I did not find any references. Is there some way to measure how many BLSR buffers (data and index) were actually used after a job has completed? F

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Thomas H Puddicombe
"Farley, Peter x23353" <[EMAIL PROTECTED]> Sent by: IBM Mainframe Discussion List 05/09/2007 02:24 PM Please respond to IBM Mainframe Discussion List To IBM-MAIN@BAMA.UA.EDU cc Subject Re: How to measure actual usage of BLSR buffers? I am surprised there are/were no

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Jim Mulder
IBM Mainframe Discussion List wrote on 05/09/2007 02:24:41 PM: > I am surprised there are/were no basic statistics kept on such an obviously > performance-related tool as BLSR. But then, I guess if SMB replaces BLSR > then no one would bother going back to retrofit measurement tools into it

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Tom Schmidt
On Wed, 9 May 2007 14:24:41 -0400, Farley, Peter x23353 wrote: >OK, let me summarize the answers so far for the archives: > >1. (From several private responses) IBM has or used to have a performance >measurement tool called VLBPAA, possibly available from MKTTOOLS (see >

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Farley, Peter x23353
ect: Re: How to measure actual usage of BLSR buffers? BLSR has no opportunity to provide any function like this. All that BLSR does is intercept the VSM NSR OPEN of a SUBSYS DD, do a BLDVRP to build an LSR buffer pool, CLOSE the SUBSYS DD, and then OPEN the real VSAM dataset using the LSR buffer poo

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Farley, Peter x23353
al measurements that could be used to make the process a little less vague. Peter -Original Message- From: Tom Schmidt [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 3:55 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: How to measure actual usage of BLSR buffers? You could still

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread GAVIN Darren * OPS EAS
Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Farley, Peter x23353 Sent: Wednesday, May 09, 2007 1:20 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: How to measure actual usage of BLSR buffers? Sure I could, in my copious spare time... and of course

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Robert Wright
Darren Gavin wrote on 2007-05-09 16:44:48: > Far as I know there is no way to get actual usage statistics from any > kind of buffering (zOS, VSAM(AMP), LSR, GSR, BLSR or IMS LSR's) unless > it's a 3rd party product. Check out SHOWCB ACB and the information that it makes available. Of course, tha

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Farley, Peter x23353
it within the megabyte-or-so that you suggested. Thanks again for the idea. Peter -Original Message- From: GAVIN Darren * OPS EAS [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 4:45 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: How to measure actual usage of BLSR buffers? Far as I kno

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Ted MacNEIL
>my SDSF DA panel only has a column for REAL storage Most monitors only report on REAL. But, try RMF Monitor II (TSO command RMFMON). ARD/ASD sub-commands. - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signof

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread GAVIN Darren * OPS EAS
Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Farley, Peter x23353 Sent: Wednesday, May 09, 2007 3:14 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: How to measure actual usage of BLSR buffers? Thanks for the idea. A question though -- where exactly in the SDSF panels would I see the

Re: How to measure actual usage of BLSR buffers?

2007-05-09 Thread Farley, Peter x23353
Thanks Ted! That actually works for me -- Now I have something new to look at! Peter -Original Message- From: Ted MacNEIL [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 6:37 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: How to measure actual usage of BLSR buffers? >my SDSF

RES: How to measure actual usage of BLSR buffers?

2007-05-10 Thread ITURIEL DO NASCIMENTO NETO
ley, Peter x23353 Enviada em: quarta-feira, 9 de maio de 2007 17:20 Para: IBM-MAIN@BAMA.UA.EDU Assunto: Re: How to measure actual usage of BLSR buffers? Sure I could, in my copious spare time... and of course the reporting would be user-optional. Yes, "enough" reduction of elapsed time w

Re: How to measure actual usage of BLSR buffers?

2007-05-10 Thread Farley, Peter x23353
to measure actual usage of BLSR buffers? Maybe there is a way to measuse. It's not acurate, actually it's quite vague but you can have an idea of consume. There is a IEFACTRT exit (present at cbttape in file 311) that builds several statistics, including storage above and below, I/O by

Re: How to measure actual usage of BLSR buffers?

2007-05-10 Thread Farley, Peter x23353
Followup re: VSAM LSR statistics for the archive: It appears that VSAM LSR keeps certain statistics for each buffer pool from the time it is created to the time it is deleted. You can get the current values by using SHOWCB with an ACB that is already OPEN using LSR and that buffer pool. These ar