toggle menu
Spring Boot Kotlin API
3.4.4
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
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.
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.