On Mon, Sep 5, 2011 at 9:39 AM, Baruch Burstein <bmburst...@gmail.com> wrote:
> This is unrelated, but I have never done any serious testing, and am
> wondering what the user/sys results are in all these performance tests. Is
> user I/O time and sys CPU time?

User is the time spent in user-mode code, ie. mostly SQLite code and
operating system libraries.
Sys is the time spent in kernel-mode code, ie. kernel, drivers, I/O operatons.

In both cases the values are per-process and thus they should be more
accurate than wall clock time.

Sum of both values should give the total time spent executing a given command.

Best regards,
Filip Navara
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to