问题
I'm working in a scenario where we are trying to get Operational Analytics working within an MFP 6.3 environment. There is a MobileFirst client application (hybrid, if it matters), a MFP 6.3 server, and an Operational Analytics server (the system is for dev/test only, so is lightly loaded, and no uptime/performance concerns exist).
Currently, we are seeing intermittent problems, where data sometimes appears in the Operational Analytics console on adapter invocations etc., and then for some periods (sometimes days) go past with no data showing up.
How can we trace or log the behaviour of the Operational Analytics engine? As I understand it, there is a queueing mechanism on the MFP 6.3 server (currently wl.analytics.queue=1
and wl.analytics.queue.size=0
) for forwarding data from the client to the OA server. Is there a way to see what messages are put or got from this queue?
This environment uses WAS ND.
回答1:
From an IBM engineer:
IBM MobileFirst Platform 6.3 does not provide traceability options in the MFP Operational Analytics component. This was greatly improved in MFP 7.0 in the log output from the various analytics components, including the queues and sender embedded in MFP server and the receiver, processors, and storage in the Analytics server, and more is planned for the future.
If deemed required in MFP 6.3 consider opening a PMR (support ticket). Or upgrade to MFP 7.0 if possible.
来源:https://stackoverflow.com/questions/29948988/how-can-i-trace-operational-analytics-in-mobilefirst-platform-6-3-to-determine-w