Fieldpine Logo  

Help on Operations Monitoring


Operations monitoring provides insight into a number of dynamic parameters of how your systems are currently operating. Primarily of interest to support teams and IT staff, the options on this page relate to internal processing not directly trading performance.

Password of the Day

A password of the day is often used where you wish to tell a remote user a password to a secured area, but not permit them to record the password and login again later. For example, you may have a pricing override mechanism that sales staff are only permitted to access after they have called head office. Or a service technician that needs access to underlying configuration parameters.

When a password of the day is requested it will be specifically requested, these passwords do not work on normal password entry fields

How does this work? The remote system has a secret password ("hidden" in the illustration) and generates a password based on this secret and the current date/time on the computer. A support person that knows the secret password can enter it here and give the generated password to the user needing access. The periods (day, month, etc) indicate when that password will expire. The remote systems are preconfigured to only accept one of these period values, so you cannot give some users the "year" password and others the "day" password. In addition to the secret the person generating the password must know which period is being used.

Password periods are based on the current date/time. So a "day" password will expire at midnight, even if generated at 11pm


Understanding Counters

Many of the counters displayed include similar style metrics, as shown on the example.

Count
The total number of invocations of this function or feature
Active
Generally, shown as two numbers with the first being the active (right now) count, and the second is the maximum observed active at any one time. For example, "1 / 3" means there is one currently active, but we've had a peak of 3 active. Not all functions are capable of processing more than one request at a time, in which case the maximum will not exceed 1.
Ave Response
The total elapsed time for all executions divided by total count. This metric can be skewed by a few outliers but is still an interesting statistic.
Slowest
This group of 3 statistics shows when and how long the slowest execution took and occurred. For many functions the slowest time will be the first call after startup. This happens as reference data must be loaded which can take a significant amount of time
Interesting
The system will select records that it deems are interesting and report their statistics. This provides a level of reporting for slower tasks but without being cluttered with all the high frequency executions that complete quickly.

Currently, a record is selected as "interesting" if the elapsed time it took causes the long term average of all executions to increase. Even on a well performing system this will mean that records can be selected as interesting - it would be imposssible for every request to always be faster than the avergage.