FluidFlow3 License Manager
Introduction
Open iT supports FluidFlow3 usage reporting starting Open iT version 10.2.630.
Tested and verified with FluidFlow version 3.54.
An Open iT Core Client is installed on your license server for this collection. The data collector monitors and gathers the license usage history logs from the license manager daily. Once the logs are collected, the data collection process triggers and the logs are passed to the data preprocessor. After the data is preprocessed, it is transferred to the Core Server for further storage, completing the history logs collection and processing.
The following sections will guide you in setting up the necessary configuration to collect and send the required data to the server.
Apply the configurations in the Open iT Core Client.
Requirements
- An Open iT Core Client connected to an Open iT Core Server or a coexistent Open iT Core setup
- License server administrative rights
- Full path to the log file
- A properly configured PSFF.INI file
Configuring PSFF Settings
Configure the PSFF.INI file, typically stored in the FluidFlow3 application installation directory, with the following settings:
[NetworkLogFile]
DateFormat=dd/mm/yyyy
RecordSeparateEvents=1
RecordSeparateModules=1
RecordWindowsUserName=1
RecordWindowsComputerName=1
These settings ensure proper data collection.
Specifying FluidFlow3 Log File Path
These are the steps to specify the path to the FluidFlow3 log files.
-
Go to the Components directory, which is by default in
C:\Program Files\OpeniT\Core\Configuration\Components, and back up thelogfilecollector-fluidflow.xmlfile. -
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd <bin_dir>Examplecd C:\Program Files\OpeniT\Core\bin -
Once in the directory, set the location of the FluidFlow3 log files, run the command:
Command Syntaxopenit_confinit -c "logfilecollector-fluidflow.logfilecollector.source.dir=<fluidflow3_log_dir>"where
<fluidflow3_log_dir>is the location of the debug log file.noteThe FluidFlow3 application typically stores its log files in its installation directory.
Exampleopenit_confinit -c "logfilecollector-fluidflow.logfilecollector.source.dir=F:\Flite\FluidFlow3"Sample Log File Content
"Username","Module","Event","Date","Time","Windows Username","Windows Computer Name"
"Administrator","Liquid","LOGIN","09/02/2026","13:44:03","john_doe","JohnDoeDev"
"Administrator","Gas","LOGIN","09/02/2026","13:44:03","john_doe","JohnDoeDev"
"Administrator","NonNewtonian","LOGIN","09/02/2026","13:44:03","john_doe","JohnDoeDev"
"Administrator","TwoPhase","LOGIN","09/02/2026","13:44:03","john_doe","JohnDoeDev"
"Administrator","NonNewtonian","LOGOUT","09/02/2026","13:44:05","john_doe","JohnDoeDev"
"Administrator","TwoPhase","LOGOUT","09/02/2026","13:44:05","john_doe","JohnDoeDev"
"Administrator","NonNewtonian","LOGIN","09/02/2026","13:44:09","john_doe","JohnDoeDev"
"Administrator","TwoPhase","LOGIN","09/02/2026","13:44:09","john_doe","JohnDoeDev"
"Administrator","NonNewtonian","LOGOUT","09/02/2026","13:44:11","john_doe","JohnDoeDev"
"Administrator","TwoPhase","LOGOUT","09/02/2026","13:44:11","john_doe","JohnDoeDev" -
Update the configuration file, run the command:
Command Syntaxopenit_confbuilder --clientMake sure no errors are encountered.
Advanced Configuration
Refer to the FluidFlow3 Log File Collection Configuration table to learn more about FluidFlow3 configuration in logfilecollector-fluidflow.xml.
| Object Name | Accepted Value | Description |
|---|---|---|
| source.dir | DirName (e.g., F:\Flite\FluidFlow3) | Location of the FluidFlow3 log files. |
| source.pattern | String (i.e., *.csv) | The glob pattern identifying source files in the source directory. |
| source.seen | String (collect, ignore, or tail) | Seen files are the previously collected source files.
|
| source.cmplines | Integer (e.g., 6, 10, 20) | This is required if the value of source.seen is tail. This is the number of lines compared to source files collected before to determine where to start the collection. Note: If this number is too low, you can end up with an incorrect position, and duplicate data may be in the log files. Usually, it is better to have a few lines more than strictly necessary than even a single line too little. |
| target.dir | DirName (i.e., ${OpeniT.directories.temp}/LogFileCollector) | This is the location of the directory containing the collected log data. |
| target.module | String (i.e., license) | The target type of module (in general). |
| target.datatype | String (i.e., fluidflow) | The specific type of target data. |
| target.interval | Timespan (e.g., P30S, P5M, P1D) | The span of time between collector runs. |
| target.rotation-size | Integer (e.g., 6, 10, 20) | The log file rotates if it goes beyond the number (in mb) defined. |
| target.rotation-glob | String (e.g., *) | The glob pattern to match before the log file rotates. |
FluidFlow3 Events Log File Collection Configuration
Activating this produces the following aggregated data types used for historical reporting:
Activating Event Log Data Collection
These are the required steps to activate the collection of the FluidFlow3 log file for events.
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd <bin_dir>Examplecd C:\Program Files\OpeniT\Core\bin -
Once in the directory, activate the collection of FluidFlow3 events log data, run the command:
Command Syntaxopenit_oconfinit -u "collect_license_fluidflow_event-logs.root.scheduler.jobs.collect_fluidflow_licenselogs-events.general.active=true"
Advanced Configuration
The collection runs daily by default. To configure the intervals, update the collect_license_fluidflow_event-logs.oconf file in the scheduler directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\scheduler. Locate the instances attribute under collect_fluidflow_licenselogs-events, preprocess_fluidflow_licenselogs-events, or transfer_fluidflow_licenselogs-events in the same file and configure the attributes.
Refer to the FluidFlow3 Log Job Scheduler Instances Configuration table to learn the attributes used to configure FluidFlow3 data collection and transfer.
| Attribute Name | Accepted Value | Description |
|---|---|---|
| max-instances | Uint (e.g., 5, 8, 9) | The number of instances allowed to run at the same time. |
| max-handling | String (end-oldest, end-all-old, or end-new) | The action done upon reaching the maximum number of instances:
|
| end-timeout | Timespan (e.g., P30S, P5M, P1H) | The maximum waiting time before terminating a running instance. |
| quarantine | Timespan (e.g., P30S, P5M, P1H) | The waiting time before starting a new instance after a previous one. |
Verifying Event Log Data Collection
After configuration, you can verify that the data can be collected and parsed into the Open iT format successfully:
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd <bin_dir>Examplecd C:\Program Files\OpeniT\Core\bin -
Verify that Open iT can collect raw data, run the command:
Command Syntaxopenit_logfilecollector -c "<config_dir>\logfilecollector-fluidflow.conf"where
<config_dir>is the absolute path to the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration.Exampleopenit_logfilecollector -c "C:\Program Files\OpeniT\Core\Configuration\logfilecollector-fluidflow.conf" -
Once done, verify that there are
*.statusandraw-fluidflow-license-LogFileCollector*.datafiles created in the LogFileCollector directory, which is by default inC:\ProgramData\OpeniT\Data\temp\LogFileCollector. -
Verify that Open iT can parse the collected raw data into the Open iT format, run the command:
Command Syntaxopenit_logparsergeneric --srcdir "C:\ProgramData\OpeniT\Data\temp\LogFileCollector" --srcpattern raw-fluidflow-license-LogFileCollector*.data --srcfilehandling rename --trgdir "C:\ProgramData\OpeniT\Data\temp\LogParserFluidflow" --module fluidflow --datatype event --resolution PT1H --matchobjects "C:\Program Files\OpeniT\Core\Configuration\matchobjects-event-fluidflow.oconf" --debug warning -
Once done, verify that there are
event-fluidflow-LogParserGeneric*.datafiles created in the LogParserFluidflow directory, which is by default inC:\ProgramData\OpeniT\Data\temp\LogParserFluidflow.
FluidFlow3 Records Log File Collection Configuration
Activating this produces the following aggregated data types used for historical reporting:
- (89) Total License Use Licenseevents
- (90) Individual License Use Licenseevents
- (91) Usergroup License Use Licenseevents
- (108) Host License Use Licenseevents
- (109) Hostgroup License Use Licenseevents
Activating Record Log Data Collection
These are the required steps to activate the collection of the FluidFlow3 log file for records.
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd <bin_dir>Examplecd C:\Program Files\OpeniT\Core\bin -
Once in the directory, activate the collection of FluidFlow3 records log data, run the command:
Command Syntaxopenit_oconfinit -u "collect_license_fluidflow_record-logs.root.scheduler.jobs.collect_fluidflow_licenselogs-records.general.active=true"
Advanced Configuration
The collection runs daily by default. To configure the intervals, update the collect_license_fluidflow_record-logs.oconf file in the scheduler directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\scheduler. Locate the instances attribute under collect_fluidflow_licenselogs-records, preprocess_fluidflow_licenselogs-records, or transfer_fluidflow_licenselogs-records in the same file and configure the attributes.
Refer to the FluidFlow3 Log Job Scheduler Instances Configuration table to learn the attributes used to configure FluidFlow3 data collection and transfer.
| Attribute Name | Accepted Value | Description |
|---|---|---|
| max-instances | Uint (e.g., 5, 8, 9) | The number of instances allowed to run at the same time. |
| max-handling | String (end-oldest, end-all-old, or end-new) | The action done upon reaching the maximum number of instances:
|
| end-timeout | Timespan (e.g., P30S, P5M, P1H) | The maximum waiting time before terminating a running instance. |
| quarantine | Timespan (e.g., P30S, P5M, P1H) | The waiting time before starting a new instance after a previous one. |
The collected data does not include the number of available licenses. To configure the available licenses for FluidFlow3 features, refer to the instructions in the Configuring available-licenses.map section.
Verifying Record Log data Collection
After configuration, you can verify that the data can be collected and parsed into the Open iT format successfully:
-
Open a command prompt with Administrator level privileges.
-
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin, run the command:Command Syntaxcd <bin_dir>Examplecd C:\Program Files\OpeniT\Core\bin -
Verify that Open iT can collect raw data, run the command:
Command Syntaxopenit_logfilecollector -c "<config_dir>\logfilecollector-fluidflow.conf" --target "<temp_dir>\Raw.Fluidflow.Record"where:
<config_dir>is the absolute path to the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration<temp_dir>is the absolute path to the temp directory, which is by defaultC:\ProgramData\OpeniT\Data\temp
Exampleopenit_logfilecollector -c "C:\Program Files\OpeniT\Core\Configuration\logfilecollector-fluidflow.conf" --target "C:\ProgramData\OpeniT\Data\temp\Raw.Fluidflow.Record" -
Once done, verify that there are
*.statusandraw-fluidflow-license-logfilecollector*.datafiles created in the Raw.Fluidflow.Record directory, which is by default inC:\ProgramData\OpeniT\Data\temp\Raw.Fluidflow.Record. -
Verify that Open iT can parse the collected raw data into the Open iT format, run the command:
Command Syntaxopenit_logparsergeneric --srcdir "C:\ProgramData\OpeniT\Data\temp\Raw.Fluidflow.Record" --srcpattern raw-fluidflow-license-LogFileCollector*.data --srcfilehandling delete --trgdir "C:\ProgramData\OpeniT\Data\temp\LogParserFluidflow" --module fluidflow --datatype record --resolution PT1H --matchobjects "C:\Program Files\OpeniT\Core\Configuration\matchobjects-record-fluidflow.oconf" --debug warning -
Once done, verify that there are
record-fluidflow-LogParserGeneric*.datafiles created in the LogParserFluidflow directory, which is by default inC:\ProgramData\OpeniT\Data\temp\LogParserFluidflow.
Sample Reports
Historical Reports
Utilization Trend
This sample report provides a visual representation of license activity for the selected application. It helps users and administrators quickly understand how licenses are being used, when peak demand occurs, and whether any access issues (such as denials) are happening.
It offers several key benefits:
- Centralized Visibility – provides a clear view of license usage, availability, and denials in a single interface.
- Optimized License Allocation – helps ensure you are not over-purchasing licenses you don't need or under-provisioning.
- Cost Savings – identifies opportunities to downgrade or redistribute licenses, reducing unnecessary expenses.
- Usage Trends & Capacity Planning – shows peak usage patterns, allowing better forecasting for future needs.
- Avoiding Service Disruptions – helps prevent situations where users cannot access software due to reaching the license limit.
- Compliance & Audit Readiness – provides a usage record to ensure compliance with vendor agreements and avoid penalties.
- Performance & Productivity Insights – helps assess whether certain teams or departments are under-utilizing or over-utilizing software.
- Historical and Real-Time Analysis – combines near real-time monitoring with historical trend analysis, enabling both immediate decision-making and long-term planning.
License Efficiency
This sample report gives you helpful insights on how much time a software license has been used. It shows whether licenses are being actively used or left idle, giving you a quick way to understand how efficiently your licenses are being managed.
It offers several key benefits:
- License Utilization Tracking – monitors how long licenses are in use during a given period and sees if any licenses are not being used so they can be reassigned.
- Optimized License Allocation – helps ensure you are not over-purchasing licenses you don't need or under-provisioning.
- Cost Savings – identifies opportunities to downgrade or redistribute licenses, reducing unnecessary expenses.
- Compliance & Audit Readiness – provides a usage record to ensure compliance with vendor agreements and avoid penalties.
Heatmap
This sample report provides a visual representation of license usage by day of the week and hour of the day for the selected application.
It offers several key benefits:
- Peak Usage Identification – highlights the specific days and hours with the highest demand for licenses.
- Workload Distribution – helps balance activity by identifying underutilized periods where tasks can be scheduled.
- Resource Planning – supports better allocation of licenses by anticipating peak and off-peak usage times.
- User Behavior Insights – reveals patterns in how and when users access software, such as evening or weekday activity.
- Avoiding Bottlenecks – reduces delays by planning critical tasks during low-usage hours.
- Historical & Predictive Trends – combines weekly usage patterns with historical insights to inform long-term planning and decision-making.
Real-time Report
This sample report shows a drilled-down feature view of the online licenses in use and the licenses available.