(file) Return to AllInstances.htm CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi / htdocs

 1 karl  1.1 <html>
 2             <body bgcolor="#CCCCCC">
 3               <table width="100%">
 4                 <tr>
 5           	<td width="50%" align="bottom"><h1>Display All Classes with Instances&nbsp;</h1><td>
 6           	<td width="50%" align="right">
 7           	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
 8                   </td>
 9                 </tr>
10               </table>
11               <hr>
12               <form name="ClassTree" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13                 <INPUT TYPE="hidden" NAME="Operation" VALUE="AllInstances">
14                 <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
15                 <INPUT TYPE="hidden" NAME="debug" VALUE="">
16                 <p>Show the count of instances for each class in the target Namespace.
17                 <p>NameSpace&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
18                 <p><INPUT TYPE="submit" VALUE="Submit" name="Submit">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
19                 <INPUT TYPE="reset" VALUE="Reset">
20               </form>
21           
22 karl  1.1     <hr>
23               <h2>
24               Additional Information</h2>
25               <p>This function displays a list of the Classes that respond with instances.
26               To do this function, we first get all classes names and then to an
27               enumerateInstanceNames for each class.</p>
28               <p>The result is displayed as a count of instances for each class that has
29               one or more instances.&nbsp; There is a link to display the instance names
30               themselves.</p>
31               <p>This function takes a long time to complete (est. 50 seconds + with 735
32               classes) and does not start to display until complete.&nbsp;This is a
33               function of the way the information is acquired and in a future version, the
34               algorithm modified to present levels of information as they are received
35               rather than do the complete acquisition and structuring before creating the
36               HTML outptu.&nbsp; It uses the
37               enumerate classnames to get a complete set of names and then uses individual
38               getclass operations to get the classes and extract the superclass.&nbsp;
39               Whereas the Class Inheritance function gets everything in one single
40               enumerate classes operation and requires that the timeout be set to the time
41               required to complete the single call, this display uses enumerate names to
42               get the complete namelist of classes and then acquires the class information
43 karl  1.1     one-by-one and therefore can operate with the normal timeout.</p>
44             <hr><p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
45                Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
46           
47                <p style="margin-top: 0; margin-bottom: 0"> <font size="2">See (<a href="http://www.opengroup.org/management">http://www.opengroup.org/management</a>)
48                for more information on Pegasus</font>
49           
50                <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
51               S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Wednesday, January 30, 2002 12:32:16 PM<!--webbot bot="Timestamp" i-CheckSum="19584" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
52                Copyright @ The Open Group 2001&nbsp;</font>
53              <script>
54                  document.ClassTree.hostaddress.value = top.hostAddress;
55                  document.ClassTree.debug.value = top.debug;
56                  document.ClassTree.NameSpace.value = top.NameSpace;
57           	   window.focus();
58              </script>
59             </body>
60           </html>
61           
62           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2