{{$ctrl.jmx.InputArguments.join('\n')}}+
Address | +Last Successful HeartBeat | +Missed Count | +State | +Type | +Version Number | +
---|---|---|---|---|---|
{{scm.addressString}} | +{{scm.lastSuccessfulHeartbeat}} | +{{scm.missedCount}} | +{{scm.state}} | +{{scm.type}} | +{{scm.versionNumber}} | +
Directory | @@ -33,6 +57,7 @@Available Space | Reserved | Total Capacity | +Containers | State | {{volumeInfo.Available}} | {{volumeInfo.Reserved}} | {{volumeInfo.TotalCapacity}} | +{{volumeInfo.Containers}} | {{volumeInfo["tag.VolumeState"]}} | diff --git a/hadoop-hdds/container-service/src/main/resources/webapps/hddsDatanode/dn-scanner.html b/hadoop-hdds/container-service/src/main/resources/webapps/hddsDatanode/dn-scanner.html new file mode 100644 index 00000000000..5c54a2aa0a7 --- /dev/null +++ b/hadoop-hdds/container-service/src/main/resources/webapps/hddsDatanode/dn-scanner.html @@ -0,0 +1,47 @@ + + + + +
---|
Directory | +NumBytesScannedNumOps | +NumBytesScannedAvgTime | +NumContainersScanned | +NumScanIterations | +NumUnHealthyContainers | +
---|---|---|---|---|---|
{{scanner["tag.StorageDirectory"]}} | +{{scanner.NumBytesScannedNumOps}} | +{{scanner.NumBytesScannedAvgTime | millisecondsToMinutes}} | +{{scanner.NumContainersScanned}} | +{{scanner.NumScanIterations}} | +{{scanner.NumUnHealthyContainers}} | +
Directory | +ReadBytes | +ReadOpCount | +ReadAvgTime | +ReadLatency60s(P90) | +ReadLatency60s(P95) | +ReadLatency60s(P99) | +
---|---|---|---|---|---|---|
{{volumeInfo["tag.StorageDirectory"]}} | +{{volumeInfo.ReadBytes}} | +{{volumeInfo.ReadOpCount}} | +{{volumeInfo.ReadTimeAvgTime | twoDecimalPlaces}} ms | +{{volumeInfo.ReadLatency60s90thPercentileLatency | twoDecimalPlaces}} ms | +{{volumeInfo.ReadLatency60s95thPercentileLatency | twoDecimalPlaces}} ms | +{{volumeInfo.ReadLatency60s99thPercentileLatency | twoDecimalPlaces}} ms | +
Directory | +WriteBytes | +WriteOpCount | +WriteAvgTime | +WriteLatency60s(P90) | +WriteLatency60s(P95) | +WriteLatency60s(P99) | +
---|---|---|---|---|---|---|
{{volumeInfo["tag.StorageDirectory"]}} | +{{volumeInfo.WriteBytes}} | +{{volumeInfo.WriteOpCount}} | +{{volumeInfo.WriteTimeAvgTime | twoDecimalPlaces}} ms | +{{volumeInfo.WriteLatency60s90thPercentileLatency | twoDecimalPlaces}} ms | +{{volumeInfo.WriteLatency60s95thPercentileLatency | twoDecimalPlaces}} ms | +{{volumeInfo.WriteLatency60s99thPercentileLatency | twoDecimalPlaces}} ms | +
{{$ctrl.jmx.InputArguments.join('\n')}}
{{$ctrl.jmx.InputArguments.join('\n')}}+