Example: lr.user_data_point

In the following example, the CPU is checked every second, and the data stored in a data point variable

while (true) {
            lr.user_data_point( "Sessions" , orTrader.getSessionsCount() );
            lr.think_time(1);
    }