diff --git a/main/ui/src/main/resources/fxml/stats.fxml b/main/ui/src/main/resources/fxml/stats.fxml index f4295a0d1..a2ef920b9 100644 --- a/main/ui/src/main/resources/fxml/stats.fxml +++ b/main/ui/src/main/resources/fxml/stats.fxml @@ -1,18 +1,18 @@ + + + + - - - - - - - + + @@ -53,30 +49,14 @@ - - - - - - - - - + + + - - - + + @@ -88,20 +68,8 @@ - - - - - - - - - + + + diff --git a/main/ui/src/main/resources/i18n/strings.properties b/main/ui/src/main/resources/i18n/strings.properties index 0328e6a9b..53fe9f847 100644 --- a/main/ui/src/main/resources/i18n/strings.properties +++ b/main/ui/src/main/resources/i18n/strings.properties @@ -172,20 +172,33 @@ preferences.about=About # Vault Statistics stats.title=Statistics for %s -stats.readDataLabel=Read Data -stats.writtenDataLabel=Written Data stats.cacheHitRate=Cache Hit Rate -stats.totalMiBRead=Total Read: -stats.totalMiBWritten=Total Written: -stats.totalMiBEncrypted=Total Encypted: -stats.totalMiBDecrypted=Total Decrypted: -stats.totalReads=%s Number of Reads -stats.totalWrites=%s Number of Writes -stats.data.bytes=%s Bytes -stats.data.kiB=%.1f KiB -stats.data.miB=%.1f MiB -stats.data.giB=%.1f GiB - +## Read +stats.read.throughput.idle=Read: idle +stats.read.throughput.kibs=Read: %.2f kiB/s +stats.read.throughput.mibs=Read: %.2f MiB/s +stats.read.total.data.none=Data read: - +stats.read.total.data.kib=Data read: %.1f kiB +stats.read.total.data.mib=Data read: %.1f MiB +stats.read.total.data.gib=Data read: %.1f GiB +stats.decr.total.data.none=Data decrypted: - +stats.decr.total.data.kib=Data decrypted: %.1f kiB +stats.decr.total.data.mib=Data decrypted: %.1f MiB +stats.decr.total.data.gib=Data decrypted: %.1f GiB +stats.read.accessCount=Total reads: %d +## Write +stats.write.throughput.idle=Write: idle +stats.write.throughput.kibs=Write: %.2f kiB/s +stats.write.throughput.mibs=Write: %.2f MiB/s +stats.write.total.data.none=Data read: - +stats.write.total.data.kib=Data written: %.1f kiB +stats.write.total.data.mib=Data written: %.1f MiB +stats.write.total.data.gib=Data written: %.1f GiB +stats.encr.total.data.none=Data encrypted: - +stats.encr.total.data.kib=Data encrypted: %.1f kiB +stats.encr.total.data.mib=Data encrypted: %.1f MiB +stats.encr.total.data.gib=Data encrypted: %.1f GiB +stats.write.accessCount=Total writes: %d # Main Window main.closeBtn.tooltip=Close