PartitionResourceMetricsRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

The runtime MBean interface for partition specific resource consumption metrics. The resource meters are added lazily for a partition. Therefore, the first time these metrics are queried, it might return zero values. Subsequent gets would return non-zero values based on the resource consumption. These metrics are applicable in the context of a partition since either server start or partition creation/restart, whichever was later.

       
Since12.2.1.0.0
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.PartitionResourceMetricsRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points You can access this MBean from the following MBean attributes:
    Access Points Inherited from RuntimeMBean Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:


    Attributes

    This section describes the following attributes:


    AllocatedMemory

    Total allocated memory in bytes for the partition. This metric value increases monotonically over time, it never decreases. Retained memory should be used to get current net values.

    For more information, see:

           
    Privileges Read only
    Typelong

    CachingDisabled

    Private property that disables caching in proxies.

           
    Privileges Read only
    Typeboolean

    CpuTimeNanos

    Total CPU time spent measured in nanoseconds in the context of a partition.

           
    Privileges Read only
    Typelong

    CpuUtilizationHistoricalData

    Returns a snapshot of the historical data for CPU usage for the partition. CPU Utilization percentage indicates the percentage of CPU utilized by a partition with respect to available CPU to Weblogic Server. Data is returned as a two-dimensional array for the CPU usage scoped to the partition over time. Each item in the array contains a tuple of [timestamp (long), cpuUsage(long)] values.

           
    Privileges Read only
    Typeclass [Ljava.lang.Long;[]

    CurrentOpenFileCount

    Number of files currently open in the context of a partition.

           
    Privileges Read only
    Typelong

    CurrentOpenFileDescriptorCount

    Number of file descriptors currently open in the context of a partition.

           
    Privileges Read only
    Typelong

    CurrentOpenSocketCount

    Number of sockets currently open in the context of a partition.

           
    Privileges Read only
    Typelong

    FileBytesRead

    Total number of file bytes read in the context of a partition.

           
    Privileges Read only
    Typelong

    FileBytesWritten

    Total number of file bytes written in the context of a partition.

           
    Privileges Read only
    Typelong

    MBeanInfo

    Returns the MBean info for this MBean.

    Deprecated.

           
    Privileges Read only
    Typejavax.management.MBeanInfo

    Name

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

           
    Privileges Read only
    Typejava.lang.String

    NetworkBytesRead

    Total number of bytes read from sockets for a partition.

           
    Privileges Read only
    Typelong

    NetworkBytesWritten

    Total number of bytes written to sockets for a partition.

           
    Privileges Read only
    Typelong

    ObjectName

    Returns the ObjectName under which this MBean is registered in the MBean server.

    Deprecated.

           
    Privileges Read only
    Typeweblogic.management.WebLogicObjectName

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    RCMMetricsDataAvailable

    Checks whether RCM metrics data is available for this partition.

           
    Privileges Read only
    Typeboolean

    Registered

    Returns false if the MBean represented by this object has been unregistered.

    Deprecated.

           
    Privileges Read only
    Typeboolean

    RetainedHeapHistoricalData

    Returns a snapshot of the historical data for retained heap memory usage for the partition. Data is returned as a two-dimensional array for the usage of retained heap scoped to the partition over time. Each item in the array contains a tuple of [timestamp (long), retainedHeap(long)] values.

           
    Privileges Read only
    Typeclass [Ljava.lang.Long;[]

    ThreadCount

    Number of threads currently assigned to the partition.

           
    Privileges Read only
    Typelong

    TotalOpenedFileCount

    Total number of files opened in the context of a partition.

           
    Privileges Read only
    Typelong

    TotalOpenedFileDescriptorCount

    Total number of file descriptors opened in the context of a partition.

           
    Privileges Read only
    Typelong

    TotalOpenedSocketCount

    Total number of sockets opened in the context of a partition.

           
    Privileges Read only
    Typelong

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String