equal
deleted
inserted
replaced
253 width 8 |
253 width 8 |
254 scale sec |
254 scale sec |
255 format "0.000" |
255 format "0.000" |
256 } |
256 } |
257 column { |
257 column { |
|
258 header "^CGC^" /* Concurrent Collections (STW phase) */ |
|
259 data sun.gc.collector.2.invocations |
|
260 align center |
|
261 width 5 |
|
262 scale raw |
|
263 format "0" |
|
264 } |
|
265 column { |
|
266 header "^CGCT^" /* Concurrent Garbage Collection Time (STW phase) */ |
|
267 data sun.gc.collector.2.time/sun.os.hrt.frequency |
|
268 align right |
|
269 width 8 |
|
270 scale sec |
|
271 format "0.000" |
|
272 } |
|
273 column { |
258 header "^GCT^" /* Total Garbage Collection Time */ |
274 header "^GCT^" /* Total Garbage Collection Time */ |
259 data (sun.gc.collector.0.time + sun.gc.collector.1.time)/sun.os.hrt.frequency |
275 data (sun.gc.collector.0.time + sun.gc.collector.1.time + sun.gc.collector.2.time)/sun.os.hrt.frequency |
260 align right |
276 align right |
261 width 8 |
277 width 8 |
262 scale sec |
278 scale sec |
263 format "0.000" |
279 format "0.000" |
264 } |
280 } |
406 align right |
422 align right |
407 width 5 |
423 width 5 |
408 scale raw |
424 scale raw |
409 format "0" |
425 format "0" |
410 } |
426 } |
|
427 column { |
|
428 header "^CGC^" /* Concurrent Collections (STW phase) */ |
|
429 data sun.gc.collector.2.invocations |
|
430 align right |
|
431 width 5 |
|
432 scale raw |
|
433 format "0" |
|
434 } |
411 } |
435 } |
412 |
436 |
413 option gccause { |
437 option gccause { |
414 column { |
438 column { |
415 header "^S0^" /* Survivor 0 Space - Percent Used */ |
439 header "^S0^" /* Survivor 0 Space - Percent Used */ |
489 scale sec |
513 scale sec |
490 width 8 |
514 width 8 |
491 format "0.000" |
515 format "0.000" |
492 } |
516 } |
493 column { |
517 column { |
|
518 header "^CGC^" /* Concurrent Collections (STW phase) */ |
|
519 data sun.gc.collector.2.invocations |
|
520 align right |
|
521 width 5 |
|
522 scale raw |
|
523 format "0" |
|
524 } |
|
525 column { |
|
526 header "^CGCT^" /* Concurrent Garbage Collection Time (STW phase) */ |
|
527 data sun.gc.collector.2.time/sun.os.hrt.frequency |
|
528 align right |
|
529 width 8 |
|
530 scale sec |
|
531 format "0.000" |
|
532 } |
|
533 column { |
494 header "^GCT^" /* Total Garbage Collection Time */ |
534 header "^GCT^" /* Total Garbage Collection Time */ |
495 data (sun.gc.collector.0.time + sun.gc.collector.1.time)/sun.os.hrt.frequency |
535 data (sun.gc.collector.0.time + sun.gc.collector.1.time + sun.gc.collector.2.time)/sun.os.hrt.frequency |
496 align right |
536 align right |
497 width 8 |
537 width 8 |
498 scale sec |
538 scale sec |
499 format "0.000" |
539 format "0.000" |
500 } |
540 } |
688 align right |
728 align right |
689 width 5 |
729 width 5 |
690 scale raw |
730 scale raw |
691 format "0" |
731 format "0" |
692 } |
732 } |
|
733 column { |
|
734 header "^CGC^" /* Concurrent Collections (STW phase) */ |
|
735 data sun.gc.collector.2.invocations |
|
736 align right |
|
737 width 5 |
|
738 scale raw |
|
739 format "0" |
|
740 } |
693 } |
741 } |
694 |
742 |
695 option gcold { |
743 option gcold { |
696 column { |
744 column { |
697 header "^MC^" /* Metaspace Capacity - Current */ |
745 header "^MC^" /* Metaspace Capacity - Current */ |
763 scale sec |
811 scale sec |
764 width 8 |
812 width 8 |
765 format "0.000" |
813 format "0.000" |
766 } |
814 } |
767 column { |
815 column { |
|
816 header "^CGC^" /* Concurrent Collections (STW phase) */ |
|
817 data sun.gc.collector.2.invocations |
|
818 align right |
|
819 width 5 |
|
820 scale raw |
|
821 format "0" |
|
822 } |
|
823 column { |
|
824 header "^CGCT^" /* Concurrent Garbage Collection Time (STW phase) */ |
|
825 data sun.gc.collector.2.time/sun.os.hrt.frequency |
|
826 align right |
|
827 width 8 |
|
828 scale sec |
|
829 format "0.000" |
|
830 } |
|
831 column { |
768 header "^GCT^" /* Total Garbage Collection Time */ |
832 header "^GCT^" /* Total Garbage Collection Time */ |
769 data (sun.gc.collector.0.time + sun.gc.collector.1.time)/sun.os.hrt.frequency |
833 data (sun.gc.collector.0.time + sun.gc.collector.1.time + sun.gc.collector.2.time)/sun.os.hrt.frequency |
770 align right |
834 align right |
771 width 8 |
835 width 8 |
772 scale sec |
836 scale sec |
773 format "0.000" |
837 format "0.000" |
774 } |
838 } |
829 scale sec |
893 scale sec |
830 width 8 |
894 width 8 |
831 format "0.000" |
895 format "0.000" |
832 } |
896 } |
833 column { |
897 column { |
|
898 header "^CGC^" /* Concurrent Collections (STW phase) */ |
|
899 data sun.gc.collector.2.invocations |
|
900 align right |
|
901 width 5 |
|
902 scale raw |
|
903 format "0" |
|
904 } |
|
905 column { |
|
906 header "^CGCT^" /* Concurrent Garbage Collection Time (STW phase) */ |
|
907 data sun.gc.collector.2.time/sun.os.hrt.frequency |
|
908 align right |
|
909 width 8 |
|
910 scale sec |
|
911 format "0.000" |
|
912 } |
|
913 column { |
834 header "^GCT^" /* Total Garbage Collection Time */ |
914 header "^GCT^" /* Total Garbage Collection Time */ |
835 data (sun.gc.collector.0.time + sun.gc.collector.1.time)/sun.os.hrt.frequency |
915 data (sun.gc.collector.0.time + sun.gc.collector.1.time + sun.gc.collector.2.time)/sun.os.hrt.frequency |
836 align right |
916 align right |
837 width 8 |
917 width 8 |
838 scale sec |
918 scale sec |
839 format "0.000" |
919 format "0.000" |
840 } |
920 } |
911 scale sec |
991 scale sec |
912 width 8 |
992 width 8 |
913 format "0.000" |
993 format "0.000" |
914 } |
994 } |
915 column { |
995 column { |
|
996 header "^CGC^" /* Concurrent Collections (STW phase) */ |
|
997 data sun.gc.collector.2.invocations |
|
998 align right |
|
999 width 5 |
|
1000 scale raw |
|
1001 format "0" |
|
1002 } |
|
1003 column { |
|
1004 header "^CGCT^" /* Concurrent Garbage Collection Time (STW phase) */ |
|
1005 data sun.gc.collector.2.time/sun.os.hrt.frequency |
|
1006 align right |
|
1007 width 8 |
|
1008 scale sec |
|
1009 format "0.000" |
|
1010 } |
|
1011 column { |
916 header "^GCT^" /* Total Garbage Collection Time */ |
1012 header "^GCT^" /* Total Garbage Collection Time */ |
917 data (sun.gc.collector.0.time + sun.gc.collector.1.time)/sun.os.hrt.frequency |
1013 data (sun.gc.collector.0.time + sun.gc.collector.1.time + sun.gc.collector.2.time)/sun.os.hrt.frequency |
918 align right |
1014 align right |
919 width 8 |
1015 width 8 |
920 scale sec |
1016 scale sec |
921 format "0.000" |
1017 format "0.000" |
922 } |
1018 } |
1001 scale sec |
1097 scale sec |
1002 width 8 |
1098 width 8 |
1003 format "0.000" |
1099 format "0.000" |
1004 } |
1100 } |
1005 column { |
1101 column { |
|
1102 header "^CGC^" /* Concurrent Collections (STW phase) */ |
|
1103 data sun.gc.collector.2.invocations |
|
1104 align right |
|
1105 width 5 |
|
1106 scale raw |
|
1107 format "0" |
|
1108 } |
|
1109 column { |
|
1110 header "^CGCT^" /* Concurrent Garbage Collection Time (STW phase) */ |
|
1111 data sun.gc.collector.2.time/sun.os.hrt.frequency |
|
1112 align right |
|
1113 width 8 |
|
1114 scale sec |
|
1115 format "0.000" |
|
1116 } |
|
1117 column { |
1006 header "^GCT^" /* Total Garbage Collection Time */ |
1118 header "^GCT^" /* Total Garbage Collection Time */ |
1007 data (sun.gc.collector.0.time + sun.gc.collector.1.time)/sun.os.hrt.frequency |
1119 data (sun.gc.collector.0.time + sun.gc.collector.1.time + sun.gc.collector.2.time)/sun.os.hrt.frequency |
1008 align right |
1120 align right |
1009 width 8 |
1121 width 8 |
1010 scale sec |
1122 scale sec |
1011 format "0.000" |
1123 format "0.000" |
1012 } |
1124 } |