2

There is a remote monitoring bar at the bottom of the MobaXterm. That's very cool and it is near real-time. enter image description here

I wish I could full-screen the CPU utilization chart, but it is not possible. A similar wish is true for RAM utilization. Does anybody know how to reach these real-time utilization charts in an agent-less manner? like how MobaXterm extracts these graphs. By bash, by python, or any other tools. I set up a Zabbix server, but it is not able to give a near real-time utilization graph.

A.A
  • 123
  • 2
  • 4
  • 1
    "Does anybody know how to reach these real-time utilization charts in an agent-less manner?" - What is being provided, is supported through the kernel itself, so I suspect you can just used the appropriate tools to display the same information in the terminal window. – Ramhound Jun 15 '22 at 12:28
  • Have to tried running the `top` utility? – Señor CMasMas Jun 15 '22 at 13:41
  • @SeñorCMasMas, the top and the htop don't draw a real-time chart for utilization (utilization as Y-axis and time as X-axis) – A.A Jun 16 '22 at 12:04

1 Answers1

0

You can achieve this by enabling "Remote-monitoring(experimental)"

  • Settings -> Configuration -> SSH
  • Select "Remote-monitoring"
  • Click OK