Skip to main content

I want to capture metrics every time someone runs the workbench on FME Server. The metrics will include the timestamp, project (a user parameter), the user (parameter), # of features read, # of features written, # of files written, and how long it took. I don't really care about the format (excel, csv, rtf, dbf, ...) just that it needs to be cumulative. The workbench is on the server for people throughout the company to use and I need to calculate usage and value added to the projects.

Is there anyway to do this?

You're best bet is probably a shutdown script. You would have access to all the variables at https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_QuickTranslator/Configuration/FME_END_PYTHON.htm

MacroValues contains the user parameters.


You're best bet is probably a shutdown script. You would have access to all the variables at https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_QuickTranslator/Configuration/FME_END_PYTHON.htm

MacroValues contains the user parameters.

I definitely need to look at this further. Thanks for the direction.


Reply