jeetsukumaran / Syrupy

System Resource Usage Profiler
http://jeetworks.org/programs/syrupy
GNU General Public License v3.0
194 stars 27 forks source link

Question: could Syrupy collect data of a remote machine? #4

Open hy9be opened 9 years ago

hy9be commented 9 years ago

ps command could go across machine with something like ssh user@host "ps -ef | grep java". Could Syrupy leverage that and do logging for the counters on two separate machines? Will be useful to monitor clusters.

Thanks!