Info
Version: | 2.0.0 |
Author(s): | Michele Di Maria - NT2 - Nuove Tecnologie S.r.l. |
Last Update: | Thursday, February 11, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.nt2.it/ |
NuGet Url: | https://www.nuget.org/packages/uWebSize |
Install
Install-Package uWebSize
dotnet add package uWebSize
paket add uWebSize
uWebSize Download (Unzip the "nupkg" after downloading)
Shows the system statistics about the current Umbraco instance.
The stats include: RAM and CPU used, the size of the website (and the detail of the top directories) and the size of the database.
Starting from version 0.95 it also manages the disk space quota, disallowing the upload of new media if the website is over a determined size.
Very simple, lightweight and uses the caching to avoid to calculate the statistics all the times the content page is loaded.
Supports the following database types: SQL Server, SQL Server CE, MySQL, Azure.
============================
Version 2.0: Porting to Umbraco 8
Version 0.9: First release
Version 0.9.1: Small optimizations
Version 0.9.2: Introduced nuget Pagage
Version 0.9.5: Introduced the disk space quota.