Hi every one,
I want to get the metrics of all services in my cluster.
1)If HDFS service is gone down. I want to know how much time
HDFS service was down.
Eg:-In HDP cluster we will get only service uptime only like(
Name node uptime is 25 days).and if I restart the service the uptime will be calculated
from there onwards
But I need to know how long the service was down and how
long the service is up and running
I am asking about not only HDFS service but also I need to
generate the report for all the services(YARN,HBASE,KNOX,etc..)
Can you please guide me how to get these uptime and down
times for all services.
Thanks in advance