[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

2648.0. "FCL bug on SHOW entity ALL ATTR, ALL STATISTIC" by BYBLOS::TAMER () Fri Mar 27 1992 20:34

The FCL does not include the STATISTICS partition as part of ALL ATTRIBUTES.
A known but unfortunate limitation.

However, if I do 

	SHOW <entity> ALL STATISTICS, ALL ATTRIBUTES 

The FCL shows all intended attributes ( all attribute partitions ).

If I do 
 
	SHOW <entity> ALL ATTRIBUTES, ALL STATISTICS 

The FCL shows only ALL ATTRIBUTES (sans ALL STATISTICS)

A bug.

thanks,
Phil

The log below shows this in action:
************************************************************************


show QMS_DATABASE .QMS.DB QUEUE TEST_QUEUE aggr all attr
!
!Qms_database TPEDNS_NS:.QMS.DB Queue TEST_QUEUE Aggregate 
!AT 27-MAR-1992 17:23:05 All Attributes
!
!            Current Element Count = 22
!           Historic Element Count = 11
!                Operational State = Enabled
!                      Usage State = Active
!             Administrative State = Unlocked
!              Availability Status = {  }
!             Historic Reset Count = 1
!              Historic Reset Time = 27-MAR-1992 17:21:12.94
!
show QMS_DATABASE .QMS.DB QUEUE TEST_QUEUE aggr all statis
!
!Qms_database TPEDNS_NS:.QMS.DB Queue TEST_QUEUE Aggregate 
!AT 27-MAR-1992 17:23:11 Statistics
!
!Examination of attributes shows: 
!                  Current Average = 0 00:02:00.72
!                  Current Maximum = 0 00:02:18.46
!                  Current Minimum = 0 00:01:43.03
!                      Current Sum = 0 00:44:16.00
!                 Historic Average = 0 00:04:01.45
!                 Historic Maximum = 0 00:02:18.46
!                 Historic Minimum = 0 00:01:43.03
!                     Historic Sum = 0 00:44:16.00
!
show QMS_DATABASE .QMS.DB QUEUE TEST_QUEUE aggr all statis, all attr
!
!Qms_database TPEDNS_NS:.QMS.DB Queue TEST_QUEUE Aggregate 
!AT 27-MAR-1992 17:23:18 Statistics
!
!Examination of attributes shows: 
!                  Current Average = 0 00:02:07.88
!                  Current Maximum = 0 00:02:25.62
!                  Current Minimum = 0 00:01:50.19
!                      Current Sum = 0 00:46:53.52
!                 Historic Average = 0 00:04:15.77
!                 Historic Maximum = 0 00:02:25.62
!                 Historic Minimum = 0 00:01:50.19
!                     Historic Sum = 0 00:46:53.52
!
!Qms_database TPEDNS_NS:.QMS.DB Queue TEST_QUEUE Aggregate 
!AT 27-MAR-1992 17:23:20 All Attributes
!
!            Current Element Count = 22
!           Historic Element Count = 11
!                Operational State = Enabled
!                      Usage State = Active
!             Administrative State = Unlocked
!              Availability Status = {  }
!             Historic Reset Count = 1
!              Historic Reset Time = 27-MAR-1992 17:21:12.94
!
show QMS_DATABASE .QMS.DB QUEUE TEST_QUEUE aggr all attr, all statis
!
!Qms_database TPEDNS_NS:.QMS.DB Queue TEST_QUEUE Aggregate 
!AT 27-MAR-1992 17:23:32 
!
!            Current Element Count = 22
!           Historic Element Count = 11
!                Operational State = Enabled
!                      Usage State = Active
!             Administrative State = Unlocked
!              Availability Status = {  }
!             Historic Reset Count = 1
!              Historic Reset Time = 27-MAR-1992 17:21:12.94
!
use logging off
!
T.RTitleUserPersonal
Name
DateLines
2648.1Is there a QAR on this?TOOK::MINTZErik Mintz, DECmcc Development, dtn 226-5033Sat Mar 28 1992 14:264
Yes, this indeed looks like a bug.  Have you filed a QAR?

-- Erik

2648.2QAR #2588ECRU::TAMERSat Mar 28 1992 15:009
>Yes, this indeed looks like a bug.  Have you filed a QAR?


QAR #2588 in MCC_INTERNAL has been entered. 

Thanks,
Phil