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.
| 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}} |
-
{{range .HomeTelemetry.CollectionWarnings}}
- {{.}} {{end}}
axonasp.toml section: {{.ActiveSection.Name}}
FPM pool: {{if .ActivePool}}{{.ActivePool}}{{else}}No pool selected{{end}}
Directory: {{.FPMDir}}
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.