Skip to content

Samba Share Stresser for Windows maked on PowerShell, simulate high and asymmetric traffic

License

Notifications You must be signed in to change notification settings

PecceG2/Samba-Stresser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Samba Stresser

Samba Stresser is a PowerShell script that allows you to perform filesystem read/write stress tests, asyncronic with multiples jobs in simultaneous.
View all my projects »

Report Bug · View License · Request Feature

Screenshots

Screenshot Screenshot

Building

The Samba-Stresser repository provides a PowerShell script SMB_Stresser.ps1, edit this file with any text editor (Notepad++, Notepad or similar) and customize:


############# STRESS CONFIGURATION #############

$ParallelJobs = 30                # Parallel jobs count
$JobSleepTime = 0                 # Time in seconds between jobs (0 for no delay)

########### END STRESS CONFIGURATION ###########
	
############### JOB CONFIGURATION ###############

$TempFolder = "C:\Users\Administrador\Desktop\tmp"               # Stress TMP copy folder (It auto-delete on finish job)
$DestPath = "S:"                                                 # Stress destination folder (Mount your SMB or NFS and attach here)
$RandomFilesPerJob = 10                                          # Random files to create per job

############# END JOB CONFIGURATION #############
	

Then save the script file.

Running

Execute PowerShell script from bash (Open cmd.exe on script location -> Run script with PowerShell.exe SMB_Stresser.ps1 command.

License

You can check out the full license here

This project is licensed under the terms of the MIT license.