How to get system load in Linux -
i trying system load in linux. have tried use uptime command getting average. want see how long takes linux system load shutdown or restart. want see how long takes boot way up.
try who -b
or last reboot | head -1
Comments
Post a Comment