toggle menu
Spring Boot Kotlin API
3.3.10
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
(
)
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.