Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database Perfomance Analyzer?
Message
From
15/06/2016 09:17:58
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Miscellaneous
Thread ID:
01637346
Message ID:
01637353
Views:
63
>Hi All,
>
>Is there a way that I can measure the performance of my FoxPro database and see what is happening on the different files and table when data is accessed.

Sorry, this does not answer your question, but I wanted to throw this comment out there... This is one of the greatest benefits I gained when I converted my app from DBF files to Sql Server Express. There are tons of monitoring tools in the Sql Server platform and you can see *every* query, insert, update that comes through the database, as well as performance data, query plan, indexes used, etc.

Even besides a Sql Server conversion, while you data is still on DBFs, you can achieve similar logging/reporting/analyzing if your were to use Business Object methods to do all the queries. This gives you a hook point where you can log each query and time it as well. This was the this step I took, and I used the wwBusiness class from West Wind Technologies, although, you can write you own without too much work. Just write a base business object class that has logging and timing coded into it, then place all your queries in sublclasses of this main class.
Previous
Reply
Map
View

Click here to load this message in the networking platform