Index
hexagon_core / com.hexagonkt.helpers / Jvm
Jvm¶
object Jvm
Object with utilities to gather information about the running JVM.
TODO.
Properties¶
Name | Summary |
---|---|
charset | Default character set.val charset: Charset |
cpuCount | val cpuCount: Int |
hostname | The hostname of the machine running this program.val hostname: String |
id | val id: String |
ip | The IP address of the machine running this program.val ip: String |
locale | val locale: String |
name | val name: String |
timeZone | Default timezone.val timeZone: TimeZone |
timezone | val timezone: String |
version | val version: String |
Functions¶
Name | Summary |
---|---|
initialMemory | fun initialMemory(): String |
systemSetting | fun systemSetting(name: String ): String ? fun systemSetting(name: String , default: String ): String |
uptime | fun uptime(): String |
usedMemory | fun usedMemory(): String |