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
|
|
|
|
2015-04-05 22:11:43 +02:00
|
|
|
(This is not a finished product but it generally working)
|
|
|
|
|
2016-07-24 20:27:48 +02:00
|
|
|
## ChangeLog
|
|
|
|
#### Version 3.1
|
|
|
|
* iPerf 3 Support Added
|
|
|
|
|
|
|
|
#### Version 3.0
|
|
|
|
* New WPF UI
|
|
|
|
* New iPerf 2 version
|
|
|
|
* Many Fixes
|
|
|
|
|
2015-04-04 01:11:32 +02:00
|
|
|
## To do list
|
2016-07-24 20:27:48 +02:00
|
|
|
* ~~Add iperf3 option (no CSV support problem)~~
|
2015-04-04 01:11:32 +02:00
|
|
|
* Add more iperf parameters to interface
|
2016-07-23 22:07:07 +02:00
|
|
|
* ~~Rearrange interface~~
|
|
|
|
* ~~Fix know Bugs~~
|
|
|
|
* ~~Clean and improve the code~~
|
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)
|
|
|
|
|