├── .gitattributes ├── .gitignore ├── Bin ├── LICENSE ├── cygcrypto-3.dll ├── cygwin1.dll ├── cygz.dll ├── iperf2.exe └── iperf3.exe ├── Examples ├── Example1.png ├── Example2.png └── Example3.png ├── LICENSE ├── PPerf.ps1 └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/.gitignore -------------------------------------------------------------------------------- /Bin/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/Bin/LICENSE -------------------------------------------------------------------------------- /Bin/cygcrypto-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/Bin/cygcrypto-3.dll -------------------------------------------------------------------------------- /Bin/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/Bin/cygwin1.dll -------------------------------------------------------------------------------- /Bin/cygz.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/Bin/cygz.dll -------------------------------------------------------------------------------- /Bin/iperf2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/Bin/iperf2.exe -------------------------------------------------------------------------------- /Bin/iperf3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/Bin/iperf3.exe -------------------------------------------------------------------------------- /Examples/Example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/Examples/Example1.png -------------------------------------------------------------------------------- /Examples/Example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/Examples/Example2.png -------------------------------------------------------------------------------- /Examples/Example3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/Examples/Example3.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/LICENSE -------------------------------------------------------------------------------- /PPerf.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/PPerf.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ili101/PPerf/HEAD/README.md --------------------------------------------------------------------------------