Data Element list used by SAP ABAP Table PFVMC_REC (Virtual Machine Container Statistics Record)
SAP ABAP Table
PFVMC_REC (Virtual Machine Container Statistics Record) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | PF_VMC_ALLOC_LOCAL | Locally Allocated Memory | ||
| 2 | PF_VMC_ALLOC_SHARED | Allocated Shared Memory | ||
| 3 | PF_VMC_CALL_COUNT | Number of Calls to the VM Container in Dialog Step | ||
| 4 | PF_VMC_COUNT_ATTACH | Number of Process Attachments of the VM | ||
| 5 | PF_VMC_COUNT_CLONE | Number of Cloning Operations in Virtual Machine | ||
| 6 | PF_VMC_COUNT_DETACH | Number of Process Detachments of the VM | ||
| 7 | PF_VMC_COUNT_GC_EXPL_LOCAL | Number of Explicit Garbage Collection Calls (Local)) | ||
| 8 | PF_VMC_COUNT_GC_EXPL_SHARED | Number of Explicit Shared Garbage Collections | ||
| 9 | PF_VMC_COUNT_GC_OLD | Number of Garbage Collection Calls for Old Generation | ||
| 10 | PF_VMC_COUNT_GC_SHARED | Number of Shared Garbage Collection Calls | ||
| 11 | PF_VMC_COUNT_GC_YOUNG | Number of Garbage Collection Calls for Young Generation | ||
| 12 | PF_VMC_COUNT_JIT_DECOMPILE | Number of JIT Decompilations | ||
| 13 | PF_VMC_COUNT_JIT_RETRY | Number of Retries of JIT Compilation | ||
| 14 | PF_VMC_COUNT_JIT_SUCCEED | Number of Successful JIT Compilations | ||
| 15 | PF_VMC_COUNT_JIT_TRIALS | Number of Attempts of JIT Compilation | ||
| 16 | PF_VMC_COUNT_LOAD_CLASS_CONFL | Number of Conflicts While Loading Shared Classes | ||
| 17 | PF_VMC_COUNT_LOAD_CLASS_LOCAL | Number of Classes Loaded Locally | ||
| 18 | PF_VMC_COUNT_LOAD_CLASS_SHARED | Number of Shared Classes Loaded | ||
| 19 | PF_VMC_COUNT_NATIVE_BYTE_SW | Number of Switches Between Byte and Native Code | ||
| 20 | PF_VMC_COUNT_THREAD_SWITCH | Number of Thread Switches | ||
| 21 | PF_VMC_MAX_THREAD_RUN_TIME | Maximum Runtime of Thread | ||
| 22 | PF_VMC_MEM_CLASS_OBJ_ALLOC_LOC | Memory Allocated Locally for Class Objects | ||
| 23 | PF_VMC_MEM_CLASS_OBJ_ALLOC_SHA | Allocated Memory for Shared Classes | ||
| 24 | PF_VMC_MEM_CLASS_OBJ_FREED_LOC | Freed Local Memory for Java Classes | ||
| 25 | PF_VMC_MEM_CLASS_OBJ_FREED_SHA | Freed Memory in Shared Class Pool | ||
| 26 | PF_VMC_MEM_CODECACHE_ALLOC_LOC | Allocated Memory for Local Code Cache | ||
| 27 | PF_VMC_MEM_CODECACHE_ALLOC_SHA | Memory Allocated to Shared Code Cache | ||
| 28 | PF_VMC_MEM_CODECACHE_FREED_LOC | Released Memory from Local Code Cache | ||
| 29 | PF_VMC_MEM_CODECACHE_FREED_SHA | Freed Memory from Shared Code Cache | ||
| 30 | PF_VMC_MEM_CODECACHE_MAX_WRK_M | Maximum Working Memory of Code Cache | ||
| 31 | PF_VMC_MEM_CODECACHE_USED_LOC | Maximum Local Memory for the Code Cache | ||
| 32 | PF_VMC_MEM_CODECACHE_USED_SHA | Shared Memory of Shared Code Cache | ||
| 33 | PF_VMC_MEM_CODECACHE_WRONG_PRE | Memory in Code Cache Wrongly Predicted | ||
| 34 | PF_VMC_MEM_IO_FILE_READ | File-I/O: Read Bytes | ||
| 35 | PF_VMC_MEM_IO_FILE_WRITE | File I/O: Written Bytes | ||
| 36 | PF_VMC_MEM_IO_NET_RECEIVE | Network I/O: Received Bytes | ||
| 37 | PF_VMC_MEM_IO_NET_SEND | Network I/O: Sent Bytes | ||
| 38 | PF_VMC_MEM_MISC_ALLOC_LOCAL | Miscellaneous Local Memory Allocated | ||
| 39 | PF_VMC_MEM_MISC_ALLOC_SHARED | Miscellaneous Shared Memory Allocated | ||
| 40 | PF_VMC_MEM_MISC_FREED_LOCAL | Freed Miscellaneous Local Memory | ||
| 41 | PF_VMC_MEM_MISC_FREED_SHARED | Miscellaneous Released Shared Memory | ||
| 42 | PF_VMC_MEM_MISC_PROFILING | Local Memory Needed for Profiling | ||
| 43 | PF_VMC_MEM_OBJC_ALLOC_OLD | Memory for Old Objects in the Old Generation | ||
| 44 | PF_VMC_MEM_OBJC_ALLOC_SHARED | Maximum Allocated Memory for Objects in Shared Memory | ||
| 45 | PF_VMC_MEM_OBJC_ALLOC_YOUNG | Memory Allocated for Objects in the Young Generation | ||
| 46 | PF_VMC_MEM_OBJS_FREED_OLD | Freed Memory from Objects in the Old Generation | ||
| 47 | PF_VMC_MEM_OBJS_FREED_SHARED | Memory Freed from Objects in Shared Memory | ||
| 48 | PF_VMC_MEM_OBJS_FREED_YOUNG | Memory Released from Objects in the Young Generation | ||
| 49 | PF_VMC_MEM_OBJS_PROMOTED | Memory Moved into the Old Generation | ||
| 50 | PF_VMC_REQUEST_TYPE | Request Type of Dialog Step | ||
| 51 | PF_VMC_TIME_ATTACH | Time Needed for VM Process Attachments | ||
| 52 | PF_VMC_TIME_BYTE_GENERATION | Time for Generating Byte Code | ||
| 53 | PF_VMC_TIME_CLONE | Time Needed to Clone VMs | ||
| 54 | PF_VMC_TIME_CPU_GC_OLD | CPU Time for Old Generation Garbage Collector | ||
| 55 | PF_VMC_TIME_CPU_GC_SHARED | CPU Time for Shared Garbage Collection | ||
| 56 | PF_VMC_TIME_CPU_GC_YOUNG | CPU Time for Young Generation Garbage Collection | ||
| 57 | PF_VMC_TIME_DETACH | Time Needed for VM Process Detachments | ||
| 58 | PF_VMC_TIME_GC_OLD | Garbage Collection Time for the Old Generation | ||
| 59 | PF_VMC_TIME_GC_SHARED | Time for Shared Garbage Collection | ||
| 60 | PF_VMC_TIME_GC_YOUNG | Time for Young Generation Garbage Collection | ||
| 61 | PF_VMC_TIME_JAVA_GENERATION | Time Needed for Generating Java Code | ||
| 62 | PF_VMC_TIME_NATIVE_GENERATION | Time Needed to Generate Native Code | ||
| 63 | PF_VMC_VM_CPU_TIME | Used CPU Time of VM | ||
| 64 | PF_VMC_VM_ELAPSED_TIME | Total Time Needed by VM | ||
| 65 | PF_VMC_VM_HANDLE | VM Handle | ||
| 66 | PF_VMC_VM_TYPE | Type of VM | ||
| 67 | STAT_EYE | Eye-Catcher in SAP Statistics Record | ||
| 68 | STA_EYE | Statistics, eye catcher | ||
| 69 | STA_HEX | Statistics, hex 1 field | ||
| 70 | STA_HEX | Statistics, hex 1 field | ||
| 71 | STA_HEX | Statistics, hex 1 field | ||
| 72 | STA_INT2 | int2 Value for SAP Statistics |