To check the performance

njaikunjaiku Member Posts: 116
Hi,

If i open the form(i.e Customer,Vendor) can i be able to check the performance?

Ex: a)How much time does it take to open the form?
b)How much time does it take to post the transaction?

Can anyone help me out for this query
Jai

Comments

  • garakgarak Member Posts: 3,263
    which Servertype :?: SQL or native :?:
    Do you make it right, it works too!
  • kinekine Member Posts: 12,562
    you can measure time of some process (posting), but not process of GUI (opening form etc.). There are no triggers which give you "start" and "end" point of process "opening this form"...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • tinoruijstinoruijs Member Posts: 1,226
    You can use Client Monitor (menu Tools).

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • garakgarak Member Posts: 3,263
    also the SQL profiler to see which statement hs an long duration and high number of reads
    Do you make it right, it works too!
  • WaldoWaldo Member Posts: 3,412
    I would go for the client monitor ... or may be even the client monitor provided with the SQL resource Kit.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.