Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does HTOP show exclamation mark next to uptime

Here is the screenshot enter image description here

What does the (!) means next to the uptime ?

like image 553
Alucard Avatar asked Oct 20 '14 15:10

Alucard


2 Answers

It is letting you know that your server has been up for a long time. Basically anything over 100 days of uptime will produce an exclamation mark next to the uptime reading.

like image 21
SMA Avatar answered Sep 29 '22 19:09

SMA


htop adds an exclamation mark if the uptime is greater than 100 days.

From: https://github.com/hishamhm/htop/blob/0e8a02367ec7ca8f52b10de70938dfd07faed3ab/UptimeMeter.c#L41

like image 138
chauffer Avatar answered Sep 29 '22 19:09

chauffer