WizardKit/scripts
2Shirt 8e0fdf641b
Retest temps with sysbench if Prime95 runs too hot
If the CPU reaches the failing temps during Prime95 then sysbench will be
run to emulate a less artificial workload.  The both the overall and sysbench
max temps are recorded and shown in the results.

Added new option to track an alternate max temp value in wk.hw.sensors.
This was needed so show two different max temps recorded during CPU testing.

Sysbench was added to the Linux package list and is compiled for macOS.
Without manually compiling the package it brings in way too many dependencies
to support SQL DB testing (which we don't need).
2021-06-17 03:16:34 -06:00
..
borrowed Added Windows activation functions 2019-09-18 22:27:38 -07:00
outer_scripts_to_review Added remaining UFD functions 2020-01-07 21:58:04 -07:00
wk Retest temps with sysbench if Prime95 runs too hot 2021-06-17 03:16:34 -06:00
wk.prev Update windows_builds.py to include 20H2 2021-01-09 21:15:07 -07:00
activate.py Added outer activation script 2019-09-22 20:06:40 -07:00
apple-fans New project organization 2019-06-28 18:06:43 -06:00
auto_repairs.py Use custom power plan during Auto Repairs 2021-05-14 15:38:54 -06:00
build-ufd Finished converting UFD sections, testing next 2020-01-07 23:53:55 -07:00
build_kit.ps1 Use two-space indentation everywhere 2020-01-13 16:24:56 -07:00
build_pe.ps1 Use two-space indentation everywhere 2020-01-13 16:24:56 -07:00
check_disk.py Bugfix check_disk.py 2019-10-21 18:57:53 -07:00
Copy WizardKit.cmd Use two-space indentation everywhere 2020-01-13 16:24:56 -07:00
ddrescue-tui Expand warning notice for ddrescue-tui under macOS 2021-04-17 11:26:00 -06:00
ddrescue-tui.py Show help screens for hw-diags and ddrescue-tui 2021-04-09 18:51:32 -06:00
echo-and-hold New project organization 2019-06-28 18:06:43 -06:00
hw-diags Fixed hw-diags and ddrescue-tui launchers (again) 2020-01-13 21:59:11 -07:00
hw-diags.py Show help screens for hw-diags and ddrescue-tui 2021-04-09 18:51:32 -06:00
hw-drive-info Restrict hw-drive-info and hw-info to Linux 2019-12-09 17:11:54 -07:00
hw-info Restrict hw-drive-info and hw-info to Linux 2019-12-09 17:11:54 -07:00
hw-sensors Added hw-sensors 2019-12-02 21:02:12 -07:00
init_client_dir.cmd Use two-space indentation everywhere 2020-01-13 16:24:56 -07:00
launch-in-tmux Update launch-in-tmux to avoid some error messages 2021-04-05 16:46:01 -06:00
Launch.cmd Use two-space indentation everywhere 2020-01-13 16:24:56 -07:00
Launcher_Template.cmd Use two-space indentation everywhere 2020-01-13 16:24:56 -07:00
max-cpu-temp Merge refactored code 2021-01-10 19:55:19 -07:00
mount-all-volumes Updated mount-all-volumes 2020-01-16 19:18:12 -07:00
mount-backup-shares Added mount-backup-shares wrapper 2019-12-09 20:10:57 -07:00
mount-raw-image New project organization 2019-06-28 18:06:43 -06:00
msword-search New project organization 2019-06-28 18:06:43 -06:00
pacinit Merge refactored code 2021-01-10 19:55:19 -07:00
photorec-sort New project organization 2019-06-28 18:06:43 -06:00
README.md Added README.md with pylint config info 2019-11-08 16:01:58 -07:00
remount-rw New project organization 2019-06-28 18:06:43 -06:00
resize-and-run Merge refactored code 2021-01-10 19:55:19 -07:00
safemode_enter.py Moved exe functions to a separate file 2019-09-18 18:49:56 -07:00
safemode_exit.py Moved exe functions to a separate file 2019-09-18 18:49:56 -07:00
sfc_scan.py Added SFC scan 2019-09-15 19:34:06 -07:00
start-max Merge refactored code 2021-01-10 19:28:51 -07:00
unmount-backup-shares Added unmount-backup-shares wrapper 2019-12-09 20:54:53 -07:00
upload-logs Explicitly request Python 3 2020-01-13 23:19:18 -07:00
watch-mac Added watch-mac and reverted previous commit 2019-11-12 10:36:34 -07:00
wk-power-command Update wk-power-command to support macOS 2021-04-01 22:07:47 -06:00

pylint

These scripts use two spaces per indent instead of the default four. As such you will need to update your pylintrc file or run like this:

pylint --indent-after-paren=2 --indent-string=' ' wk