I need to control several systems going through stress testing. I want to make a .NET (C #) application on a client server that will check systems to check temperature, memory usage, etc.
First, the client will provide system information (cpu-mem-hdd configuration), after which it will go through several tests / tests. The server will monitor what has been completed, and will also be able to detect system failures. I pretty much have all the code for the client (executed on the system using WMI)
I have no experience with .NET remoting and WCF, but I think this is a great opportunity to learn them.
What technology would you use?
source
share