- Supported secure HTTPS protocols
- Supported websocket protocols usage stats
- Implement in-memory cache more efficiently for performance
- Lightweight and small resources but better performance
GOOS=linux go build -o ./build/monitron-client -ldflags="-s -X main.AppVersion={version}" ./cmd/main.go GOOS=windows go build -o ./build/monitron-client.exe -ldflags="-s -X main.AppVersion={version}" ./cmd/main.go- Split disk partition usage into separate cache and api
- Split cpu usage and information into separate api and remove the information from cache
- Secure connection using JWT and Client Authentication
- Default authentication
- Scheduled stats and save into NutsDB
- Web interface
- Caching JWT and client authentication