Versions in this module Expand all Collapse all v1 v1.22.9 Jan 20, 2026 Changes in this version + var StatusCmd = &cobra.Command + func CheckPQStatus(cmd *cobra.Command, args []string) error + type CacheStatus struct + LRUCache CacheTypeStatus + MemoryUsage string + TotalEntries int + TwoQCache CacheTypeStatus + type CacheTypeStatus struct + Enabled bool + Evictions int + HitRate string + MemorySaved string + Size int + type FastHTTPStatus struct + Connections int + Enabled bool + Latency string + PQHandshakes int + RequestRate string + Throughput string + type MemoryPoolStatus struct + ByteSlices int + Enabled bool + HitRate string + Interfaces int + Maps int + MemorySaved string + Strings int + type MetricsStatus struct + CollectionTime string + Counters int + Gauges int + Histograms int + ScrapeTime string + type NetworkStatus struct + Bandwidth string + Latency string + NodesConnected int + PQGroups []string + PQTLSEnabled bool + type OptimizationStatus struct + Caching CacheStatus + FastHTTP FastHTTPStatus + MemoryPooling MemoryPoolStatus + Metrics MetricsStatus + type PerformanceStatus struct + AllocationRate string + LatencyP50 string + LatencyP95 string + MemoryUsage string + RequestRate string + type SecurityStatus struct + CipherSuites []string + PQEnforced bool + PQGroups []string + PQReady bool + TLSVersion string + type Status struct + Network NetworkStatus + Optimizations OptimizationStatus + Performance PerformanceStatus + Security SecurityStatus + System SystemStatus + Timestamp time.Time + type SystemStatus struct + Arch string + CPUs int + GCStats string + GoVersion string + Goroutines int + Memory uint64 + OS string + ProcessID int + Uptime string