jdk/src/share/classes/sun/tools/jstat/resources/jstat_options
changeset 21278 ef8a3a2a72f2
parent 20194 0290e87d5b58
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   312     align right
   312     align right
   313     width 8
   313     width 8
   314     format "0.0"
   314     format "0.0"
   315   }
   315   }
   316   column {
   316   column {
   317     header "^OGCMN^"	/* Old Generation Capacity - Minumum */
   317     header "^OGCMN^"	/* Old Generation Capacity - Minimum */
   318     data sun.gc.generation.1.minCapacity
   318     data sun.gc.generation.1.minCapacity
   319     scale K
   319     scale K
   320     align right
   320     align right
   321     width 10
   321     width 10
   322     format "0.0"
   322     format "0.0"
   774   }
   774   }
   775 }
   775 }
   776 
   776 
   777 option gcoldcapacity {
   777 option gcoldcapacity {
   778   column {
   778   column {
   779     header "^OGCMN^"	/* Old Generation Capacity - Minumum */
   779     header "^OGCMN^"	/* Old Generation Capacity - Minimum */
   780     data sun.gc.generation.1.minCapacity
   780     data sun.gc.generation.1.minCapacity
   781     scale K
   781     scale K
   782     align right
   782     align right
   783     width 11
   783     width 11
   784     format "0.0"
   784     format "0.0"