{{include("header")/}}

Diagnostics Report

Host Machine:
{{if(options.host.error !== false)}} {{host.error|safe}} {{#else}} Node Version: {{host.nodeVersion}}
OS Type: {{host.osType}}
OS Release: {{host.osRelease}}
Username: {{host.username}}
Host CPUs: {{host.cpus}}
Host Memory: {{host.memory}} {{if(options.isLinux)}}(used + cache + buffer){{/if}} {{/if}}
txAdmin Info:
Stats:
Uptime: {{txadmin.uptime}}
Full Crashes: {{txadmin.fullCrashes}}
Partial Crashes: {{txadmin.partialCrashes}}

Settings:
Schedule: {{txadmin.schedule}}
Timeout Limit: {{txadmin.timeout}}
FXServer Path: {{txadmin.fxServerPath}}
Server Data Path: {{txadmin.serverDataPath}}
CFG Path: {{txadmin.cfgPath}}
FXServer /info.json:
{{if(options.fxserver.error !== false)}} {{fxserver.error|safe}} {{#else}} Status: {{fxserver.status}}
Version: {{fxserver.versionWarning|safe}} {{fxserver.version}}
Resources: {{fxserver.resources}} {{fxserver.resourcesWarning|safe}}
OneSync: {{fxserver.onesync}}
Max Clients: {{fxserver.maxClients}}
txAdmin Version: {{fxserver.txAdminVersion}}
{{/if}}
Proccesses:
{{if(!options.proccesses.length)}} Failed to retrieve proccesses data.
Check the terminal for more information (if verbosity is enabled) {{#else}} {{foreach(options.proccesses)}} Process: ({{@this.pid}}) {{@this.name}}
Parent: {{@this.ppid}}
Memory: {{@this.memory}}
CPU: {{@this.cpu}}

{{/foreach}} {{/if}}
{{include("footer")/}}