S
S
Sergey2016-03-28 16:49:49
linux
Sergey, 2016-03-28 16:49:49

How, under Windows, to analyze running nix processes in real time when comparing 2 servers?

There are 2 servers working under loading. Let's call them the source server and the mirror. What tool can you quickly assess what has changed in the server? Both servers are now frozen and the time for analysis is at least 30 minutes (after the start). The ability to virtualize and experiment with servers is missing due to the huge amount of data. Are there tools for analytics "what started" "what works" "what went where" "what is different from the neighboring system"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Cheremisin, 2016-03-28
@leahch

Take a third server or computer, install influxdb and grafana on it. Install collectd on servers and configure it to send logs to influxdb. See graphs in grafana.
jansipke.nl/monitoring-hosts-with-collectd-influxd...
www.vishalbiyani.com/graphing-performance-with-col...
The second option is to use elasticsearch + logstash + grafana (and kibana), and put on the server collectd.
In this case, the data first goes to logstash, and from it to elasticsearch, we look through the browser in grafana and / or kibana
https://blog.clevertap.com/telemetry-with-collectd...
PS. Under Windows, you can also do everything, install a virtual machine with Linux on it, install all this and enjoy life :-) And at least under Windows you can go to the server / computer with grafana with a browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question