Get, Set operations in Confd

Hello,

Can anyone suggest a method to measure the time taken (performance measure) to run get and set commands in Confd?

For performance measuring you can check timestamps in devel.log. It is also possible to use traceh.h header file for logging events with timestamp. See examples.confd/logging_framework/README.

And of course you can use other tools for perfomance measuring, like http://kcachegrind.sourceforge.net/html/Home.html or https://oprofile.sourceforge.io