Click here to Skip to main content
15,908,020 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello

i am planning to build an application where i need to show the dynamic information like database server traffic, no of connection, queries per second and server status. connection i can get from the sql quey. but i am having trouble to know the traffic and quries per second. is there any way to know these information. i have mysql server community edition on a remote system.i am planning to build the application in c#.net win forms.

some where i came across select * from Master..Sysprocesses..butt error appears no such table exist. please help

thnkyou

vikas
Posted
Updated 6-Nov-14 1:33am
v2

1 solution

If you are using MySQL, check this out MySQL Monitoring & Performance[^]
 
Share this answer
 
Comments
vikaskallidantheyil 10-Nov-14 3:34am    
How to get those variable in C#... i tried but not succeded...i tried using using execute reader and execute scalar

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