AxonASP Administrative Dashboard

Real-time host telemetry and process status for the current machine.

Machine

{{.HomeTelemetry.HostName}}

{{.HomeTelemetry.System}}

{{.HomeTelemetry.Processor}}

Total Memory

{{FormatBytes .HomeTelemetry.TotalMemoryBytes}}

Available: {{FormatBytes .HomeTelemetry.AvailableMemory}}

Memory Usage

{{FormatBytes .HomeTelemetry.UsedMemoryBytes}}

Usage: {{FormatPercent .HomeTelemetry.UsedMemoryPercent}}

Disk Space

{{FormatBytes .HomeTelemetry.DiskFreeBytes}}

Total: {{FormatBytes .HomeTelemetry.DiskTotalBytes}}

Temp Directory Size

{{if .HomeTelemetry.TempDirSizeKnown}}{{FormatBytes .HomeTelemetry.TempDirSizeBytes}}{{else}}N/A{{end}}

{{.HomeTelemetry.TempDirPath}}

Web Root Size

{{if .HomeTelemetry.WebRootSizeKnown}}{{FormatBytes .HomeTelemetry.WebRootSizeBytes}}{{else}}N/A{{end}}

{{.HomeTelemetry.WebRootPath}}

AxonASP Process Monitor

Counts and resident memory by executable family.

{{range .HomeTelemetry.ProcessStats}} {{end}}
Process Instances Memory (RSS)
{{.Name}}
{{if and $.IsWindows (eq .Name "axonasp-fpm")}} not supported on Windows {{else}} start | parameters | close {{end}}
{{.Count}} {{FormatBytes .MemoryBytes}}
Total {{.HomeTelemetry.ProcessTotalCount}} {{FormatBytes .HomeTelemetry.ProcessTotalMemory}}
{{if .HomeTelemetry.CollectionWarnings}}
Telemetry Warnings:
    {{range .HomeTelemetry.CollectionWarnings}}
  • {{.}}
  • {{end}}
{{end}}

axonasp.toml section: {{.ActiveSection.Name}}

{{range .ActiveSection.Fields}}
{{if .Description}}
{{.Description}}
{{end}}
Default: {{FormatVal .DefaultValue}}
{{if eq .Type "bool"}} {{else if eq .Type "int"}} {{else if eq .Type "slice"}} {{else}} {{end}}
{{end}}

FPM pool: {{if .ActivePool}}{{.ActivePool}}{{else}}No pool selected{{end}}

Directory: {{.FPMDir}}

{{range .FPMFields}}
{{if .Description}}
{{.Description}}
{{end}}
Default: {{FormatVal .DefaultValue}}
{{if eq .Type "bool"}} {{else if eq .Type "int"}} {{else}} {{end}}
{{end}}

Create New axonasp.toml

Generate a brand-new global configuration file from defaults with comment-preserving schema metadata.

Create New FPM Pool Configuration

Create a new file in {{.FPMDir}} with defaults and complete end-user comments.

G3pix AxonASP Server Configuration Manager | Open Manual