Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 766 Bytes

JVMInfo.md

File metadata and controls

14 lines (10 loc) · 766 Bytes

JVMInfo

Properties

Name Type Description Notes
name str The name of the Java Virtual Machine. [optional]
start_time str The date and time the Java Virtual Machine last started. [optional]
uptime str Total up-time of the Java Virtual Machine, in ISO 8601 format. For example: `"PT1H4M24.214S"`. [optional]
vendor str The vendor of the Java Virtual Machine. [optional]
version str The version of the Java Virtual Machine. [optional]

[Back to Model list] [Back to API list] [Back to README]