2015-04-04 01:11:32 +02:00
|
|
|
# PPerf
|
|
|
|
PowerShell Iperf GUI
|
|
|
|
|
2015-04-04 01:41:26 +02:00
|
|
|
A PowerShell script to start iperf and show the output (similar to Jperf)
|
2015-04-04 01:11:32 +02:00
|
|
|
|
2024-08-20 20:04:21 +02:00
|
|
|
You'll need PowerShell 5 or above for it to work
|
2015-04-05 22:11:43 +02:00
|
|
|
|
2016-07-24 20:27:48 +02:00
|
|
|
## ChangeLog
|
2024-08-20 20:04:21 +02:00
|
|
|
#### Version 4.0
|
|
|
|
* Updated iPerf3 to 3.17.1
|
|
|
|
* Updated iperf2 to 2.2.n
|
|
|
|
* Updated Powershell script to reflect changes in iPerf3
|
|
|
|
|
2016-07-24 20:27:48 +02:00
|
|
|
#### Version 3.1
|
|
|
|
* iPerf 3 Support Added
|
|
|
|
|
|
|
|
#### Version 3.0
|
|
|
|
* New WPF UI
|
|
|
|
* New iPerf 2 version
|
|
|
|
* Many Fixes
|
|
|
|
|
2015-04-04 01:41:26 +02:00
|
|
|
## Contributing
|
|
|
|
Just fork and send pull requests, Thank you!
|
2015-04-04 01:11:32 +02:00
|
|
|
|
|
|
|
## Examples
|
|
|
|
![](https://raw.githubusercontent.com/ili101/PPerf/master/Examples/Example1.png)
|
|
|
|
![](https://raw.githubusercontent.com/ili101/PPerf/master/Examples/Example2.png)
|
|
|
|
![](https://raw.githubusercontent.com/ili101/PPerf/master/Examples/Example3.png)
|
|
|
|
|