master
yaml 1,143 lines 27.6 KB
Raw
1 System:
2 labels: []
3 contexts:
4 - name: CPU
5 context: websphere_pmi.cpu_utilization
6 title: CPU Utilization
7 family: compute/cpu
8 units: percentage
9 type: line
10 priority: 101
11 dimensions:
12 - name: utilization
13 algo: absolute
14 div: 1000
15 JVM:
16 labels: []
17 contexts:
18 - name: HeapUsage
19 context: websphere_pmi.jvm_heap_usage
20 title: JVM Heap Memory Usage
21 family: memory/heap
22 units: bytes
23 type: stacked
24 priority: 201
25 dimensions:
26 - name: used
27 algo: absolute
28 - name: free
29 algo: absolute
30 - name: HeapCommitted
31 context: websphere_pmi.jvm_heap_committed
32 title: JVM Heap Committed
33 family: memory/heap
34 units: bytes
35 type: line
36 priority: 202
37 dimensions:
38 - name: committed
39 algo: absolute
40 - name: HeapMax
41 context: websphere_pmi.jvm_heap_max
42 title: JVM Heap Maximum
43 family: memory/heap
44 units: bytes
45 type: line
46 priority: 203
47 dimensions:
48 - name: limit
49 algo: absolute
50 - name: Uptime
51 context: websphere_pmi.jvm_uptime
52 title: JVM Uptime
53 family: compute/runtime
54 units: seconds
55 type: line
56 priority: 210
57 dimensions:
58 - name: uptime
59 algo: absolute
60 - name: CPU
61 context: websphere_pmi.jvm_cpu
62 title: JVM CPU Usage
63 family: compute/cpu
64 units: percentage
65 type: line
66 priority: 211
67 dimensions:
68 - name: usage
69 algo: absolute
70 div: 1000
71 - name: GCCollections
72 context: websphere_pmi.jvm_gc_collections
73 title: JVM GC Collections
74 family: compute/gc
75 units: collections/s
76 type: line
77 priority: 220
78 dimensions:
79 - name: collections
80 algo: incremental
81 - name: GCTime
82 context: websphere_pmi.jvm_gc_time
83 title: JVM GC Time
84 family: compute/gc
85 units: milliseconds
86 type: line
87 priority: 221
88 dimensions:
89 - name: total
90 algo: absolute
91 - name: Threads
92 context: websphere_pmi.jvm_threads
93 title: JVM Threads
94 family: compute/threads
95 units: threads
96 type: stacked
97 priority: 230
98 dimensions:
99 - name: daemon
100 algo: absolute
101 - name: other
102 algo: absolute
103 - name: ThreadPeak
104 context: websphere_pmi.jvm_threads_peak
105 title: JVM Peak Threads
106 family: compute/threads
107 units: threads
108 type: line
109 priority: 231
110 dimensions:
111 - name: peak
112 algo: absolute
113 ThreadPool:
114 labels:
115 - name
116 contexts:
117 - name: Usage
118 context: websphere_pmi.threadpool_usage
119 title: Thread Pool Usage
120 family: workloads/threadpools
121 units: threads
122 type: stacked
123 priority: 301
124 dimensions:
125 - name: active
126 algo: absolute
127 - name: size
128 algo: absolute
129 TransactionManager:
130 labels:
131 - node
132 - server
133 contexts:
134 - name: Counts
135 context: websphere_pmi.transaction_counts
136 title: Transaction Counts
137 family: workloads/transactions
138 units: transactions/s
139 type: line
140 priority: 401
141 dimensions:
142 - name: global_begun
143 algo: incremental
144 - name: global_committed
145 algo: incremental
146 - name: global_rolled_back
147 algo: incremental
148 - name: global_timeout
149 algo: incremental
150 - name: global_involved
151 algo: incremental
152 - name: optimizations
153 algo: incremental
154 - name: local_begun
155 algo: incremental
156 - name: local_committed
157 algo: incremental
158 - name: local_rolled_back
159 algo: incremental
160 - name: local_timeout
161 algo: incremental
162 - name: Active
163 context: websphere_pmi.transaction_active
164 title: Active Transactions
165 family: workloads/transactions
166 units: transactions
167 type: line
168 priority: 402
169 dimensions:
170 - name: global
171 algo: absolute
172 - name: local
173 algo: absolute
174 - name: Time
175 context: websphere_pmi.transaction_time
176 title: Transaction Durations
177 family: workloads/transactions
178 units: milliseconds
179 type: line
180 priority: 403
181 dimensions:
182 - name: global_total
183 algo: absolute
184 - name: global_prepare
185 algo: absolute
186 - name: global_commit
187 algo: absolute
188 - name: global_before_completion
189 algo: absolute
190 - name: local_total
191 algo: absolute
192 - name: local_commit
193 algo: absolute
194 - name: local_before_completion
195 algo: absolute
196 JDBCPool:
197 labels:
198 - node
199 - server
200 - pool
201 contexts:
202 - name: Usage
203 context: websphere_pmi.jdbc_pool_usage
204 title: JDBC Pool Utilization
205 family: workloads/jdbc/usage
206 units: percentage
207 type: line
208 priority: 501
209 dimensions:
210 - name: percent_used
211 algo: absolute
212 div: 1000
213 - name: percent_maxed
214 algo: absolute
215 div: 1000
216 - name: Waiting
217 context: websphere_pmi.jdbc_pool_waiting
218 title: JDBC Pool Waiting Threads
219 family: workloads/jdbc/wait
220 units: threads
221 type: line
222 priority: 502
223 dimensions:
224 - name: waiting_threads
225 algo: absolute
226 - name: Connections
227 context: websphere_pmi.jdbc_pool_connections
228 title: JDBC Pool Connections
229 family: workloads/jdbc/connections
230 units: connections
231 type: line
232 priority: 503
233 dimensions:
234 - name: managed
235 algo: absolute
236 - name: handles
237 algo: absolute
238 - name: Operations
239 context: websphere_pmi.jdbc_pool_operations
240 title: JDBC Pool Operations
241 family: workloads/jdbc/operations
242 units: operations/s
243 type: line
244 priority: 504
245 dimensions:
246 - name: created
247 algo: incremental
248 - name: closed
249 algo: incremental
250 - name: allocated
251 algo: incremental
252 - name: returned
253 algo: incremental
254 - name: faults
255 algo: incremental
256 - name: prep_stmt_cache_discard
257 algo: incremental
258 - name: Time
259 context: websphere_pmi.jdbc_pool_time
260 title: JDBC Pool Time
261 family: workloads/jdbc/time
262 units: milliseconds
263 type: line
264 priority: 505
265 dimensions:
266 - name: use
267 algo: absolute
268 - name: wait
269 algo: absolute
270 - name: jdbc
271 algo: absolute
272 WebApp:
273 labels:
274 - node
275 - server
276 - app
277 contexts:
278 - name: Load
279 context: websphere_pmi.webapp_load
280 title: Web Application Load
281 family: workloads/webapps
282 units: events
283 type: line
284 priority: 520
285 dimensions:
286 - name: loaded_servlets
287 algo: absolute
288 - name: reloads
289 algo: incremental
290 SessionManager:
291 labels:
292 - node
293 - server
294 - app
295 contexts:
296 - name: Active
297 context: websphere_pmi.session_manager_active
298 title: Session Manager Active Sessions
299 family: workloads/sessions
300 units: sessions
301 type: line
302 priority: 530
303 dimensions:
304 - name: active
305 algo: absolute
306 - name: live
307 algo: absolute
308 - name: Events
309 context: websphere_pmi.session_manager_events
310 title: Session Manager Events
311 family: workloads/sessions
312 units: events/s
313 type: line
314 priority: 531
315 dimensions:
316 - name: created
317 algo: incremental
318 - name: invalidated
319 algo: incremental
320 - name: timeout_invalidations
321 algo: incremental
322 - name: affinity_breaks
323 algo: incremental
324 - name: cache_discards
325 algo: incremental
326 - name: no_room
327 algo: incremental
328 - name: activate_non_exist
329 algo: incremental
330 DynamicCache:
331 labels:
332 - node
333 - server
334 - cache
335 contexts:
336 - name: InMemory
337 context: websphere_pmi.dynamic_cache_in_memory
338 title: Dynamic Cache Entries
339 family: workloads/cache
340 units: entries
341 type: line
342 priority: 540
343 dimensions:
344 - name: entries
345 algo: absolute
346 - name: Capacity
347 context: websphere_pmi.dynamic_cache_capacity
348 title: Dynamic Cache Capacity
349 family: workloads/cache
350 units: entries
351 type: line
352 priority: 541
353 dimensions:
354 - name: max_entries
355 algo: absolute
356 URL:
357 labels:
358 - node
359 - server
360 - url
361 contexts:
362 - name: Requests
363 context: websphere_pmi.url_requests
364 title: URL Requests
365 family: workloads/urls
366 units: requests/s
367 type: line
368 priority: 550
369 dimensions:
370 - name: requests
371 algo: incremental
372 - name: Time
373 context: websphere_pmi.url_time
374 title: URL Service Time
375 family: workloads/urls
376 units: milliseconds
377 type: line
378 priority: 551
379 dimensions:
380 - name: service
381 algo: absolute
382 - name: async
383 algo: absolute
384 SecurityAuth:
385 labels:
386 - node
387 - server
388 contexts:
389 - name: Counts
390 context: websphere_pmi.security_auth_counts
391 title: Security Authentication Counts
392 family: security/authentication
393 units: events/s
394 type: line
395 priority: 560
396 dimensions:
397 - name: web
398 algo: incremental
399 - name: tai
400 algo: incremental
401 - name: identity
402 algo: incremental
403 - name: basic
404 algo: incremental
405 - name: token
406 algo: incremental
407 - name: jaas_identity
408 algo: incremental
409 - name: jaas_basic
410 algo: incremental
411 - name: jaas_token
412 algo: incremental
413 - name: rmi
414 algo: incremental
415 SecurityAuthz:
416 labels:
417 - node
418 - server
419 contexts:
420 - name: Time
421 context: websphere_pmi.security_authz_time
422 title: Security Authorization Time
423 family: security/authorization
424 units: milliseconds
425 type: line
426 priority: 561
427 dimensions:
428 - name: web
429 algo: absolute
430 - name: ejb
431 algo: absolute
432 - name: admin
433 algo: absolute
434 - name: cwwja
435 algo: absolute
436 ORB:
437 labels:
438 - node
439 - server
440 contexts:
441 - name: Concurrent
442 context: websphere_pmi.orb_concurrent
443 title: ORB Concurrent Requests
444 family: workloads/orb
445 units: requests
446 type: line
447 priority: 570
448 dimensions:
449 - name: concurrent_requests
450 algo: absolute
451 - name: Requests
452 context: websphere_pmi.orb_requests
453 title: ORB Requests
454 family: workloads/orb
455 units: requests/s
456 type: line
457 priority: 571
458 dimensions:
459 - name: requests
460 algo: incremental
461 SystemData:
462 labels: []
463 contexts:
464 - name: Usage
465 context: websphere_pmi.system_data_usage
466 title: System Data Snapshot
467 family: system/overview
468 units: value
469 type: line
470 priority: 100
471 dimensions:
472 - name: cpu_since_last
473 algo: absolute
474 - name: free_memory
475 algo: absolute
476 HAManager:
477 labels:
478 - node
479 - server
480 contexts:
481 - name: Groups
482 context: websphere_pmi.ha_manager_groups
483 title: HA Manager Groups
484 family: reliability/ha
485 units: groups
486 type: line
487 priority: 600
488 dimensions:
489 - name: local
490 algo: absolute
491 - name: BulletinBoard
492 context: websphere_pmi.ha_manager_bulletin_board
493 title: HA Manager Bulletin Board
494 family: reliability/ha
495 units: items
496 type: line
497 priority: 601
498 dimensions:
499 - name: subjects
500 algo: absolute
501 - name: subscriptions
502 algo: absolute
503 - name: local_subjects
504 algo: absolute
505 - name: local_subscriptions
506 algo: absolute
507 - name: RebuildTime
508 context: websphere_pmi.ha_manager_rebuild_time
509 title: HA Manager Rebuild Time
510 family: reliability/ha
511 units: milliseconds
512 type: line
513 priority: 602
514 dimensions:
515 - name: group_state
516 algo: absolute
517 - name: bulletin_board
518 algo: absolute
519 JCAPool:
520 labels:
521 - node
522 - server
523 - provider
524 - pool
525 contexts:
526 - name: Operations
527 context: websphere_pmi.jca_pool_operations
528 title: JCA Pool Operations
529 family: connectivity/jca
530 units: operations/s
531 type: line
532 priority: 580
533 dimensions:
534 - name: create
535 algo: incremental
536 - name: close
537 algo: incremental
538 - name: allocate
539 algo: incremental
540 - name: freed
541 algo: incremental
542 - name: faults
543 algo: incremental
544 - name: Managed
545 context: websphere_pmi.jca_pool_managed
546 title: JCA Pool Managed Resources
547 family: connectivity/jca
548 units: resources
549 type: line
550 priority: 581
551 dimensions:
552 - name: managed_connections
553 algo: absolute
554 - name: connection_handles
555 algo: absolute
556 - name: Utilization
557 context: websphere_pmi.jca_pool_utilization
558 title: JCA Pool Utilization
559 family: connectivity/jca
560 units: percentage
561 type: line
562 priority: 582
563 dimensions:
564 - name: percent_used
565 algo: absolute
566 div: 1000
567 - name: percent_maxed
568 algo: absolute
569 div: 1000
570 - name: Waiting
571 context: websphere_pmi.jca_pool_waiting
572 title: JCA Pool Waiting Threads
573 family: connectivity/jca
574 units: threads
575 type: line
576 priority: 583
577 dimensions:
578 - name: waiting_threads
579 algo: absolute
580 AlarmManager:
581 labels:
582 - node
583 - server
584 - manager
585 contexts:
586 - name: Events
587 context: websphere_pmi.alarm_manager_events
588 title: Alarm Manager Events
589 family: workloads/alarms
590 units: events/s
591 type: line
592 priority: 610
593 dimensions:
594 - name: created
595 algo: incremental
596 - name: cancelled
597 algo: incremental
598 - name: fired
599 algo: incremental
600 JMSQueue:
601 labels:
602 - node
603 - server
604 - engine
605 - destination
606 contexts:
607 - name: MessagesProduced
608 context: websphere_pmi.jms_queue_messages_produced
609 title: JMS Queue Messages Produced
610 family: messaging/jms/queues
611 units: messages/s
612 type: line
613 priority: 700
614 dimensions:
615 - name: total
616 algo: incremental
617 - name: best_effort
618 algo: incremental
619 - name: express
620 algo: incremental
621 - name: reliable_nonpersistent
622 algo: incremental
623 - name: reliable_persistent
624 algo: incremental
625 - name: assured_persistent
626 algo: incremental
627 - name: MessagesConsumed
628 context: websphere_pmi.jms_queue_messages_consumed
629 title: JMS Queue Messages Consumed
630 family: messaging/jms/queues
631 units: messages/s
632 type: line
633 priority: 701
634 dimensions:
635 - name: total
636 algo: incremental
637 - name: best_effort
638 algo: incremental
639 - name: express
640 algo: incremental
641 - name: reliable_nonpersistent
642 algo: incremental
643 - name: reliable_persistent
644 algo: incremental
645 - name: assured_persistent
646 algo: incremental
647 - name: expired
648 algo: incremental
649 - name: Clients
650 context: websphere_pmi.jms_queue_clients
651 title: JMS Queue Clients
652 family: messaging/jms/queues
653 units: clients
654 type: line
655 priority: 702
656 dimensions:
657 - name: local_producers
658 algo: absolute
659 - name: local_producer_attaches
660 algo: incremental
661 - name: local_consumers
662 algo: absolute
663 - name: local_consumer_attaches
664 algo: incremental
665 - name: Storage
666 context: websphere_pmi.jms_queue_storage
667 title: JMS Queue Storage
668 family: messaging/jms/queues
669 units: messages
670 type: line
671 priority: 703
672 dimensions:
673 - name: available
674 algo: absolute
675 - name: unavailable
676 algo: absolute
677 - name: oldest_age
678 algo: absolute
679 - name: WaitTime
680 context: websphere_pmi.jms_queue_wait_time
681 title: JMS Queue Wait Time
682 family: messaging/jms/queues
683 units: milliseconds
684 type: line
685 priority: 704
686 dimensions:
687 - name: aggregate
688 algo: absolute
689 - name: local
690 algo: absolute
691 JMSTopic:
692 labels:
693 - node
694 - server
695 - engine
696 - destination
697 contexts:
698 - name: Publications
699 context: websphere_pmi.jms_topic_publications
700 title: JMS Topic Publications
701 family: messaging/jms/topics
702 units: messages/s
703 type: line
704 priority: 720
705 dimensions:
706 - name: assured
707 algo: incremental
708 - name: best_effort
709 algo: incremental
710 - name: express
711 algo: incremental
712 - name: SubscriptionHits
713 context: websphere_pmi.jms_topic_subscription_hits
714 title: JMS Topic Subscription Hits
715 family: messaging/jms/topics
716 units: events/s
717 type: line
718 priority: 721
719 dimensions:
720 - name: assured
721 algo: incremental
722 - name: best_effort
723 algo: incremental
724 - name: express
725 algo: incremental
726 - name: Subscriptions
727 context: websphere_pmi.jms_topic_subscriptions
728 title: JMS Topic Subscriptions
729 family: messaging/jms/topics
730 units: subscriptions
731 type: line
732 priority: 722
733 dimensions:
734 - name: durable_local
735 algo: absolute
736 - name: Events
737 context: websphere_pmi.jms_topic_events
738 title: JMS Topic Events
739 family: messaging/jms/topics
740 units: events/s
741 type: line
742 priority: 723
743 dimensions:
744 - name: incomplete_publications
745 algo: incremental
746 - name: publisher_attaches
747 algo: incremental
748 - name: subscriber_attaches
749 algo: incremental
750 - name: Age
751 context: websphere_pmi.jms_topic_age
752 title: JMS Topic Oldest Publication Age
753 family: messaging/jms/topics
754 units: milliseconds
755 type: line
756 priority: 724
757 dimensions:
758 - name: local_oldest
759 algo: absolute
760 JMSStore:
761 labels:
762 - node
763 - server
764 - engine
765 - section
766 contexts:
767 - name: Cache
768 context: websphere_pmi.jms_store_cache
769 title: JMS Store Cache
770 family: messaging/jms/store
771 units: events
772 type: line
773 priority: 740
774 dimensions:
775 - name: add_stored
776 algo: incremental
777 - name: add_not_stored
778 algo: incremental
779 - name: stored_current
780 algo: absolute
781 - name: stored_bytes
782 algo: absolute
783 - name: not_stored_current
784 algo: absolute
785 - name: not_stored_bytes
786 algo: absolute
787 - name: discard_count
788 algo: incremental
789 - name: discard_bytes
790 algo: incremental
791 - name: Datastore
792 context: websphere_pmi.jms_store_datastore
793 title: JMS Store Datastore Operations
794 family: messaging/jms/store
795 units: events/s
796 type: line
797 priority: 741
798 dimensions:
799 - name: insert_batches
800 algo: incremental
801 - name: update_batches
802 algo: incremental
803 - name: delete_batches
804 algo: incremental
805 - name: insert_count
806 algo: incremental
807 - name: update_count
808 algo: incremental
809 - name: delete_count
810 algo: incremental
811 - name: open_count
812 algo: incremental
813 - name: abort_count
814 algo: incremental
815 - name: transaction_ms
816 algo: absolute
817 - name: Transactions
818 context: websphere_pmi.jms_store_transactions
819 title: JMS Store Transactions
820 family: messaging/jms/store
821 units: transactions/s
822 type: line
823 priority: 742
824 dimensions:
825 - name: global_start
826 algo: incremental
827 - name: global_commit
828 algo: incremental
829 - name: global_abort
830 algo: incremental
831 - name: global_indoubt
832 algo: incremental
833 - name: local_start
834 algo: incremental
835 - name: local_commit
836 algo: incremental
837 - name: local_abort
838 algo: incremental
839 - name: Expiry
840 context: websphere_pmi.jms_store_expiry
841 title: JMS Store Expiry Index
842 family: messaging/jms/store
843 units: items
844 type: line
845 priority: 743
846 dimensions:
847 - name: index_items
848 algo: absolute
849 Schedulers:
850 labels:
851 - node
852 - server
853 - scheduler
854 contexts:
855 - name: Activity
856 context: websphere_pmi.scheduler_activity
857 title: Scheduler Activity
858 family: workloads/schedulers
859 units: events/s
860 type: line
861 priority: 620
862 dimensions:
863 - name: finished
864 algo: incremental
865 - name: failures
866 algo: incremental
867 - name: polls
868 algo: incremental
869 ObjectPool:
870 labels:
871 - node
872 - server
873 - pool
874 contexts:
875 - name: Operations
876 context: websphere_pmi.object_pool_operations
877 title: Object Pool Operations
878 family: workloads/object_pool
879 units: operations/s
880 type: line
881 priority: 630
882 dimensions:
883 - name: created
884 algo: incremental
885 - name: Size
886 context: websphere_pmi.object_pool_size
887 title: Object Pool Size
888 family: workloads/object_pool
889 units: objects
890 type: line
891 priority: 631
892 dimensions:
893 - name: allocated
894 algo: absolute
895 - name: returned
896 algo: absolute
897 - name: idle
898 algo: absolute
899 EnterpriseBeans:
900 labels:
901 - node
902 - server
903 - bean
904 contexts:
905 - name: Operations
906 context: websphere_pmi.ejb_operations
907 title: EJB Operations
908 family: workloads/ejb
909 units: operations/s
910 type: line
911 priority: 640
912 dimensions:
913 - name: create
914 algo: incremental
915 - name: remove
916 algo: incremental
917 - name: activate
918 algo: incremental
919 - name: passivate
920 algo: incremental
921 - name: instantiate
922 algo: incremental
923 - name: store
924 algo: incremental
925 - name: load
926 algo: incremental
927 - name: Messages
928 context: websphere_pmi.ejb_messages
929 title: EJB Message Activity
930 family: workloads/ejb
931 units: messages/s
932 type: line
933 priority: 641
934 dimensions:
935 - name: received
936 algo: incremental
937 - name: backout
938 algo: incremental
939 - name: Pool
940 context: websphere_pmi.ejb_pool
941 title: EJB Pool Usage
942 family: workloads/ejb
943 units: beans
944 type: line
945 priority: 642
946 dimensions:
947 - name: ready
948 algo: absolute
949 - name: live
950 algo: absolute
951 - name: pooled
952 algo: absolute
953 - name: active_method
954 algo: absolute
955 - name: passive
956 algo: absolute
957 - name: server_session_pool
958 algo: absolute
959 - name: method_ready
960 algo: absolute
961 - name: async_queue
962 algo: absolute
963 - name: Time
964 context: websphere_pmi.ejb_time
965 title: EJB Operation Time
966 family: workloads/ejb
967 units: milliseconds
968 type: line
969 priority: 643
970 dimensions:
971 - name: activation
972 algo: absolute
973 - name: passivation
974 algo: absolute
975 - name: create
976 algo: absolute
977 - name: remove
978 algo: absolute
979 - name: load
980 algo: absolute
981 - name: store
982 algo: absolute
983 - name: method_response
984 algo: absolute
985 - name: wait
986 algo: absolute
987 - name: async_wait
988 algo: absolute
989 - name: read_lock
990 algo: absolute
991 - name: write_lock
992 algo: absolute
993 WebServices:
994 labels:
995 - node
996 - server
997 - service
998 contexts:
999 - name: Loaded
1000 context: websphere_pmi.web_services_loaded
1001 title: Web Services Loaded
1002 family: integration/web_services
1003 units: services
1004 type: line
1005 priority: 650
1006 dimensions:
1007 - name: loaded
1008 algo: absolute
1009 WebServicesGateway:
1010 labels:
1011 - node
1012 - server
1013 - gateway
1014 contexts:
1015 - name: Requests
1016 context: websphere_pmi.web_services_gateway_requests
1017 title: Web Services Gateway Requests
1018 family: integration/web_services_gateway
1019 units: requests/s
1020 type: line
1021 priority: 651
1022 dimensions:
1023 - name: synchronous
1024 algo: incremental
1025 - name: synchronous_responses
1026 algo: incremental
1027 - name: asynchronous
1028 algo: incremental
1029 - name: asynchronous_responses
1030 algo: incremental
1031 PMIWebServiceModule:
1032 labels:
1033 - node
1034 - server
1035 - module
1036 contexts:
1037 - name: Services
1038 context: websphere_pmi.pmi_web_service_module_services
1039 title: PMI Web Service Module Services
1040 family: integration/web_services
1041 units: services
1042 type: line
1043 priority: 652
1044 dimensions:
1045 - name: loaded
1046 algo: absolute
1047 ExtensionRegistry:
1048 labels:
1049 - node
1050 - server
1051 contexts:
1052 - name: Requests
1053 context: websphere_pmi.extension_registry_requests
1054 title: Extension Registry Requests
1055 family: platform/extensions
1056 units: events/s
1057 type: line
1058 priority: 660
1059 dimensions:
1060 - name: requests
1061 algo: incremental
1062 - name: hits
1063 algo: incremental
1064 - name: displacements
1065 algo: incremental
1066 - name: HitRate
1067 context: websphere_pmi.extension_registry_hit_rate
1068 title: Extension Registry Hit Rate
1069 family: platform/extensions
1070 units: percentage
1071 type: line
1072 priority: 661
1073 dimensions:
1074 - name: hit_rate
1075 algo: absolute
1076 div: 1000
1077 PortletApplication:
1078 labels:
1079 - node
1080 - server
1081 contexts:
1082 - name: Loaded
1083 context: websphere_pmi.portlet_application_loaded
1084 title: Loaded Portlets
1085 family: platform/portlets
1086 units: portlets
1087 type: line
1088 priority: 800
1089 dimensions:
1090 - name: loaded
1091 algo: absolute
1092 Portlet:
1093 labels:
1094 - node
1095 - server
1096 - portlet
1097 contexts:
1098 - name: Requests
1099 context: websphere_pmi.portlet_requests
1100 title: Portlet Requests
1101 family: platform/portlets
1102 units: requests/s
1103 type: line
1104 priority: 801
1105 dimensions:
1106 - name: requests
1107 algo: incremental
1108 - name: Concurrent
1109 context: websphere_pmi.portlet_concurrent
1110 title: Portlet Concurrent Requests
1111 family: platform/portlets
1112 units: requests
1113 type: line
1114 priority: 802
1115 dimensions:
1116 - name: concurrent
1117 algo: absolute
1118 - name: Errors
1119 context: websphere_pmi.portlet_errors
1120 title: Portlet Errors
1121 family: platform/portlets
1122 units: errors/s
1123 type: line
1124 priority: 803
1125 dimensions:
1126 - name: errors
1127 algo: incremental
1128 - name: ResponseTime
1129 context: websphere_pmi.portlet_response_time
1130 title: Portlet Response Time
1131 family: platform/portlets
1132 units: milliseconds
1133 type: line
1134 priority: 804
1135 dimensions:
1136 - name: render
1137 algo: absolute
1138 - name: action
1139 algo: absolute
1140 - name: process_event
1141 algo: absolute
1142 - name: serve_resource
1143 algo: absolute