public final class UtlProc extends Object
This class MAY be used by end users, however it is not supported.
| Constructor and Description |
|---|
UtlProc() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPid()
Get the process pid
This method returns the process id of the current process
|
static long |
getRssBytes()
Get the process RSS (Resident Set Size) in bytes.
|
public static final String getPid()
This method returns the process id of the current process
public static final long getRssBytes()
RSS is the amount of physical memory currently occupied by this process. It includes code, stack, heap, and memory-mapped regions that are resident in physical RAM.
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.