catch the write-read time

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alperu
Posts: 1
Joined: Fri 13 Nov 2009 07:54

catch the write-read time

Post by alperu » Fri 13 Nov 2009 13:33

i want to catch the injection time because in my application, user A write data every second to database on internet and other user B inject datas from mySQL server so delay,missing and right order are really important subjects for me

is there any way to determine how long does it takes a data package write and read?

how can i test the system performance ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 17 Nov 2009 09:55

You can use any third-party applications that sniffs traffic (like NetView) and measure time between a data packet getting and sending.

Post Reply