31 lignes
787 o
Markdown
31 lignes
787 o
Markdown
# PPerf
|
|
PowerShell Iperf GUI
|
|
|
|
A PowerShell script to start iperf and show the output (similar to Jperf)
|
|
|
|
(This is not a finished product but it generally working)
|
|
|
|
## ChangeLog
|
|
#### Version 3.1
|
|
* iPerf 3 Support Added
|
|
|
|
#### Version 3.0
|
|
* New WPF UI
|
|
* New iPerf 2 version
|
|
* Many Fixes
|
|
|
|
## To do list
|
|
* ~~Add iperf3 option (no CSV support problem)~~
|
|
* Add more iperf parameters to interface
|
|
* ~~Rearrange interface~~
|
|
* ~~Fix know Bugs~~
|
|
* ~~Clean and improve the code~~
|
|
|
|
## Contributing
|
|
Just fork and send pull requests, Thank you!
|
|
|
|
## 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)
|
|
|