Posted On December 29, 2020

How to Calculate Logging Storage

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Calculate Logging Storage
The Simple Formula:
Storage in Gigabytes = Number of Events x (Average Bytes per Event / Bytes to GiB conversion factor)
  • Bytes to GiB conversion factor: 1073741824
  • Average for Windows security events: 200 bytes
  • Average for highly complex database event: 1500 bytes
  • Average for mixed type events (database & security): 650 bytes

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Windows 2016: HP Proliant Server iLO 5

Integrated Lights Out (iLO) Remote Server Management Tools is easy to use. Following is an…

Windows-clean-up.cmd

------------------------------Clear out TEMP files on a regular basis - this is best done at startup…

List Autorun Services

# $cred = get-Credential -credential kdoan-a $Username = 'kimconnect\kim-Admin $Password = 'PASSWORD' $pass = ConvertTo-SecureString…