Skip to content

A simple PowerShell script for very basic disk stress testing

License

Notifications You must be signed in to change notification settings

obendev/BasicDiskStressTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicDiskStressTest

This repository contains simple scripts for basic disk stress testing in three different languages: Rust, Python, and PowerShell. Each script writes a file with random data to the disk and then copies it, stressing both write and read operations.

Scripts

The repository includes the following scripts:

  1. rust/src/main.rs: A Rust script for disk stress testing.
  2. python/BasicDiskStressTest/main.py: A Python script for disk stress testing.
  3. powershell/BasicDiskStressTest.ps1: A PowerShell script for disk stress testing.

Usage

Please refer to the individual README.md files in each script's directory for more specific usage instructions and information.

About

A simple PowerShell script for very basic disk stress testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published