Skip to main content
Solved

FSM analyze tool

  • October 22, 2022
  • 2 replies
  • 99 views

Forum|alt.badge.img+9

Can anyone give me a guide to use the FSM analyze usage tool? What is the purpose of this tool?

Path:-FSM smartclient->Studio->Tools>Analyze Usage

 

 

Best answer by Lee Pinchbeck

Hi @Dilushkumar Vasudevan,

This functionality uses the MX_U table contents to do an analysis of the performance of the scripts running through the system. It will identify errors that have occurred when running scripts as well as long running scripts in the system.

MX_U population is often turned off though as it can cause performance issues itself when writing to the table.

To run the analysis you just need to enter a date range to analyse. The other fields are optional in case you wish to narrow down the results e.g. you know the issue is on a particular server.

Kind regards,

Lee Pinchbeck

2 replies

Lee Pinchbeck
Ultimate Hero
Forum|alt.badge.img+24
  • Ultimate Hero
  • Answer
  • October 24, 2022

Hi @Dilushkumar Vasudevan,

This functionality uses the MX_U table contents to do an analysis of the performance of the scripts running through the system. It will identify errors that have occurred when running scripts as well as long running scripts in the system.

MX_U population is often turned off though as it can cause performance issues itself when writing to the table.

To run the analysis you just need to enter a date range to analyse. The other fields are optional in case you wish to narrow down the results e.g. you know the issue is on a particular server.

Kind regards,

Lee Pinchbeck


Forum|alt.badge.img+9

Thank you @Lee Pinchbeck  for the clear explanation