All our customers are on Linux, They have multiple flavors of
Linux actually – Ubuntu, CentOS, RedHat Linux, Oracle Linux, SUSE
Linux etc. Though we are an full-service everything MySQL shop,
Our consulting, support and managed services are never restricted
to only MySQL Ops. , We are experts in Linux, DevOps and
Site Reliability Engineering (SRE). We have proven methods to
deliver Linux performance audit / health check / diagnostics and
recommendations. What are the tools we use for monitoring Linux
ops. ? This post is about those tools we use regularly in
MinervaDB for monitoring Linux operations:
How long Linux server is up and running ?
[root@localhost ~]# uptime
12:32:56 up 1800 min, 83 users, load average: 88.01, 88.52, 88.64
[root@localhost ~]#
Print all the processes running as root
[root@localhost ~]# ps -U root -u root
PID TTY TIME CMD
1 ? …
[Read more]