toggle menu
Spring Boot Kotlin API
3.5.0-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.info
/
ProcessInfo
Process
Info
open
class
ProcessInfo
Information about the process of the application.
Author
Jonatan Ivanov
Andrey Litvitski
Since
3.3.0
Members
Constructors
Process
Info
Link copied to clipboard
constructor
(
)
Types
Memory
Info
Link copied to clipboard
open
class
MemoryInfo
Memory information.
Virtual
Threads
Info
Link copied to clipboard
open
class
VirtualThreadsInfo
Virtual threads information.
Properties
owner
Link copied to clipboard
val
owner
:
String
parent
Pid
Link copied to clipboard
val
parentPid
:
Long
pid
Link copied to clipboard
val
pid
:
Long
Functions
get
Cpus
Link copied to clipboard
open
fun
getCpus
(
)
:
Int
Number of processors available to the process.
get
Memory
Link copied to clipboard
open
fun
getMemory
(
)
:
ProcessInfo.MemoryInfo
Memory information for the process.
get
Virtual
Threads
Link copied to clipboard
open
fun
getVirtualThreads
(
)
:
ProcessInfo.VirtualThreadsInfo
Virtual threads information for the process.