jdk/src/share/classes/sun/tools/jstat/resources/jstat_options
changeset 20194 0290e87d5b58
parent 16502 4ee53f7dc660
child 21278 ef8a3a2a72f2
equal deleted inserted replaced
20193:825dcf3bd19b 20194:0290e87d5b58
   206     width 6
   206     width 6
   207     scale K
   207     scale K
   208     format "0.0"
   208     format "0.0"
   209   }
   209   }
   210   column {
   210   column {
       
   211     header "^CCSC^"	/* Compressed Class Space Capacity - Current */
       
   212     data sun.gc.compressedclassspace.capacity
       
   213     align center
       
   214     width 6
       
   215     scale K
       
   216     format "0.0"
       
   217   }
       
   218   column {
       
   219     header "^CCSU^"	/* Compressed Class Space Used */
       
   220     data sun.gc.compressedclassspace.used
       
   221     align center
       
   222     width 6
       
   223     scale K
       
   224     format "0.0"
       
   225   }
       
   226   column {
   211     header "^YGC^"	/* Young Generation Collections */
   227     header "^YGC^"	/* Young Generation Collections */
   212     data sun.gc.collector.0.invocations
   228     data sun.gc.collector.0.invocations
   213     align right
   229     align right
   214     width 6
   230     width 6
   215     format "0"
   231     format "0"
   352     align right
   368     align right
   353     width 8
   369     width 8
   354     format "0.0"
   370     format "0.0"
   355   }
   371   }
   356   column {
   372   column {
       
   373     header "^CCSMN^"    /* Compressed Class Space Capacity - Minimum */
       
   374     data sun.gc.compressedclassspace.minCapacity
       
   375     scale K
       
   376     align right
       
   377     width 8
       
   378     format "0.0"
       
   379   }
       
   380   column {
       
   381     header "^CCSMX^"	/* Compressed Class Space Capacity - Maximum */
       
   382     data sun.gc.compressedclassspace.maxCapacity
       
   383     scale K
       
   384     align right
       
   385     width 8
       
   386     format "0.0"
       
   387   }
       
   388   column {
       
   389     header "^CCSC^"	/* Compressed Class Space Capacity - Current */
       
   390     data sun.gc.compressedclassspace.capacity
       
   391     scale K
       
   392     align right
       
   393     width 8
       
   394     format "0.0"
       
   395   }
       
   396   column {
   357     header "^YGC^"	/* Young Generation Collections */
   397     header "^YGC^"	/* Young Generation Collections */
   358     data sun.gc.collector.0.invocations
   398     data sun.gc.collector.0.invocations
   359     align right
   399     align right
   360     width 6
   400     width 6
   361     format "0"
   401     format "0"
   404     format "0.00"
   444     format "0.00"
   405   }
   445   }
   406   column {
   446   column {
   407     header "^M^"	/* Metaspace - Percent Used */
   447     header "^M^"	/* Metaspace - Percent Used */
   408     data (1-((sun.gc.metaspace.capacity - sun.gc.metaspace.used)/sun.gc.metaspace.capacity)) * 100
   448     data (1-((sun.gc.metaspace.capacity - sun.gc.metaspace.used)/sun.gc.metaspace.capacity)) * 100
       
   449     align right
       
   450     width 6
       
   451     scale raw
       
   452     format "0.00"
       
   453   }
       
   454   column {
       
   455     header "^CCS^"	/* Compressed Class Space - Percent Used */
       
   456     data (1-((sun.gc.compressedclassspace.capacity - sun.gc.compressedclassspace.used)/sun.gc.compressedclassspace.capacity)) * 100
   409     align right
   457     align right
   410     width 6
   458     width 6
   411     scale raw
   459     scale raw
   412     format "0.00"
   460     format "0.00"
   413   }
   461   }
   660     align right
   708     align right
   661     scale K
   709     scale K
   662     format "0.0"
   710     format "0.0"
   663   }
   711   }
   664   column {
   712   column {
       
   713     header "^CCSC^"	/* Compressed Class Space Capacity - Current */
       
   714     data sun.gc.compressedclassspace.capacity
       
   715     width 8
       
   716     align right
       
   717     scale K
       
   718     format "0.0"
       
   719   }
       
   720   column {
       
   721     header "^CCSU^"	/* Compressed Class Space Used */
       
   722     data sun.gc.compressedclassspace.used
       
   723     width 8
       
   724     align right
       
   725     scale K
       
   726     format "0.0"
       
   727   }
       
   728   column {
   665     header "^OC^"	/* Old Space Capacity - Current */
   729     header "^OC^"	/* Old Space Capacity - Current */
   666     data sun.gc.generation.1.space.0.capacity
   730     data sun.gc.generation.1.space.0.capacity
   667     width 11
   731     width 11
   668     align right
   732     align right
   669     scale K
   733     scale K
   800     align right
   864     align right
   801     width 10
   865     width 10
   802     format "0.0"
   866     format "0.0"
   803   }
   867   }
   804   column {
   868   column {
       
   869     header "^CCSMN^"	/* Compressed Class Space Capacity - Minimum */
       
   870     data sun.gc.compressedclassspace.minCapacity
       
   871     scale K
       
   872     align right
       
   873     width 10
       
   874     format "0.0"
       
   875   }
       
   876   column {
       
   877     header "^CCSMX^"	/* Compressed Class Space Capacity - Maximum */
       
   878     data sun.gc.compressedclassspace.maxCapacity
       
   879     scale K
       
   880     align right
       
   881     width 10
       
   882     format "0.0"
       
   883   }
       
   884   column {
       
   885     header "^CCSC^"	/* Compressed Class Space Capacity - Current */
       
   886     data sun.gc.compressedclassspace.capacity
       
   887     scale K
       
   888     align right
       
   889     width 10
       
   890     format "0.0"
       
   891   }
       
   892   column {
   805     header "^YGC^"	/* Young Generation Collections */
   893     header "^YGC^"	/* Young Generation Collections */
   806     data sun.gc.collector.0.invocations
   894     data sun.gc.collector.0.invocations
   807     align right
   895     align right
   808     width 5
   896     width 5
   809     format "0"
   897     format "0"
   874     width 6
   962     width 6
   875     scale raw
   963     scale raw
   876     format "0.00"
   964     format "0.00"
   877   }
   965   }
   878   column {
   966   column {
       
   967     header "^CCS^"	/* Compressed Class Space Space - Percent Used */
       
   968     data (1-((sun.gc.compressedclassspace.capacity - sun.gc.compressedclassspace.used)/sun.gc.compressedclassspace.capacity)) * 100
       
   969     align right
       
   970     width 6
       
   971     scale raw
       
   972     format "0.00"
       
   973   }
       
   974   column {
   879     header "^YGC^"	/* Young Generation Collections */
   975     header "^YGC^"	/* Young Generation Collections */
   880     data sun.gc.collector.0.invocations
   976     data sun.gc.collector.0.invocations
   881     align right
   977     align right
   882     width 6
   978     width 6
   883     format "0"
   979     format "0"