Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
extension/ | 03-May-2024 | - | 593 | 475 | ||
README.txt | D | 03-May-2024 | 580 | 16 | 10 | |
control | D | 03-May-2024 | 1 KiB | 35 | 26 | |
control.1hour | D | 03-May-2024 | 1.2 KiB | 36 | 28 | |
control.WIRED_1hr_acok | D | 03-May-2024 | 881 | 26 | 22 | |
control.docs_1hour | D | 03-May-2024 | 2.6 KiB | 78 | 67 | |
control.email_1hour | D | 03-May-2024 | 3 KiB | 90 | 79 | |
control.fast | D | 03-May-2024 | 1.5 KiB | 40 | 32 | |
control.fast_gaia | D | 03-May-2024 | 1.5 KiB | 40 | 32 | |
control.single_page | D | 03-May-2024 | 2.2 KiB | 69 | 59 | |
control.video_1hour | D | 03-May-2024 | 2.5 KiB | 76 | 65 | |
control.web_1hour | D | 03-May-2024 | 2.4 KiB | 75 | 64 | |
extension.crx | D | 03-May-2024 | 1.6 MiB | |||
extension.pem | D | 03-May-2024 | 916 | 17 | 16 | |
power_LoadTest.py | D | 03-May-2024 | 30.6 KiB | 753 | 578 |
README.txt
1power_LoadTest does not need to pack the extension to run it, but it 2can be packed to run it in your browser. 3 4In order to update extension.crx, use chrome's built in packer. You must close 5all chrome windows before running this command. 6 7DISPLAY=:0.0 /opt/google/chrome/chrome --pack-extension=./extension \ 8 --pack-extension-key=./extension.pem --no-message-box 9 10 11Alternatively, extension developer mode will provide a 12GUI way of doing the same task. 13 14If running manually, click on the power_LoadTest extension icon to begin the 15test with default settings (3600 second test). 16