Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am supposed to create a tool which will primarily monitor the performance of MySQL server through a Web application. The people accessing it(Web Application) will put in up the admin credentials (along with server info.) so as to login to their respective servers. Then they should be able to see the various info's like processes running, CPU usage, I/O usage, so as to monitor the performance of the MySQL server. I need to know the feasibility that whether this type of application is possible using ASP.NET Web Application feature or not?
Posted

1 solution

Yes, it is, although you can only get a snapshot, the values won't change without a refresh. You just need, on your web app, to be able to access that data from your MY SQL instance.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900