Overview
When the solution is running, and the Designer is connected with the runtime, the Runtime System Monitor page show basic status of its the server or device running the solution. It can be in your local computer or a remote system, according to the system you were connected with.
On this page:
System Monitor Information
You can access the runtime system monitor by navigating to Runtime → SystemMonitor.
Using a Browser, with no installation required, you can verify the System Information of remote server. With the following URL.
http://localhost:3101/html5/?Monitor=Runtime
Locahost: shall be replaced by the IP or Computer Network Name of the computer you want to access. The port 3101 shall reflect the Port the Runtime is using, typically it is 3101 for production profile, and 3201 for Development profile. The rest of the URL remains the same.
SystemMonitor Table Columns
The information in this table is constructed from the runtime properties of the objects Server and Info.
License Verification
When putting in Product, make sure that:
- You are not running in Evaluation Mode
- Your Solution License Requirements are equal or smaller to the License you have
- You are running with Execution Profile: Production
System Monitor Properties | |
---|---|
Property | Description |
Info.ProfileName | Name of current execution profile |
Info.EvaluationMode | Flag To Indicate the Solution is running in evaluation mode |
Info.EvaluationTimeRemaining | When In EvaluationMode, remaining time for the runtime session |
Info.Product.Company | Product Company NameProduct |
Info.Product.Name | Product Name |
Info.Product.Version | Product Version in use |
Info.Solution.CurrentBuild | Current Solution build number |
Info.Solution.DateModified | Last DateTime the Solution was modified |
Info.Solution.ProductVersion | Product used when last editing the solution |
Info.Solution.RequiredLicense | License Required to use the solution in production |
Info.Solution.TargetFramework | Platform required to execute the solution |
Info.Solution.VersionID | VersionID incremented on configuration changes |
Info.License.SerialNumber | Gets the license serial number |
Info.License.LicensedProduct | Product Version, Family and Model of current license |
Server.ComputerName | Gets the server's computer name |
Server.DateString | Server Data and Time in string format |
Server.IsRunningAsService | Flag to indicate if runtime is running as service |
Server.IsRunningOnDocker | Flag to indicate if runtime is running on docker |
Server.NumberOfTagsLoaded | Number of tags loaded in memory |
Server.OSVersion | Operating System on the computer running the solution |
Server.TStartupStartedTime | Timestamp when the solution started running |
Server.SystemMonitor.Uptime | TimeSpan the solution is in execution |
In this section: