src/share/classes/sun/tools/jstat/resources/jstat_options

Print this page
rev 6420 : 8004172: Update jstat counter names to reflect metaspace changes


 175     width 8
 176     format "0.0"
 177   }
 178   column {
 179     header "^OC^"       /* Old Space Capacity - Current */
 180     data sun.gc.generation.1.space.0.capacity
 181     align center
 182     scale K
 183     width 10
 184     format "0.0"
 185   }
 186   column {
 187     header "^OU^"       /* Old Space Used */
 188     data sun.gc.generation.1.space.0.used
 189     align center
 190     width 10
 191     scale K
 192     format "0.0"
 193   }
 194   column {
 195     header "^PC^"       /* Perm Space Capacity - Current */
 196     data sun.gc.generation.2.space.0.capacity
 197     align center
 198     width 6
 199     scale K
 200     format "0.0"
 201   }
 202   column {
 203     header "^PU^"       /* Perm Space Used */
 204     data sun.gc.generation.2.space.0.used
 205     align center
 206     width 6
 207     scale K
 208     format "0.0"
 209   }
 210   column {
 211     header "^YGC^"      /* Young Generation Collections */
 212     data sun.gc.collector.0.invocations
 213     align right
 214     width 6
 215     format "0"
 216   }
 217   column {
 218     header "^YGCT^"     /* Young Generation Garbage Collection Time */
 219     data sun.gc.collector.0.time/sun.os.hrt.frequency
 220     align right
 221     width 8
 222     scale sec
 223     format "0.000"
 224   }


 313     width 10
 314     format "0.0"
 315   }
 316   column {
 317     header "^OGC^"      /* Old Generation Capacity - Current */
 318     data sun.gc.generation.1.capacity
 319     scale K
 320     align right
 321     width 10
 322     format "0.0"
 323   }
 324   column {
 325     header "^OC^"       /* Old Space Capacity - Current */
 326     data sun.gc.generation.1.space.0.capacity
 327     scale K
 328     align right
 329     width 10
 330     format "0.0"
 331   }
 332   column {
 333     header "^PGCMN^"    /* Perm Generation Capacity - Minimum */
 334     data sun.gc.generation.2.minCapacity
 335     scale K
 336     align right
 337     width 8
 338     format "0.0"
 339   }
 340   column {
 341     header "^PGCMX^"    /* Perm Generation Capacity - Maximum */
 342     data sun.gc.generation.2.maxCapacity
 343     scale K
 344     align right
 345     width 8
 346     format "0.0"
 347   }
 348   column {
 349     header "^PGC^"      /* Perm Generation Capacity - Current */
 350     data sun.gc.generation.2.capacity
 351     scale K
 352     align right
 353     width 8
 354     format "0.0"
 355   }
 356   column {
 357     header "^PC^"       /* Perm Space Capacity - Current */
 358     data sun.gc.generation.2.space.0.capacity
 359     scale K
 360     align right
 361     width 8
 362     format "0.0"
 363   }
 364   column {
 365     header "^YGC^"      /* Young Generation Collections */
 366     data sun.gc.collector.0.invocations
 367     align right
 368     width 6
 369     format "0"
 370   }
 371   column {
 372     header "^FGC^"      /* Full Collections */
 373     data sun.gc.collector.1.invocations
 374     align right
 375     width 5
 376     scale raw
 377     format "0"
 378   }


 395     width 6
 396     format "0.00"
 397   }
 398   column {
 399     header "^E^"        /* Eden Space - Percent Used */
 400     data (1-((sun.gc.generation.0.space.0.capacity - sun.gc.generation.0.space.0.used)/sun.gc.generation.0.space.0.capacity)) * 100
 401     align right
 402     scale raw
 403     width 6
 404     format "0.00"
 405   }
 406   column {
 407     header "^O^"        /* Old Space - Percent Used */
 408     data (1-((sun.gc.generation.1.space.0.capacity - sun.gc.generation.1.space.0.used)/sun.gc.generation.1.space.0.capacity)) * 100
 409     align right
 410     scale raw
 411     width 6
 412     format "0.00"
 413   }
 414   column {
 415     header "^P^"        /* Perm Space - Percent Used */
 416     data (1-((sun.gc.generation.2.space.0.capacity - sun.gc.generation.2.space.0.used)/sun.gc.generation.2.space.0.capacity)) * 100
 417     align right
 418     width 6
 419     scale raw
 420     format "0.00"
 421   }
 422   column {
 423     header "^YGC^"      /* Young Generation Collections */
 424     data sun.gc.collector.0.invocations
 425     align right
 426     width 6
 427     format "0"
 428   }
 429   column {
 430     header "^YGCT^"     /* Young Generation Collection Time */
 431     data sun.gc.collector.0.time/sun.os.hrt.frequency
 432     align right
 433     scale sec
 434     width 8
 435     format "0.000"
 436   }


 637   }
 638   column {
 639     header "^YGC^"      /* Young Generation Collections */
 640     data sun.gc.collector.0.invocations
 641     align right
 642     width 5
 643     format "0"
 644   }
 645   column {
 646     header "^FGC^"      /* Full Collections */
 647     data sun.gc.collector.1.invocations
 648     align right
 649     width 5
 650     scale raw
 651     format "0"
 652   }
 653 }
 654 
 655 option gcold {
 656   column {
 657     header "^PC^"       /* Perm Space Capacity - Current */
 658     data sun.gc.generation.2.space.0.capacity
 659     width 8
 660     align right
 661     scale K
 662     format "0.0"
 663   }
 664   column {
 665     header "^PU^"       /* Perm Space Used */
 666     data sun.gc.generation.2.space.0.used
 667     width 8
 668     align right
 669     scale K
 670     format "0.0"
 671   }
 672   column {
 673     header "^OC^"       /* Old Space Capacity - Current */
 674     data sun.gc.generation.1.space.0.capacity
 675     width 11
 676     align right
 677     scale K
 678     format "0.0"
 679   }
 680   column {
 681     header "^OU^"       /* Old Space Used */
 682     data sun.gc.generation.1.space.0.used
 683     width 11
 684     align right
 685     scale K
 686     format "0.0"


 767     format "0"
 768   }
 769   column {
 770     header "^FGCT^"     /* Full Collection Time */
 771     data sun.gc.collector.1.time/sun.os.hrt.frequency
 772     align right
 773     scale sec
 774     width 8
 775     format "0.000"
 776   }
 777   column {
 778     header "^GCT^"      /* Total Garbage Collection Time */
 779     data (sun.gc.collector.0.time + sun.gc.collector.1.time)/sun.os.hrt.frequency
 780     align right
 781     width 8
 782     scale sec
 783     format "0.000"
 784   }
 785 }
 786 
 787 option gcpermcapacity {
 788   column {
 789     header "^PGCMN^"    /* Perm Generation Capacity - Minumum */
 790     data sun.gc.generation.2.minCapacity
 791     scale K
 792     align right
 793     width 10
 794     format "0.0"
 795   }
 796   column {
 797     header "^PGCMX^"    /* Perm Generation Capacity - Maximum */
 798     data sun.gc.generation.2.maxCapacity
 799     scale K
 800     align right
 801     width 10
 802     format "0.0"
 803   }
 804   column {
 805     header "^PGC^"      /* Perm Generation Capacity - Current */
 806     data sun.gc.generation.2.capacity
 807     scale K
 808     align right
 809     width 10
 810     format "0.0"
 811   }
 812   column {
 813     header "^PC^"       /* Perm Space Capacity - Current */
 814     data sun.gc.generation.2.space.0.capacity
 815     scale K
 816     align right
 817     width 10
 818     format "0.0"
 819   }
 820   column {
 821     header "^YGC^"      /* Young Generation Collections */
 822     data sun.gc.collector.0.invocations
 823     align right
 824     width 5
 825     format "0"
 826   }
 827   column {
 828     header "^FGC^"      /* Full Collections */
 829     data sun.gc.collector.1.invocations
 830     align right
 831     width 5
 832     scale raw
 833     format "0"
 834   }


 867     width 6
 868     format "0.00"
 869   }
 870   column {
 871     header "^E^"        /* Eden Space - Percent Used */
 872     data (1-((sun.gc.generation.0.space.0.capacity - sun.gc.generation.0.space.0.used)/sun.gc.generation.0.space.0.capacity)) * 100
 873     align right
 874     scale raw
 875     width 6
 876     format "0.00"
 877   }
 878   column {
 879     header "^O^"        /* Old Space - Percent Used */
 880     data (1-((sun.gc.generation.1.space.0.capacity - sun.gc.generation.1.space.0.used)/sun.gc.generation.1.space.0.capacity)) * 100
 881     align right
 882     scale raw
 883     width 6
 884     format "0.00"
 885   }
 886   column {
 887     header "^P^"        /* Perm Space - Percent Used */
 888     data (1-((sun.gc.generation.2.space.0.capacity - sun.gc.generation.2.space.0.used)/sun.gc.generation.2.space.0.capacity)) * 100
 889     align right
 890     width 6
 891     scale raw
 892     format "0.00"
 893   }
 894   column {
 895     header "^YGC^"      /* Young Generation Collections */
 896     data sun.gc.collector.0.invocations
 897     align right
 898     width 6
 899     format "0"
 900   }
 901   column {
 902     header "^YGCT^"     /* Young Generation Collection Time */
 903     data sun.gc.collector.0.time/sun.os.hrt.frequency
 904     align right
 905     scale sec
 906     width 8
 907     format "0.000"
 908   }




 175     width 8
 176     format "0.0"
 177   }
 178   column {
 179     header "^OC^"       /* Old Space Capacity - Current */
 180     data sun.gc.generation.1.space.0.capacity
 181     align center
 182     scale K
 183     width 10
 184     format "0.0"
 185   }
 186   column {
 187     header "^OU^"       /* Old Space Used */
 188     data sun.gc.generation.1.space.0.used
 189     align center
 190     width 10
 191     scale K
 192     format "0.0"
 193   }
 194   column {
 195     header "^MC^"       /* Metaspace Capacity - Current */
 196     data sun.gc.metaspace.capacity
 197     align center
 198     width 6
 199     scale K
 200     format "0.0"
 201   }
 202   column {
 203     header "^MU^"       /* Metaspae Used */
 204     data sun.gc.metaspace.used
 205     align center
 206     width 6
 207     scale K
 208     format "0.0"
 209   }
 210   column {
 211     header "^YGC^"      /* Young Generation Collections */
 212     data sun.gc.collector.0.invocations
 213     align right
 214     width 6
 215     format "0"
 216   }
 217   column {
 218     header "^YGCT^"     /* Young Generation Garbage Collection Time */
 219     data sun.gc.collector.0.time/sun.os.hrt.frequency
 220     align right
 221     width 8
 222     scale sec
 223     format "0.000"
 224   }


 313     width 10
 314     format "0.0"
 315   }
 316   column {
 317     header "^OGC^"      /* Old Generation Capacity - Current */
 318     data sun.gc.generation.1.capacity
 319     scale K
 320     align right
 321     width 10
 322     format "0.0"
 323   }
 324   column {
 325     header "^OC^"       /* Old Space Capacity - Current */
 326     data sun.gc.generation.1.space.0.capacity
 327     scale K
 328     align right
 329     width 10
 330     format "0.0"
 331   }
 332   column {
 333     header "^MCMN^"     /* Metaspace Capacity - Minimum */
 334     data sun.gc.metaspace.minCapacity
 335     scale K
 336     align right
 337     width 8
 338     format "0.0"
 339   }
 340   column {
 341     header "^MCMX^"     /* Metaspace Capacity - Maximum */
 342     data sun.gc.metaspace.maxCapacity
 343     scale K
 344     align right
 345     width 8
 346     format "0.0"
 347   }
 348   column {
 349     header "^MC^"       /* Metaspace Capacity - Current */
 350     data sun.gc.metaspace.capacity








 351     scale K
 352     align right
 353     width 8
 354     format "0.0"
 355   }
 356   column {
 357     header "^YGC^"      /* Young Generation Collections */
 358     data sun.gc.collector.0.invocations
 359     align right
 360     width 6
 361     format "0"
 362   }
 363   column {
 364     header "^FGC^"      /* Full Collections */
 365     data sun.gc.collector.1.invocations
 366     align right
 367     width 5
 368     scale raw
 369     format "0"
 370   }


 387     width 6
 388     format "0.00"
 389   }
 390   column {
 391     header "^E^"        /* Eden Space - Percent Used */
 392     data (1-((sun.gc.generation.0.space.0.capacity - sun.gc.generation.0.space.0.used)/sun.gc.generation.0.space.0.capacity)) * 100
 393     align right
 394     scale raw
 395     width 6
 396     format "0.00"
 397   }
 398   column {
 399     header "^O^"        /* Old Space - Percent Used */
 400     data (1-((sun.gc.generation.1.space.0.capacity - sun.gc.generation.1.space.0.used)/sun.gc.generation.1.space.0.capacity)) * 100
 401     align right
 402     scale raw
 403     width 6
 404     format "0.00"
 405   }
 406   column {
 407     header "^M^"        /* Metaspace - Percent Used */
 408     data (1-((sun.gc.metaspace.capacity - sun.gc.metaspace.used)/sun.gc.metaspace.capacity)) * 100
 409     align right
 410     width 6
 411     scale raw
 412     format "0.00"
 413   }
 414   column {
 415     header "^YGC^"      /* Young Generation Collections */
 416     data sun.gc.collector.0.invocations
 417     align right
 418     width 6
 419     format "0"
 420   }
 421   column {
 422     header "^YGCT^"     /* Young Generation Collection Time */
 423     data sun.gc.collector.0.time/sun.os.hrt.frequency
 424     align right
 425     scale sec
 426     width 8
 427     format "0.000"
 428   }


 629   }
 630   column {
 631     header "^YGC^"      /* Young Generation Collections */
 632     data sun.gc.collector.0.invocations
 633     align right
 634     width 5
 635     format "0"
 636   }
 637   column {
 638     header "^FGC^"      /* Full Collections */
 639     data sun.gc.collector.1.invocations
 640     align right
 641     width 5
 642     scale raw
 643     format "0"
 644   }
 645 }
 646 
 647 option gcold {
 648   column {
 649     header "^MC^"       /* Metaspace Capacity - Current */
 650     data sun.gc.metaspace.capacity
 651     width 8
 652     align right
 653     scale K
 654     format "0.0"
 655   }
 656   column {
 657     header "^MU^"       /* Metaspace Space Used */
 658     data sun.gc.metaspace.used
 659     width 8
 660     align right
 661     scale K
 662     format "0.0"
 663   }
 664   column {
 665     header "^OC^"       /* Old Space Capacity - Current */
 666     data sun.gc.generation.1.space.0.capacity
 667     width 11
 668     align right
 669     scale K
 670     format "0.0"
 671   }
 672   column {
 673     header "^OU^"       /* Old Space Used */
 674     data sun.gc.generation.1.space.0.used
 675     width 11
 676     align right
 677     scale K
 678     format "0.0"


 759     format "0"
 760   }
 761   column {
 762     header "^FGCT^"     /* Full Collection Time */
 763     data sun.gc.collector.1.time/sun.os.hrt.frequency
 764     align right
 765     scale sec
 766     width 8
 767     format "0.000"
 768   }
 769   column {
 770     header "^GCT^"      /* Total Garbage Collection Time */
 771     data (sun.gc.collector.0.time + sun.gc.collector.1.time)/sun.os.hrt.frequency
 772     align right
 773     width 8
 774     scale sec
 775     format "0.000"
 776   }
 777 }
 778 
 779 option gcmetacapacity {








 780   column {
 781     header "^MCMN^"     /* Metaspace Capacity - Minimum */
 782     data sun.gc.metaspace.minCapacity
 783     scale K
 784     align right
 785     width 10
 786     format "0.0"
 787   }
 788   column {
 789     header "^MCMX^"     /* Metaspace Capacity - Maximum */
 790     data sun.gc.metaspace.maxCapacity
 791     scale K
 792     align right
 793     width 10
 794     format "0.0"
 795   }
 796   column {
 797     header "^MC^"       /* Metaspace Capacity - Current */
 798     data sun.gc.metaspace.capacity
 799     scale K
 800     align right
 801     width 10
 802     format "0.0"
 803   }
 804   column {
 805     header "^YGC^"      /* Young Generation Collections */
 806     data sun.gc.collector.0.invocations
 807     align right
 808     width 5
 809     format "0"
 810   }
 811   column {
 812     header "^FGC^"      /* Full Collections */
 813     data sun.gc.collector.1.invocations
 814     align right
 815     width 5
 816     scale raw
 817     format "0"
 818   }


 851     width 6
 852     format "0.00"
 853   }
 854   column {
 855     header "^E^"        /* Eden Space - Percent Used */
 856     data (1-((sun.gc.generation.0.space.0.capacity - sun.gc.generation.0.space.0.used)/sun.gc.generation.0.space.0.capacity)) * 100
 857     align right
 858     scale raw
 859     width 6
 860     format "0.00"
 861   }
 862   column {
 863     header "^O^"        /* Old Space - Percent Used */
 864     data (1-((sun.gc.generation.1.space.0.capacity - sun.gc.generation.1.space.0.used)/sun.gc.generation.1.space.0.capacity)) * 100
 865     align right
 866     scale raw
 867     width 6
 868     format "0.00"
 869   }
 870   column {
 871     header "^M^"        /* Metaspace Space - Percent Used */
 872     data (1-((sun.gc.metaspace.capacity - sun.gc.metaspace.used)/sun.gc.metaspace.capacity)) * 100
 873     align right
 874     width 6
 875     scale raw
 876     format "0.00"
 877   }
 878   column {
 879     header "^YGC^"      /* Young Generation Collections */
 880     data sun.gc.collector.0.invocations
 881     align right
 882     width 6
 883     format "0"
 884   }
 885   column {
 886     header "^YGCT^"     /* Young Generation Collection Time */
 887     data sun.gc.collector.0.time/sun.os.hrt.frequency
 888     align right
 889     scale sec
 890     width 8
 891     format "0.000"
 892   }