bfg-common 1.4.59 → 1.4.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/localization/local_be.json +215 -215
- package/assets/localization/local_en.json +215 -215
- package/assets/localization/local_hy.json +215 -215
- package/assets/localization/local_kk.json +215 -215
- package/assets/localization/local_ru.json +215 -215
- package/assets/localization/local_zh.json +215 -215
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/common/browse/blocks/Title.vue +91 -91
- package/components/common/browse/blocks/info/Date.vue +21 -21
- package/components/common/context/recursion/Recursion.vue +86 -86
- package/components/common/context/recursion/RecursionNew.vue +198 -198
- package/components/common/context/recursion/RecursionOld.vue +212 -212
- package/components/common/monitor/advanced/Advanced.vue +3 -4
- package/components/common/monitor/advanced/GraphView.vue +1 -1
- package/components/common/monitor/advanced/table/Table.vue +1 -3
- package/components/common/monitor/advanced/tools/Tools.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +8 -9
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +278 -222
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +12 -14
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +16 -16
- package/components/common/monitor/overview/Overview.vue +1 -1
- package/components/common/monitor/overview/filters/Filters.vue +2 -2
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +5 -5
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +14 -13
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +2 -2
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +2 -2
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +5 -5
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/Form.vue +5 -5
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +12 -12
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +6 -6
- package/components/common/split/horizontal/HorizontalNew.vue +321 -321
- package/components/common/vm/actions/add/Add.vue +603 -598
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +20 -20
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +403 -403
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +61 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -99
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -0
- package/components/common/vm/actions/common/lib/models/interfaces.ts +148 -139
- package/components/common/vm/actions/common/lib/utils/capabilities.ts +46 -0
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +35 -32
- package/components/common/vm/actions/common/select/os/os.vue +233 -227
- package/components/common/wizards/datastore/add/Add.vue +437 -437
- package/composables/productNameLocal.ts +30 -30
- package/package.json +1 -1
- package/plugins/binary.ts +4 -0
- package/plugins/recursion.ts +311 -311
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/store/tasks/mappers/recentTasks.ts +45 -45
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"advanced": "Advanced",
|
|
84
84
|
"advancedConfiguration": "Advanced configuration",
|
|
85
85
|
"advancedOptions": "Advanced Options",
|
|
86
|
+
"advancedPerformance": "Advanced Performance",
|
|
86
87
|
"advancedSystemSettings": "Advanced System Settings",
|
|
87
88
|
"agentVmSettings": "Agent VM Settings",
|
|
88
89
|
"alarmActions": "Alarm Actions",
|
|
@@ -200,6 +201,7 @@
|
|
|
200
201
|
"certificateValidTo": "Certificate Valid To",
|
|
201
202
|
"changeBothComputeResourceStorage": "Change both compute resource and storage",
|
|
202
203
|
"changeComputeResourceOnly": "Change compute resource only",
|
|
204
|
+
"changeCustomInterval": "Change custom interval",
|
|
203
205
|
"changeIdentityProvider": "Change Identity Provider",
|
|
204
206
|
"changePassword": "Change Password",
|
|
205
207
|
"changePasswordError": "Invalid password!",
|
|
@@ -210,7 +212,10 @@
|
|
|
210
212
|
"changesWillNotTakeEffectUntilTheHost": "Changes will not take effect until the host is restarted.",
|
|
211
213
|
"changingGatewayLossConnectBetweenHostVCenter": "Changing the default gateway might cause loss of connectivity between the host and Sphere Zone.",
|
|
212
214
|
"characterRequirements": "Character requirements",
|
|
215
|
+
"chartMetrics": "Chart Metrics",
|
|
216
|
+
"chartOptions": "Chart options",
|
|
213
217
|
"chartOptionsName": "Chart options name",
|
|
218
|
+
"chartType": "Chart Type",
|
|
214
219
|
"chooseGuestOSInstalledVM": "Choose the guest OS that will be installed on the virtual machine",
|
|
215
220
|
"chooseGuestOSInstalledVmAndMachineTypeUsedCreateVm": "Choose the guest OS that will be installed on the virtual machine and the machine type that will be used to create the virtual machine.",
|
|
216
221
|
"chosenDatastoreName": "Chosen name form datastore",
|
|
@@ -306,6 +311,7 @@
|
|
|
306
311
|
"copyPaste": "Copy & Paste",
|
|
307
312
|
"copyTo": "Copy To",
|
|
308
313
|
"copyUrl": "Copy Url",
|
|
314
|
+
"corePerSocket": "Core per Socket",
|
|
309
315
|
"coresPerSocket": "Cores per Socket",
|
|
310
316
|
"counters": "Counters",
|
|
311
317
|
"cpu": "CPU",
|
|
@@ -315,6 +321,8 @@
|
|
|
315
321
|
"cpuReady": "CPU ready",
|
|
316
322
|
"cpus": "CPUs",
|
|
317
323
|
"cpus2": "CPU(s)",
|
|
324
|
+
"cpuUsageInMhz": "CPU usage in MHz",
|
|
325
|
+
"cpuUsageInPercent": "CPU usage in %",
|
|
318
326
|
"cpuUtilization": "CPU Utilization",
|
|
319
327
|
"create": "Create",
|
|
320
328
|
"createHardDisk": "Create hard disk",
|
|
@@ -330,6 +338,7 @@
|
|
|
330
338
|
"custom": "Custom",
|
|
331
339
|
"customAttributes": "Custom Attributes",
|
|
332
340
|
"customerImprovementProgram": "Customer Experience Improvement Program",
|
|
341
|
+
"customInterval": "Custom interval",
|
|
333
342
|
"customizeHardware": "Customize hardware",
|
|
334
343
|
"daemon": "Daemon",
|
|
335
344
|
"datacenter": "Datacenter",
|
|
@@ -345,6 +354,7 @@
|
|
|
345
354
|
"date": "Date",
|
|
346
355
|
"dateTimeOnHost": "Date/time on host",
|
|
347
356
|
"days": "Days",
|
|
357
|
+
"days2": "Day(s)",
|
|
348
358
|
"dcFolders": "Datacenter Folders",
|
|
349
359
|
"december": "December",
|
|
350
360
|
"default": "Default",
|
|
@@ -373,6 +383,7 @@
|
|
|
373
383
|
"deleteGroupDesc": "Are you sure you want to delete {0}? This action is permanent and cannot be recovered.",
|
|
374
384
|
"deleteGroupMemberDesc": "Are you sure you want to remove user {user} from {group}? This action is permanent and cannot be recovered.",
|
|
375
385
|
"deleteHostText": "Deleting a Host {0} also removes all the host's virtual machines from the inventory.",
|
|
386
|
+
"deleteOptions": "Delete Options",
|
|
376
387
|
"deletePermission": "Delete Permission",
|
|
377
388
|
"deletePermissionDesc": "Do you want to delete the selected permission?",
|
|
378
389
|
"deleteRole": "Delete role",
|
|
@@ -485,6 +496,7 @@
|
|
|
485
496
|
"emailErrorText": "Please enter a valid email address",
|
|
486
497
|
"embeddedDesc": "Embedded (Integrated Windows Authentication, Active Directory over LDAP, Open LDAP)",
|
|
487
498
|
"empty": "Empty",
|
|
499
|
+
"emptyAdvancedGraphText": "Performance data is not currently available for this entry",
|
|
488
500
|
"emptyGraphText": "no performance data is available for the currently selected metrics",
|
|
489
501
|
"emptyNameError": "The name cannot be empty. Enter a name.",
|
|
490
502
|
"enable": "Enable",
|
|
@@ -581,6 +593,7 @@
|
|
|
581
593
|
"freeSpace": "Free Space",
|
|
582
594
|
"friday": "Friday",
|
|
583
595
|
"from": "from",
|
|
596
|
+
"from2": "from",
|
|
584
597
|
"fullScreenMode": "Full screen mode",
|
|
585
598
|
"fullyAutomated": "Fully Automated",
|
|
586
599
|
"function": "Function",
|
|
@@ -667,6 +680,7 @@
|
|
|
667
680
|
"hourFormat12": "12 Hour Format",
|
|
668
681
|
"hourFormat24": "24 Hour Format",
|
|
669
682
|
"hours": "hours",
|
|
683
|
+
"hours2": "Hour(s)",
|
|
670
684
|
"howWouldLikeCreateVirtualMachine": "How would you like to create a virtual machine?",
|
|
671
685
|
"hyperthreading": "Hyperthreading",
|
|
672
686
|
"hyperthreadingStatus": "Hyperthreading Status",
|
|
@@ -714,6 +728,7 @@
|
|
|
714
728
|
"internalName": "Internal name",
|
|
715
729
|
"interoperability": "Interoperability",
|
|
716
730
|
"invalidMacAddress": "The MAC address entered is invalid. Enter a different MAC address or select a different assignment method.",
|
|
731
|
+
"invalidTimeEntry": "Invalid time entry",
|
|
717
732
|
"inventories": "Inventories",
|
|
718
733
|
"inventoryDesc": " Select the items that will show up in the inventory tree (left panel)",
|
|
719
734
|
"ioFilters": "I/O Filters",
|
|
@@ -768,9 +783,13 @@
|
|
|
768
783
|
"last": "Last",
|
|
769
784
|
"last_file_based_backup": "Last File-Based Backup",
|
|
770
785
|
"last_updated": "Last Updated",
|
|
786
|
+
"lastDay": "Last day",
|
|
771
787
|
"lastModifiedDate": "Last modified date",
|
|
788
|
+
"lastMonth": "Last month",
|
|
772
789
|
"lastName": "Last Name",
|
|
773
790
|
"lastSyncDate": "Last sync date",
|
|
791
|
+
"lastWeek": "Last week",
|
|
792
|
+
"lastYear": "Last year",
|
|
774
793
|
"latest": "Latest",
|
|
775
794
|
"latinCpu": "CPU",
|
|
776
795
|
"launchConsole": "Launch Console",
|
|
@@ -798,6 +817,7 @@
|
|
|
798
817
|
"limitIops": "Limit - IOPs",
|
|
799
818
|
"limitMustBe": "Limit must be greater then or equal to {0}.",
|
|
800
819
|
"limitMustBeMax": "Limit must be less than or equal to {0}.",
|
|
820
|
+
"lineGraph": "Line Graph",
|
|
801
821
|
"linkLayerDiscoveryProtocol": "Link Layer Discovery Protocol",
|
|
802
822
|
"linkStatusOnly": "Link status only",
|
|
803
823
|
"liveResizeOperations": "Live Resize Operations",
|
|
@@ -888,6 +908,7 @@
|
|
|
888
908
|
"memoryUtilization": "Memory Utilization",
|
|
889
909
|
"message": "Message",
|
|
890
910
|
"method": "Method",
|
|
911
|
+
"mhz": "MHz",
|
|
891
912
|
"microsoftAdfs": "Microsoft ADFS",
|
|
892
913
|
"microsoftWindowsServer2019": "Microsoft Windows Server 2019 (64-bit)",
|
|
893
914
|
"migrate": "Migrate",
|
|
@@ -910,6 +931,7 @@
|
|
|
910
931
|
"monday": "Monday",
|
|
911
932
|
"monitorHealthCheck": "Monitor Health Check",
|
|
912
933
|
"monitoring": "Monitoring",
|
|
934
|
+
"months2": "Months(s)",
|
|
913
935
|
"more": "More",
|
|
914
936
|
"moreInfo": "MORE INFO",
|
|
915
937
|
"moreInformation": "More information",
|
|
@@ -1006,6 +1028,7 @@
|
|
|
1006
1028
|
"noAssociatedPortGroups": "No associated port groups",
|
|
1007
1029
|
"noCertificatesAdded": "No Certificates Added.",
|
|
1008
1030
|
"noConfigurableDeviceIsSelected": "No configurable device is selected.",
|
|
1031
|
+
"noCountersSelected": "No counters selected",
|
|
1009
1032
|
"noDataProvided": "No Data Provided",
|
|
1010
1033
|
"noDhcpEnabledVmKernelNetAdapters": "There are no DHCP-enabled VMkernel network adapters.",
|
|
1011
1034
|
"noFreeNetworkAdaptersAddSwitch": "There are no free network adapters to add to the switch.",
|
|
@@ -1014,6 +1037,7 @@
|
|
|
1014
1037
|
"none": "None",
|
|
1015
1038
|
"noNetworkSelected": "No network is selected. Select a network to continue.",
|
|
1016
1039
|
"nonpersistent": "Nonpersistent",
|
|
1040
|
+
"noPerformanceDataIsAvailableForTheCurrentlySelectedMetrics": "No performance data is available for the currently selected metrics",
|
|
1017
1041
|
"noPhysicalNetworkAdapters": "No physical network adapters",
|
|
1018
1042
|
"noPrivilegesAssigned": "No privileges assigned",
|
|
1019
1043
|
"normal": "Normal",
|
|
@@ -1050,6 +1074,7 @@
|
|
|
1050
1074
|
"offlineOps": "Offline ops.",
|
|
1051
1075
|
"ok": "OK",
|
|
1052
1076
|
"okOrCancelToReviewYourChanges": "Click OK to continue or Cancel to review your changes.",
|
|
1077
|
+
"oneOfSelectedDatesIsInTheFuture": "The specified time range is not valid. One of the selected dates is in the future.",
|
|
1053
1078
|
"opaqueNetwork": "Opaque Network",
|
|
1054
1079
|
"openId": "OpenID",
|
|
1055
1080
|
"openidAddress": "OpenID Address",
|
|
@@ -1068,6 +1093,7 @@
|
|
|
1068
1093
|
"overallHealth": "Overall Health",
|
|
1069
1094
|
"override": "Override",
|
|
1070
1095
|
"overrideDefaultGatewayForThisAdapter": "Override default gateway for this adapter",
|
|
1096
|
+
"overview": "Overview",
|
|
1071
1097
|
"overview2": "Overview",
|
|
1072
1098
|
"owner": "Owner",
|
|
1073
1099
|
"packages": "Packages",
|
|
@@ -1105,10 +1131,12 @@
|
|
|
1105
1131
|
"peakInvalidError": "The peak bandwidth must be a positive integer number.",
|
|
1106
1132
|
"perenniallyReserved": "Perennially Reserved",
|
|
1107
1133
|
"performance": "Performance",
|
|
1134
|
+
"performanceChartLegend": "Performance Chart Legend",
|
|
1108
1135
|
"performanceCounters": "Performance Counters",
|
|
1109
1136
|
"performanceOptimization": "Performance optimization",
|
|
1110
1137
|
"performanceOverview": "Performance Overview",
|
|
1111
1138
|
"performanceSummaryLastHour": "Performance summary last hour",
|
|
1139
|
+
"period": "Period",
|
|
1112
1140
|
"permissionsProvider": "Permissions provider",
|
|
1113
1141
|
"persistent": "Persistent",
|
|
1114
1142
|
"persistentMemory": "Persistent Memory",
|
|
@@ -1182,6 +1210,7 @@
|
|
|
1182
1210
|
"range": "Range",
|
|
1183
1211
|
"readyComplete": "Ready to Complete",
|
|
1184
1212
|
"readyCompleteDesc": "Review your selections before finishing the wizard",
|
|
1213
|
+
"realTime": "Real-time",
|
|
1185
1214
|
"reboot": "Reboot",
|
|
1186
1215
|
"rebootNodeApplyChanges": "Reboot the node to apply changes.",
|
|
1187
1216
|
"recommendations": "Recommendations",
|
|
@@ -1243,6 +1272,7 @@
|
|
|
1243
1272
|
"restartLoadBasedTeamingDaemonService": "Restart Load-Based Teaming Daemon service",
|
|
1244
1273
|
"restartTheService": " Restart the service",
|
|
1245
1274
|
"restrictReuse": "Restrict reuse",
|
|
1275
|
+
"retrievingData": "Retrieving data",
|
|
1246
1276
|
"returnFileBrowser": "Return to File Browser",
|
|
1247
1277
|
"returnSearchResults": "Return to Search Results",
|
|
1248
1278
|
"reversePolicy": "Reverse policy",
|
|
@@ -1269,6 +1299,7 @@
|
|
|
1269
1299
|
"sata": "Sata",
|
|
1270
1300
|
"saturday": "Saturday",
|
|
1271
1301
|
"save": "Save",
|
|
1302
|
+
"saveOptionsAs": "Save Options As",
|
|
1272
1303
|
"scanForNewStorage": "Scan for new Storage Devices",
|
|
1273
1304
|
"scanForNewStorageDesc": "Rescan all host bus adapters for new storage devices. Rescanning all adapters can be slow.",
|
|
1274
1305
|
"scanForNewVmsVolumes": "Scan for new VMFS Volumes",
|
|
@@ -1303,6 +1334,7 @@
|
|
|
1303
1334
|
"selectConfiguration": "select a configuration",
|
|
1304
1335
|
"selectConnectionType": "Select connection type",
|
|
1305
1336
|
"selectConnectionTypeToCreate": "Select a connection type to create.",
|
|
1337
|
+
"selectCountersForThisChart": "Select counters for this chart",
|
|
1306
1338
|
"selectCreationType": "Select a creation type",
|
|
1307
1339
|
"selectDatastoreClusterDatastore": "Select a datastore cluster or datastore",
|
|
1308
1340
|
"selectDatastoreName": "Select a name",
|
|
@@ -1330,6 +1362,8 @@
|
|
|
1330
1362
|
"selectNameFolder": "Select a name and folder",
|
|
1331
1363
|
"selectNetwork": "Select Network",
|
|
1332
1364
|
"selectNfsVersion": "Select the NFS version.",
|
|
1365
|
+
"selectObjectForChart": "Select object for this chart",
|
|
1366
|
+
"selectOption": "Select option",
|
|
1333
1367
|
"selectPhysicalNetworkAdapterFromListToViewItsDetails": "Select a physical network adapter from the list to view its details.",
|
|
1334
1368
|
"selectStorage": "Select storage",
|
|
1335
1369
|
"selectStorageConfigurationDiskFiles": "Select the storage for the configuration and disk files",
|
|
@@ -1390,6 +1424,7 @@
|
|
|
1390
1424
|
"space": "Space",
|
|
1391
1425
|
"spaceReclamationGranularity": "Space Reclamation Granularity",
|
|
1392
1426
|
"spaceReclamationPriority": "Space Reclamation Priority",
|
|
1427
|
+
"spaceUtilization": "Space Utilization",
|
|
1393
1428
|
"specialCharacters": "special characters",
|
|
1394
1429
|
"specificDomainControllers": "Specific domain controllers",
|
|
1395
1430
|
"specifyContentLibraryNameAndLocation": "Specify content library name and location.",
|
|
@@ -1408,6 +1443,7 @@
|
|
|
1408
1443
|
"sphere": "Sphere",
|
|
1409
1444
|
"spreadVMsAcrossGPUsBestPerformance": "Spread VMs across GPUs (best performance)",
|
|
1410
1445
|
"srIov": "SR-IOV",
|
|
1446
|
+
"stackedGraph": "Stacked Graph",
|
|
1411
1447
|
"standardSwitch": "Standard switch",
|
|
1412
1448
|
"standardSwitchInvalidMessage": "Select an existing standard switch.",
|
|
1413
1449
|
"standbyAdapters": "Standby adapters",
|
|
@@ -1476,6 +1512,7 @@
|
|
|
1476
1512
|
"takeSnapshot": "Take Snapshot",
|
|
1477
1513
|
"targetDiscovery": "Target Discovery",
|
|
1478
1514
|
"targetName": "Target name",
|
|
1515
|
+
"targetObjects": "Target Objects",
|
|
1479
1516
|
"taskConsole": "Task Console",
|
|
1480
1517
|
"tasksEvents": "Tasks and Events",
|
|
1481
1518
|
"tb": "TB",
|
|
@@ -1511,18 +1548,26 @@
|
|
|
1511
1548
|
"timeFormatDesc": "Select time format to be used by {trademark} Client",
|
|
1512
1549
|
"timeIntervalBetweenFailures": "Time interval between failures",
|
|
1513
1550
|
"timeRange": "Time Range",
|
|
1551
|
+
"timeRangeShouldNotBeSmallerThanHour": "The specified time range is not valid. It should not be smaller than 1 hour.",
|
|
1514
1552
|
"timeServiceIsCurrentlyNotSynchronized": "Time service is currently not synchronized.",
|
|
1553
|
+
"timespan": "Timespan",
|
|
1515
1554
|
"timestamp": "Timestamp",
|
|
1516
1555
|
"timeSynchronizationServices": "Time synchronization services",
|
|
1517
1556
|
"timeSynchronizationServicesHelpText": "You can have only one timekeeping service at the time. When PTP is the primary protocol, NTP can be started only in \"Monitoring\" state. You cannot set manual time when timekeeping service is running.",
|
|
1518
1557
|
"timeSynchronizationServicesTest": "Time Synchronization Services test",
|
|
1558
|
+
"timeToShouldBeLaterTimeFrom": "The specified time range is not valid. The \"to\" date should be later than the \"from\" date.",
|
|
1519
1559
|
"to": "To",
|
|
1560
|
+
"to2": "To",
|
|
1561
|
+
"toCsv": "To CSV",
|
|
1520
1562
|
"toggleFullscreenMode": "Toggle Full Screen Mode",
|
|
1521
1563
|
"togglePassthrough": "Toggle Passthrough",
|
|
1564
|
+
"toJpeg": "To JPEG",
|
|
1522
1565
|
"tokenTrustworthiness": "Token Trustworthiness",
|
|
1523
1566
|
"tools": "Tools",
|
|
1524
1567
|
"toolsEnable": "Tools Enable",
|
|
1525
1568
|
"toolsNotInstalledVm": "Tools is not installed on this virtual machine.",
|
|
1569
|
+
"toPng": "To PNG",
|
|
1570
|
+
"toSvg": "To SVG",
|
|
1526
1571
|
"total": "Total",
|
|
1527
1572
|
"total_migrations": "Total vMotion Migrations",
|
|
1528
1573
|
"total_processors": "Total processors",
|
|
@@ -1634,6 +1679,7 @@
|
|
|
1634
1679
|
"virtualHardware": "Virtual Hardware",
|
|
1635
1680
|
"virtualMachine": "Virtual Machine",
|
|
1636
1681
|
"virtualMachineName": "Virtual machine name",
|
|
1682
|
+
"virtualMachineOperations": "Virtual Machine Operations",
|
|
1637
1683
|
"virtualMachinePortGroup": "Virtual machine port group",
|
|
1638
1684
|
"virtualMachinePortGroupStandardSwitch": "Virtual machine port group",
|
|
1639
1685
|
"virtualMachinesLabel": "Show VMs in Hosts and Clusters view",
|
|
@@ -1697,6 +1743,7 @@
|
|
|
1697
1743
|
"warnings": "Warnings",
|
|
1698
1744
|
"webConsole": "Web Console",
|
|
1699
1745
|
"wednesday": "Wednesday",
|
|
1746
|
+
"weeks2": "Week(s)",
|
|
1700
1747
|
"whatIsTheProblemHowCan": "What is the problem? How can we help?",
|
|
1701
1748
|
"whenEnabledLockdown": "When enabled, lockdown mode prevents remote users from logging directly into this host. The host will only be accessible through local console or an authorized centralized management application",
|
|
1702
1749
|
"whenNeeded": "when needed",
|
|
@@ -1722,19 +1769,170 @@
|
|
|
1722
1769
|
"memoryReservationMb": "Memory Reservation (MB)",
|
|
1723
1770
|
"memoryLimitMb": "Memory Limit (MB)",
|
|
1724
1771
|
"memoryAllocationType": "Memory Allocation Type",
|
|
1772
|
+
"isoTimeFormat": "time is in ISO 8601 format",
|
|
1725
1773
|
"totalCpuUsagePercent": "Total CPU usage in % during the interval",
|
|
1726
1774
|
"usageForTotal": "Usage for total",
|
|
1727
1775
|
"core": "core",
|
|
1728
1776
|
"cpuCoreNUsagePercent": "CPU coreN usage in % during the interval",
|
|
1729
1777
|
"usageForCoreN": "Usage for coreN",
|
|
1730
1778
|
"active": "active",
|
|
1779
|
+
"memoryActiveName": "active",
|
|
1780
|
+
"amountMemoryIsCurrently": "Amount of memory that is currently in use or has been recently used and therefore cannot be dropped to disk",
|
|
1781
|
+
"usageInKb": "Usage in Kb",
|
|
1782
|
+
"amountMemoryUsedKernel": "Amount of memory used by the kernel for buffering data for input/output devices",
|
|
1783
|
+
"buffers": "buffers",
|
|
1784
|
+
"amountMemoryUsedKernelBuffering": "Amount of memory used by the kernel for buffering data for input/output devices",
|
|
1785
|
+
"cached": "cached",
|
|
1786
|
+
"amountMemoryUsedKernelCaching": "Amount of memory used by the kernel for caching data to speed up access to files on disk",
|
|
1787
|
+
"memoryFreeName": "Free",
|
|
1788
|
+
"amountFreeMemory": "Amount of free memory",
|
|
1731
1789
|
"swap": "swap",
|
|
1790
|
+
"memorySwapName": "swap",
|
|
1791
|
+
"sizeSwapFile": "Size of the swap file",
|
|
1792
|
+
"swapFree": "swap free",
|
|
1793
|
+
"amountFreeSpaceSwapFile": "Amount of free space in the swap file",
|
|
1794
|
+
"multicast": "multicast",
|
|
1795
|
+
"numberMulticastPacketsTransmitted": "number of multicast packets transmitted and received during the sampling interval",
|
|
1796
|
+
"multicastPackets": "multicast packets",
|
|
1732
1797
|
"num": "num",
|
|
1798
|
+
"transmitBandwidth": "transmit bandwidth",
|
|
1799
|
+
"averageAmountDataTransmit": "Average amount of data transmit per second",
|
|
1800
|
+
"dataTransmit": "data transmit",
|
|
1801
|
+
"kBps": "KBps",
|
|
1802
|
+
"receiveBandwidth": "receive bandwidth",
|
|
1803
|
+
"averageAmountDataReceive": "Average amount of data receive per second",
|
|
1804
|
+
"dataReceive": "data receive",
|
|
1805
|
+
"networkUsageName": "USAGE",
|
|
1806
|
+
"networkUtilizationDuringInterval": "Network utilization (combined transmit-rates and receive-rates) during the interval",
|
|
1807
|
+
"dataUsage": "data usage",
|
|
1808
|
+
"packetsReceived": "packets received",
|
|
1809
|
+
"numberPacketsWithErrors": "Number of packets with errors received during the sampling interval",
|
|
1810
|
+
"packetsWithErrorsReceived": "packets with errors received",
|
|
1811
|
+
"packetsTransmitted": "packets transmitted",
|
|
1812
|
+
"numberPacketsWithErrorsTransmitted": "Number of packets with errors transmitted during the sampling interval",
|
|
1813
|
+
"packetsWithErrorsTransmitted": "packets with errors transmitted",
|
|
1814
|
+
"transmitPacketsDropped": "transmit packets dropped",
|
|
1815
|
+
"numberTransmitsDropped": "Number of transmits dropped",
|
|
1816
|
+
"receivePacketsDropped": "receive packets dropped",
|
|
1817
|
+
"numberReceiveDropped": "Number of receive dropped",
|
|
1818
|
+
"receiveErrorsDetected": "receive errors detected",
|
|
1819
|
+
"numberReceivesDropped": "Number of receives dropped",
|
|
1820
|
+
"transmitErrorsDetected": "transmit errors detected",
|
|
1821
|
+
"numberTransmitDropped": "Number of transmit dropped",
|
|
1822
|
+
"receiveCrcErrors": "receive crc errors",
|
|
1823
|
+
"numberReceiveCrcErrors": "Number receive crc errors",
|
|
1824
|
+
"receiveFifoErrors": "receive fifo errors",
|
|
1825
|
+
"numberReceiveFifoErrors": "Number receive fifo errors",
|
|
1826
|
+
"receiveFrameErrors": "receive frame errors",
|
|
1827
|
+
"numberReceiveFrameErrors": "Number receive frame errors",
|
|
1828
|
+
"receiveLengthErrors": "receive length errors",
|
|
1829
|
+
"numberReceiveLengthErrors": "Number receive length errors",
|
|
1830
|
+
"receiveMissedErrors": "receive missed errors",
|
|
1831
|
+
"numberReceiveMissedErrors": "Number receive missed errors",
|
|
1832
|
+
"receiveOverErrors": "receive over errors",
|
|
1833
|
+
"numberReceiveOverErrors": "Number receive over errors",
|
|
1834
|
+
"transmitAbortedErrors": "transmit aborted errors",
|
|
1835
|
+
"numberTransmitAbortedErrors": "Number transmit aborted errors",
|
|
1836
|
+
"transmitCarrierErrors": "transmit carrier errors",
|
|
1837
|
+
"numberTransmitCarrierErrors": "Number transmit carrier errors",
|
|
1838
|
+
"transmitFifoErrors": "transmit fifo errors",
|
|
1839
|
+
"numberTransmitFifoErrors": "Number transmit fifo errors",
|
|
1840
|
+
"transmitHeartbeatErrors": "transmit heartbeat errors",
|
|
1841
|
+
"numberTransmitHeartbeatErrors": "Number transmit heartbeat errors",
|
|
1842
|
+
"transmitWindowErrors": "transmit window errors",
|
|
1843
|
+
"numberTransmitWindowErrors": "Number transmit window errors",
|
|
1844
|
+
"averageReadRequests": "average read requests per second",
|
|
1845
|
+
"averageNumberDiskReads": "Average number of disk reads per second during the collection interval",
|
|
1846
|
+
"numberReadAveraged": "Number Read Averaged",
|
|
1847
|
+
"averageWriteRequests": "average write requests per second",
|
|
1848
|
+
"averageNumberDiskWrites": "Average number of disk writes per second during the collection interval",
|
|
1849
|
+
"numberWriteAveraged": "Number Write Averaged",
|
|
1850
|
+
"readRequests": "read requests",
|
|
1851
|
+
"numberDiskReadsDuring": "Number of disk reads during the collection interval",
|
|
1852
|
+
"numberRead": "Number Read",
|
|
1853
|
+
"writeRequests": "write requests",
|
|
1854
|
+
"numberDiskRitesDuring": "Number of disk writes during the collection interval",
|
|
1855
|
+
"numberWrite": "Number Write",
|
|
1856
|
+
"maximumQueueDepth": "maximum queue depth",
|
|
1857
|
+
"maxQueueDepth": "Max Queue Depth",
|
|
1858
|
+
"readLatency": "read latency",
|
|
1859
|
+
"averageAmountTimeTakenDuringProcessScsi": "Average amount of time taken during the collection interval to process a SCSI read command issued from the guest OS to the virtual machine",
|
|
1860
|
+
"totalReadLatency": "Total Read Latency",
|
|
1861
|
+
"writeLatency": "write latency",
|
|
1862
|
+
"averageAmountTimeTakenDuringProcessScsiByGuestOs": "Average amount of time taken during the collection interval to process a SCSI write command issued by the guest OS to the virtual machine",
|
|
1863
|
+
"totalWriteLatency": "Total Write Latency",
|
|
1864
|
+
"readRate": "read rate",
|
|
1865
|
+
"averageNumberKilobytes": "Average number of kilobytes read from the disk each second during the collection interval",
|
|
1733
1866
|
"read": "Read",
|
|
1867
|
+
"writeRate": "write rate",
|
|
1868
|
+
"averageNumberKilobytesWrittenDisk": "Average number of kilobytes written to disk each second during the collection interval",
|
|
1734
1869
|
"write": "write",
|
|
1870
|
+
"averageCommandsIssued": "average commands issued per second",
|
|
1871
|
+
"averageNumberScsi": "Average number of SCSI commands issued per second during the collection interval",
|
|
1872
|
+
"commandsAveraged": "Commands Averaged",
|
|
1873
|
+
"commandsIssued": "commands issued",
|
|
1874
|
+
"numberScsiCommands": "Number of SCSI commands issued during the collection interval",
|
|
1735
1875
|
"commands": "Commands",
|
|
1876
|
+
"queueCommandLatency": "queue command latency",
|
|
1877
|
+
"averageAmountTimeSpentVMKernelQueue": "Average amount of time spent in the VMkernel queue, per SCSI command, during the collection interval",
|
|
1878
|
+
"queueLatency": "Queue Latency",
|
|
1879
|
+
"commandLatency": "command latency",
|
|
1880
|
+
"averageAmountTimeTakenDuring": "Average amount of time taken during the collection interval to process a SCSI command issued by the guest OS to the virtual machine",
|
|
1881
|
+
"totalLatency": "Total Latency",
|
|
1882
|
+
"highestLatency": "highest latency",
|
|
1883
|
+
"highestLatencyValueAcross": "Highest latency value across all disks used by the host",
|
|
1884
|
+
"maxTotalLatency": "Max Total Latency",
|
|
1885
|
+
"diskUsedName": "USAGE",
|
|
1886
|
+
"aggregatedDiskIORate": "Aggregated disk I/O rate. For hosts, this metric includes the rates for all virtual machines running on the host during the collection interval",
|
|
1736
1887
|
"perc": "perc",
|
|
1888
|
+
"readBytes": "read bytes",
|
|
1889
|
+
"averageNumberBytes": "Average number of bytes read from the disk each second during the collection interval",
|
|
1737
1890
|
"bytes": "Bytes",
|
|
1891
|
+
"writeBytes": "write bytes",
|
|
1892
|
+
"averageNumberBytesWrittenDisk": "Average number of bytes written to disk each second during the collection interval",
|
|
1893
|
+
"diskDevicesShares": "disk devices shares",
|
|
1894
|
+
"amountDiskDevicesShares": "Amount of disk devices shares",
|
|
1895
|
+
"usageInNum": "Usage in num",
|
|
1896
|
+
"diskDevicesLimitIOps": "disk devices limit iops",
|
|
1897
|
+
"amountDiskDevicesLimitIOps": "Amount of disk devices' limit IOPS",
|
|
1898
|
+
"diskDevicesSize": "disk devices size",
|
|
1899
|
+
"amountDiskDevicesSize": "Amount of disk devices size",
|
|
1900
|
+
"amountReceivedPackets": "Amount of received packets",
|
|
1901
|
+
"amountTransmittedPackets": "Amount of transmitted packets",
|
|
1902
|
+
"usedMhz": "used mhz",
|
|
1903
|
+
"amountUsedMHz": "Amount of used MHz",
|
|
1904
|
+
"usageInMHz": "Usage in MHz",
|
|
1905
|
+
"provisionedMhz": "provisioned mhz",
|
|
1906
|
+
"amountProvisionedMHz": "Amount of provisioned MHz",
|
|
1907
|
+
"currentVCpus": "current vcpus",
|
|
1908
|
+
"currentNumberVirtualCPUs": "Current number of virtual CPUs",
|
|
1909
|
+
"numberCoresPerSocket": "Number of cores per socket",
|
|
1910
|
+
"countCoresPerSocket": "Count of cores per socket",
|
|
1911
|
+
"limitMhz": "limit mhz",
|
|
1912
|
+
"limitMHz": "Limit of MHz",
|
|
1913
|
+
"cPUUsagePercentage": "CPU usage as a percentage during the interval",
|
|
1914
|
+
"usagePerc": "Usage in perc",
|
|
1915
|
+
"memoryLimitMb2": "memory limit mb",
|
|
1916
|
+
"memoryLimitInMB": "Memory limit in MB",
|
|
1917
|
+
"usageInMb": "Usage in Mb",
|
|
1918
|
+
"memorySizeMb": "memory size mb",
|
|
1919
|
+
"sizeAvailableMemoryInMB": "Size of available memory in MB",
|
|
1920
|
+
"memoryReservationMb2": "memory reservation mb",
|
|
1921
|
+
"memoryReservationInMB": "Memory reservation in MB",
|
|
1922
|
+
"memoryDramReadBandwidth": "memory dram read bandwidth",
|
|
1923
|
+
"memoryProvisionedMb": "memory provisioned mb",
|
|
1924
|
+
"provisionedMemoryInMB": "Provisioned memory in MB",
|
|
1925
|
+
"memoryPMemReadBandwidth": "memory pmem read bandwidth",
|
|
1926
|
+
"memoryUsedMb": "memory used mb",
|
|
1927
|
+
"usedMemoryInMB": "Used memory in MB",
|
|
1928
|
+
"memoryResidentSetSizeMb": "memory resident set size mb",
|
|
1929
|
+
"residentSetSizeMemoryInMB": "Resident set size of memory in MB",
|
|
1930
|
+
"storageAllocatedSpaceMb": "storage allocated space mb",
|
|
1931
|
+
"allocatedStorageSpaceInMB": "Allocated storage space in MB",
|
|
1932
|
+
"storageUsedSpaceMb": "storage used space mb",
|
|
1933
|
+
"amountUsedStorageSpaceInMB": "Amount of used storage space in MB",
|
|
1934
|
+
"storageProvisionedSpaceMb": "storage provisioned space mb",
|
|
1935
|
+
"amountProvisionedStorageSpaceInMB": "Amount of provisioned storage space in MB",
|
|
1738
1936
|
"vmNameValidationDescription": "The name must contain Latin letters and numbers, '-','_','.' and it must contain from 5 to 54 characters. If you skip this step, the system will generate the name automatically",
|
|
1739
1937
|
"tokens": "Tokens",
|
|
1740
1938
|
"deleteToken": "Delete Token",
|
|
@@ -1787,6 +1985,8 @@
|
|
|
1787
1985
|
"halfDuplex": "Half Duplex",
|
|
1788
1986
|
"srIovDescription": "SR-IOV is a technology that allows multiple virtual machines to use the same PCI device as a virtual pass-through device.",
|
|
1789
1987
|
"settingsNameErrorDesc": "The Setting Name cannot be blank.",
|
|
1988
|
+
"deletingSavedSettings": "Confirm deleting of saved settings",
|
|
1989
|
+
"deletingSavedSettingsDesc": "Saved settings \"{0}\" will be deleted. Continue?",
|
|
1790
1990
|
"removeItem": "Remove Item",
|
|
1791
1991
|
"youAreHere": "You are here",
|
|
1792
1992
|
"showAllDatastores": "Show all datastores",
|
|
@@ -1990,6 +2190,7 @@
|
|
|
1990
2190
|
"startAt": "Start At",
|
|
1991
2191
|
"backupWindow": "Backup Window",
|
|
1992
2192
|
"maxBandwidth": "Max. Bandwidth",
|
|
2193
|
+
"timeRangeShouldNotBeMoreThanMonth": "The specified time range is not valid. It should not be more than 1 month.",
|
|
1993
2194
|
"thereIsAlertAndWarningOutOfSensors": "There is {alert} alert and {warning} warning out of {sensors} sensors.",
|
|
1994
2195
|
"sensors": "Sensors",
|
|
1995
2196
|
"storageSensors": "Storage Sensors",
|
|
@@ -2130,6 +2331,19 @@
|
|
|
2130
2331
|
"networkInProcurator": "Network in procurator",
|
|
2131
2332
|
"editMultiPathing": "Edit Multipathing",
|
|
2132
2333
|
"deleteCountFiles": "Delete {0} files?",
|
|
2334
|
+
"processorUsage": "Processor Usage",
|
|
2335
|
+
"totalCpuUsage": "Total CPU usage",
|
|
2336
|
+
"processorLoad": "Processor load",
|
|
2337
|
+
"cpuUsageByCores": "CPU usage by cores",
|
|
2338
|
+
"loadingSelectedProcessorCore": "Loading the selected processor core",
|
|
2339
|
+
"processorCoreLoad": "Processor core load",
|
|
2340
|
+
"mhzProcessorCore": "MHz per processor core",
|
|
2341
|
+
"numberMhzSelectProcCore": "The number of MHz per selected processor core",
|
|
2342
|
+
"numberOfMhz": "Number of MHz",
|
|
2343
|
+
"commonUsageMhz": "Common usage of MHz",
|
|
2344
|
+
"totalCpuUsageMhz": "Total CPU usage in MHz",
|
|
2345
|
+
"averageCoreFrequency": "Average core frequency",
|
|
2346
|
+
"averageProcLoadMhz": "Average processor load in MHz",
|
|
2133
2347
|
"sourceVmName": "Source VM name",
|
|
2134
2348
|
"editMultiPathingPolicies": "Edit Multipathing Policies",
|
|
2135
2349
|
"preferedPath": "Prefered path",
|
|
@@ -2332,221 +2546,7 @@
|
|
|
2332
2546
|
"activeMemory": "Active Memory"
|
|
2333
2547
|
},
|
|
2334
2548
|
"inventoryMonitor": {
|
|
2335
|
-
"temperature": "Temperature"
|
|
2336
|
-
"advancedPerformance": "Advanced Performance",
|
|
2337
|
-
"emptyAdvancedGraphText": "Performance data is not currently available for this entry",
|
|
2338
|
-
"noPerformanceCurrentlySelectedMetrics": "No performance data is available for the currently selected metrics",
|
|
2339
|
-
"retrievingData": "Retrieving data",
|
|
2340
|
-
"performanceChartLegend": "Performance Chart Legend",
|
|
2341
|
-
"selectOption": "Select option",
|
|
2342
|
-
"saveOptionsAs": "Save Options As",
|
|
2343
|
-
"chartOptions": "Chart options",
|
|
2344
|
-
"deleteOptions": "Delete Options",
|
|
2345
|
-
"deletingSavedSettings": "Confirm deleting of saved settings",
|
|
2346
|
-
"deletingSavedSettingsDesc": "Saved settings \"{0}\" will be deleted. Continue?",
|
|
2347
|
-
"processorUsage": "Processor Usage",
|
|
2348
|
-
"totalCpuUsage": "Total CPU usage",
|
|
2349
|
-
"processorLoad": "Processor load",
|
|
2350
|
-
"cpuUsageByCores": "CPU usage by cores",
|
|
2351
|
-
"loadingSelectedProcessorCore": "Loading the selected processor core",
|
|
2352
|
-
"processorCoreLoad": "Processor core load",
|
|
2353
|
-
"mhzProcessorCore": "MHz per processor core",
|
|
2354
|
-
"numberMhzSelectProcCore": "The number of MHz per selected processor core",
|
|
2355
|
-
"numberOfMhz": "Number of MHz",
|
|
2356
|
-
"mhz": "MHz",
|
|
2357
|
-
"commonUsageMhz": "Common usage of MHz",
|
|
2358
|
-
"totalCpuUsageMhz": "Total CPU usage in MHz",
|
|
2359
|
-
"averageCoreFrequency": "Average core frequency",
|
|
2360
|
-
"averageProcLoadMhz": "Average processor load in MHz",
|
|
2361
|
-
"memoryActiveName": "active",
|
|
2362
|
-
"amountMemoryIsCurrently": "Amount of memory that is currently in use or has been recently used and therefore cannot be dropped to disk",
|
|
2363
|
-
"usageInKb": "Usage in Kb",
|
|
2364
|
-
"buffers": "buffers",
|
|
2365
|
-
"amountMemoryUsedKernelBuffering": "Amount of memory used by the kernel for buffering data for input/output devices",
|
|
2366
|
-
"cached": "cached",
|
|
2367
|
-
"amountMemoryUsedKernelCaching": "Amount of memory used by the kernel for caching data to speed up access to files on disk",
|
|
2368
|
-
"memoryFreeName": "Free",
|
|
2369
|
-
"amountFreeMemory": "Amount of free memory",
|
|
2370
|
-
"memorySwapName": "swap",
|
|
2371
|
-
"sizeSwapFile": "Size of the swap file",
|
|
2372
|
-
"swapFree": "swap free",
|
|
2373
|
-
"amountFreeSpaceSwapFile": "Amount of free space in the swap file",
|
|
2374
|
-
"multicast": "multicast",
|
|
2375
|
-
"numberMulticastPacketsTransmitted": "number of multicast packets transmitted and received during the sampling interval",
|
|
2376
|
-
"multicastPackets": "multicast packets",
|
|
2377
|
-
"transmitBandwidth": "transmit bandwidth",
|
|
2378
|
-
"averageAmountDataTransmit": "Average amount of data transmit per second",
|
|
2379
|
-
"dataTransmit": "data transmit",
|
|
2380
|
-
"kBps": "KBps",
|
|
2381
|
-
"receiveBandwidth": "receive bandwidth",
|
|
2382
|
-
"averageAmountDataReceive": "Average amount of data receive per second",
|
|
2383
|
-
"dataReceive": "data receive",
|
|
2384
|
-
"networkUsageName": "USAGE",
|
|
2385
|
-
"networkUtilizationDuringInterval": "Network utilization (combined transmit-rates and receive-rates) during the interval",
|
|
2386
|
-
"dataUsage": "data usage",
|
|
2387
|
-
"packetsReceived": "packets received",
|
|
2388
|
-
"numberPacketsWithErrors": "Number of packets with errors received during the sampling interval",
|
|
2389
|
-
"packetsWithErrorsReceived": "packets with errors received",
|
|
2390
|
-
"packetsTransmitted": "packets transmitted",
|
|
2391
|
-
"numberPacketsWithErrorsTransmitted": "Number of packets with errors transmitted during the sampling interval",
|
|
2392
|
-
"packetsWithErrorsTransmitted": "packets with errors transmitted",
|
|
2393
|
-
"transmitPacketsDropped": "transmit packets dropped",
|
|
2394
|
-
"numberTransmitsDropped": "Number of transmits dropped",
|
|
2395
|
-
"receivePacketsDropped": "receive packets dropped",
|
|
2396
|
-
"numberReceiveDropped": "Number of receive dropped",
|
|
2397
|
-
"receiveErrorsDetected": "receive errors detected",
|
|
2398
|
-
"numberReceivesDropped": "Number of receives dropped",
|
|
2399
|
-
"transmitErrorsDetected": "transmit errors detected",
|
|
2400
|
-
"numberTransmitDropped": "Number of transmit dropped",
|
|
2401
|
-
"receiveCrcErrors": "receive crc errors",
|
|
2402
|
-
"numberReceiveCrcErrors": "Number receive crc errors",
|
|
2403
|
-
"receiveFifoErrors": "receive fifo errors",
|
|
2404
|
-
"numberReceiveFifoErrors": "Number receive fifo errors",
|
|
2405
|
-
"receiveFrameErrors": "receive frame errors",
|
|
2406
|
-
"numberReceiveFrameErrors": "Number receive frame errors",
|
|
2407
|
-
"receiveLengthErrors": "receive length errors",
|
|
2408
|
-
"numberReceiveLengthErrors": "Number receive length errors",
|
|
2409
|
-
"receiveMissedErrors": "receive missed errors",
|
|
2410
|
-
"numberReceiveMissedErrors": "Number receive missed errors",
|
|
2411
|
-
"receiveOverErrors": "receive over errors",
|
|
2412
|
-
"numberReceiveOverErrors": "Number receive over errors",
|
|
2413
|
-
"transmitAbortedErrors": "transmit aborted errors",
|
|
2414
|
-
"numberTransmitAbortedErrors": "Number transmit aborted errors",
|
|
2415
|
-
"transmitCarrierErrors": "transmit carrier errors",
|
|
2416
|
-
"numberTransmitCarrierErrors": "Number transmit carrier errors",
|
|
2417
|
-
"transmitFifoErrors": "transmit fifo errors",
|
|
2418
|
-
"numberTransmitFifoErrors": "Number transmit fifo errors",
|
|
2419
|
-
"transmitHeartbeatErrors": "transmit heartbeat errors",
|
|
2420
|
-
"numberTransmitHeartbeatErrors": "Number transmit heartbeat errors",
|
|
2421
|
-
"transmitWindowErrors": "transmit window errors",
|
|
2422
|
-
"numberTransmitWindowErrors": "Number transmit window errors",
|
|
2423
|
-
"averageReadRequests": "average read requests per second",
|
|
2424
|
-
"averageNumberDiskReads": "Average number of disk reads per second during the collection interval",
|
|
2425
|
-
"numberReadAveraged": "Number Read Averaged",
|
|
2426
|
-
"averageWriteRequests": "average write requests per second",
|
|
2427
|
-
"averageNumberDiskWrites": "Average number of disk writes per second during the collection interval",
|
|
2428
|
-
"numberWriteAveraged": "Number Write Averaged",
|
|
2429
|
-
"readRequests": "read requests",
|
|
2430
|
-
"numberDiskReadsDuring": "Number of disk reads during the collection interval",
|
|
2431
|
-
"numberRead": "Number Read",
|
|
2432
|
-
"writeRequests": "write requests",
|
|
2433
|
-
"numberDiskRitesDuring": "Number of disk writes during the collection interval",
|
|
2434
|
-
"numberWrite": "Number Write",
|
|
2435
|
-
"maximumQueueDepth": "maximum queue depth",
|
|
2436
|
-
"maxQueueDepth": "Max Queue Depth",
|
|
2437
|
-
"readLatency": "read latency",
|
|
2438
|
-
"averageAmountTimeTakenDuringProcessScsi": "Average amount of time taken during the collection interval to process a SCSI read command issued from the guest OS to the virtual machine",
|
|
2439
|
-
"totalReadLatency": "Total Read Latency",
|
|
2440
|
-
"writeLatency": "write latency",
|
|
2441
|
-
"averageAmountTimeTakenDuringProcessScsiByGuestOs": "Average amount of time taken during the collection interval to process a SCSI write command issued by the guest OS to the virtual machine",
|
|
2442
|
-
"totalWriteLatency": "Total Write Latency",
|
|
2443
|
-
"readRate": "read rate",
|
|
2444
|
-
"averageNumberKilobytes": "Average number of kilobytes read from the disk each second during the collection interval",
|
|
2445
|
-
"writeRate": "write rate",
|
|
2446
|
-
"averageNumberKilobytesWrittenDisk": "Average number of kilobytes written to disk each second during the collection interval",
|
|
2447
|
-
"averageCommandsIssued": "average commands issued per second",
|
|
2448
|
-
"averageNumberScsi": "Average number of SCSI commands issued per second during the collection interval",
|
|
2449
|
-
"commandsAveraged": "Commands Averaged",
|
|
2450
|
-
"commandsIssued": "commands issued",
|
|
2451
|
-
"numberScsiCommands": "Number of SCSI commands issued during the collection interval",
|
|
2452
|
-
"queueCommandLatency": "queue command latency",
|
|
2453
|
-
"averageAmountTimeSpentVMKernelQueue": "Average amount of time spent in the VMkernel queue, per SCSI command, during the collection interval",
|
|
2454
|
-
"queueLatency": "Queue Latency",
|
|
2455
|
-
"commandLatency": "command latency",
|
|
2456
|
-
"averageAmountTimeTakenDuring": "Average amount of time taken during the collection interval to process a SCSI command issued by the guest OS to the virtual machine",
|
|
2457
|
-
"totalLatency": "Total Latency",
|
|
2458
|
-
"highestLatency": "highest latency",
|
|
2459
|
-
"highestLatencyValueAcross": "Highest latency value across all disks used by the host",
|
|
2460
|
-
"maxTotalLatency": "Max Total Latency",
|
|
2461
|
-
"diskUsedName": "USAGE",
|
|
2462
|
-
"aggregatedDiskIORate": "Aggregated disk I/O rate. For hosts, this metric includes the rates for all virtual machines running on the host during the collection interval",
|
|
2463
|
-
"readBytes": "read bytes",
|
|
2464
|
-
"averageNumberBytes": "Average number of bytes read from the disk each second during the collection interval",
|
|
2465
|
-
"writeBytes": "write bytes",
|
|
2466
|
-
"averageNumberBytesWrittenDisk": "Average number of bytes written to disk each second during the collection interval",
|
|
2467
|
-
"diskDevicesShares": "disk devices shares",
|
|
2468
|
-
"amountDiskDevicesShares": "Amount of disk devices shares",
|
|
2469
|
-
"usageInNum": "Usage in num",
|
|
2470
|
-
"diskDevicesLimitIOps": "disk devices limit iops",
|
|
2471
|
-
"amountDiskDevicesLimitIOps": "Amount of disk devices' limit IOPS",
|
|
2472
|
-
"amountReceivedPackets": "Amount of received packets",
|
|
2473
|
-
"amountTransmittedPackets": "Amount of transmitted packets",
|
|
2474
|
-
"usedMhz": "used mhz",
|
|
2475
|
-
"amountUsedMHz": "Amount of used MHz",
|
|
2476
|
-
"usageInMHz": "Usage in MHz",
|
|
2477
|
-
"provisionedMhz": "provisioned mhz",
|
|
2478
|
-
"amountProvisionedMHz": "Amount of provisioned MHz",
|
|
2479
|
-
"currentVCpus": "current vcpus",
|
|
2480
|
-
"currentNumberVirtualCPUs": "Current number of virtual CPUs",
|
|
2481
|
-
"corePerSocket": "Core per Socket",
|
|
2482
|
-
"numberCoresPerSocket": "Number of cores per socket",
|
|
2483
|
-
"countCoresPerSocket": "Count of cores per socket",
|
|
2484
|
-
"limitMhz": "limit mhz",
|
|
2485
|
-
"limitMHz": "Limit of MHz",
|
|
2486
|
-
"cPUUsagePercentage": "CPU usage as a percentage during the interval",
|
|
2487
|
-
"usagePerc": "Usage in perc",
|
|
2488
|
-
"memoryLimitMb2": "memory limit mb",
|
|
2489
|
-
"memoryLimitInMB": "Memory limit in MB",
|
|
2490
|
-
"usageInMb": "Usage in Mb",
|
|
2491
|
-
"memorySizeMb": "memory size mb",
|
|
2492
|
-
"sizeAvailableMemoryInMB": "Size of available memory in MB",
|
|
2493
|
-
"memoryReservationMb2": "memory reservation mb",
|
|
2494
|
-
"memoryReservationInMB": "Memory reservation in MB",
|
|
2495
|
-
"memoryDramReadBandwidth": "memory dram read bandwidth",
|
|
2496
|
-
"memoryProvisionedMb": "memory provisioned mb",
|
|
2497
|
-
"provisionedMemoryInMB": "Provisioned memory in MB",
|
|
2498
|
-
"memoryPMemReadBandwidth": "memory pmem read bandwidth",
|
|
2499
|
-
"memoryUsedMb": "memory used mb",
|
|
2500
|
-
"usedMemoryInMB": "Used memory in MB",
|
|
2501
|
-
"memoryResidentSetSizeMb": "memory resident set size mb",
|
|
2502
|
-
"residentSetSizeMemoryInMB": "Resident set size of memory in MB",
|
|
2503
|
-
"storageUsedSpaceMb": "storage used space mb",
|
|
2504
|
-
"amountUsedStorageSpaceInMB": "Amount of used storage space in MB",
|
|
2505
|
-
"storageProvisionedSpaceMb": "storage provisioned space mb",
|
|
2506
|
-
"amountProvisionedStorageSpaceInMB": "Amount of provisioned storage space in MB",
|
|
2507
|
-
"amountMemoryUsedKernel": "Amount of memory used by the kernel for buffering data for input/output devices",
|
|
2508
|
-
"diskDevicesSize": "disk devices size",
|
|
2509
|
-
"amountDiskDevicesSize": "Amount of disk devices size",
|
|
2510
|
-
"storageAllocatedSpaceMb": "storage allocated space mb",
|
|
2511
|
-
"allocatedStorageSpaceInMB": "Allocated storage space in MB",
|
|
2512
|
-
"selectCountersForThisChart": "Select counters for this chart",
|
|
2513
|
-
"realTime": "Real-time",
|
|
2514
|
-
"lastDay": "Last day",
|
|
2515
|
-
"lastWeek": "Last week",
|
|
2516
|
-
"lastMonth": "Last month",
|
|
2517
|
-
"lastYear": "Last year",
|
|
2518
|
-
"customInterval": "Custom interval",
|
|
2519
|
-
"hours2": "Hour(s)",
|
|
2520
|
-
"days2": "Day(s)",
|
|
2521
|
-
"weeks2": "Week(s)",
|
|
2522
|
-
"months2": "Months(s)",
|
|
2523
|
-
"lineGraph": "Line Graph",
|
|
2524
|
-
"stackedGraph": "Stacked Graph",
|
|
2525
|
-
"timespan": "Timespan",
|
|
2526
|
-
"from2": "from",
|
|
2527
|
-
"to2": "To",
|
|
2528
|
-
"isoTimeFormat": "time is in ISO 8601 format",
|
|
2529
|
-
"chartType": "Chart Type",
|
|
2530
|
-
"targetObjects": "Target Objects",
|
|
2531
|
-
"selectObjectForChart": "Select object for this chart",
|
|
2532
|
-
"chartMetrics": "Chart Metrics",
|
|
2533
|
-
"noCountersSelected": "No counters selected",
|
|
2534
|
-
"cpuUsageInPercent": "CPU usage in %",
|
|
2535
|
-
"virtualMachineOperations": "Virtual Machine Operations",
|
|
2536
|
-
"cpuUsageInMhz": "CPU usage in MHz",
|
|
2537
|
-
"toPng": "To PNG",
|
|
2538
|
-
"toJpeg": "To JPEG",
|
|
2539
|
-
"toSvg": "To SVG",
|
|
2540
|
-
"toCsv": "To CSV",
|
|
2541
|
-
"period": "Period",
|
|
2542
|
-
"invalidTimeEntry": "Invalid time entry",
|
|
2543
|
-
"oneOfSelectedDatesIsInTheFuture": "The specified time range is not valid. One of the selected dates is in the future.",
|
|
2544
|
-
"timeToShouldBeLaterTimeFrom": "The specified time range is not valid. The \"to\" date should be later than the \"from\" date.",
|
|
2545
|
-
"timeRangeShouldNotBeSmallerThanHour": "The specified time range is not valid. It should not be smaller than 1 hour.",
|
|
2546
|
-
"timeRangeShouldNotBeMoreThanMonth": "The specified time range is not valid. It should not be more than 1 month.",
|
|
2547
|
-
"overview": "Overview",
|
|
2548
|
-
"spaceUtilization": "Space Utilization",
|
|
2549
|
-
"changeCustomInterval": "Change custom interval"
|
|
2549
|
+
"temperature": "Temperature"
|
|
2550
2550
|
},
|
|
2551
2551
|
"inventoryTabs": {
|
|
2552
2552
|
"summary": "Summary",
|