Close

How to check MySQL and Apache uptime

Apache uptime:

[code language=”php”]
httpd fullstatus | grep uptime
[/code]

Server uptime: 4 hours 25 minutes 7 seconds

MySQL uptime:

[code language=”php”]
mysqladmin version | grep Uptime
[/code]

Uptime: 1 hour 26 min 5 sec