30d4acd986
Added watch mode to respawn-pane
2018-12-10 19:18:16 -07:00
8a8a63eb66
Build Prime95 report
2018-12-10 19:16:43 -07:00
a00105f718
Fixed status updates
2018-12-10 16:57:43 -07:00
bb93386fa0
Updated Prime95 checks
2018-12-10 16:32:00 -07:00
465a3b42fb
Kill all tmux panes before exiting
2018-12-08 18:36:50 -07:00
d88a9f39f2
Added tmux_kill_all_panes()
2018-12-08 18:36:24 -07:00
668c7c4c6a
Updated run_mprime_test to use test_obj
2018-12-08 18:32:03 -07:00
941a553766
Renamed "Prime95 & Temps" to "Prime95" for brevity
2018-12-08 18:16:31 -07:00
49471663f5
Use OrderedDicts to avoid lambda sorting
2018-12-08 17:50:11 -07:00
0390290f10
Added TestObj()
...
* This object will track test specific vars and results
* Moved status code into TestObj
* Test calls will now be: run_test(state, dev, test_obj)
* NOTE: Code is not done and is quite broken
2018-12-08 17:46:17 -07:00
6a3ef60881
Added CpuObj and renamed dev names to disk
...
* This should make the code more clear
* The CpuObj is similar to DiskObj to abstract the device/tests calls
* New calls will be like: run_test(state, dev)
2018-12-08 17:41:29 -07:00
12ff99eb32
Set LogDir for non-quick tests
2018-12-06 18:27:43 -07:00
a910f2cb03
Adjusted Prime95 countdown
2018-12-06 18:27:19 -07:00
ca4234b1c3
Added working_dir arg for tmux command sections
2018-12-06 15:29:06 -07:00
dc606a8780
Main Prime95 sections working
...
* Still need check results and update progress sections
2018-12-06 01:06:21 -07:00
30ba651674
Removing report wrapping section
...
* Doesn't work properly with background processes
2018-12-06 00:10:51 -07:00
74bb31e795
Open temps monitor during run_mprime
2018-12-05 23:57:38 -07:00
5550cce8db
Add background mode for monitoring sensors
...
* This will be called by hw_diags.py to update a file in the background
* NOTE: This uses a naive check before attempting to write data
2018-12-05 23:55:15 -07:00
c777d49091
Added tmux_resize_pane()
2018-12-05 23:54:37 -07:00
5405b97eb1
Standalone sensor monitor working again
2018-12-05 23:09:42 -07:00
46080b4363
Moved tmux sections to separate file
2018-12-05 22:25:44 -07:00
0e5fab0104
Handle missing labels in generate_report()
2018-12-05 21:57:55 -07:00
95b0d1e3f4
Wrap reports if necessary
2018-12-05 21:54:41 -07:00
328d6eb294
Modify sensor_data in place
2018-12-05 20:47:40 -07:00
2eccc236a9
Added generate_report()
...
* Also merged save_max_temp() with update_sensor_data()
* Max doesn't need resetting so just calc max everytime
2018-12-05 20:40:25 -07:00
7140f38ba4
Added average, clear, and max temps sections
2018-12-05 20:11:10 -07:00
cb67f7e3c3
Added new sensors.py and dropped borrowed sensors
2018-12-05 19:59:41 -07:00
5dd8fa8416
Get CPU details from lscpu
2018-12-05 17:48:30 -07:00
163f64dda7
Reduced timeout for major exceptions
2018-12-05 04:10:20 -07:00
372f80bf38
Skip optical drives
2018-12-05 04:08:59 -07:00
7c163a8110
Added update progress sections
2018-12-05 03:52:24 -07:00
d025b8dc9e
Adjusted how devices are added to the state obj
...
* The change allows for devices to be (dis)connected while the script is running
* Devices are scanned and added during run_hw_diags()
* Fixes bug that prevented any devices from being added as well
2018-12-05 03:49:25 -07:00
2d69d93154
Added watch option for tmux_split_window()
2018-12-05 03:41:27 -07:00
43b9645c69
Update tmux panes via respawn-pane
...
Instead of send-keys
* Avoids flooding zsh history
* Less flickering
2018-12-04 23:39:15 -07:00
4bb1402ac5
Added tmux functions
...
* Going to try and replace the send-keys sections next
2018-12-04 20:50:47 -07:00
8fb1620c94
Added placeholder functions for HW tests
2018-12-04 19:23:35 -07:00
597a236089
Don't clear screen twice at startup
...
* Combined init_global_vars and add_devs output
2018-12-04 18:44:52 -07:00
1489ad4237
Added safety check for devices
2018-12-04 18:43:50 -07:00
62c9d82fd2
Adjusted placeholders
2018-12-04 17:05:53 -07:00
5701b53026
Added --quick argument to skip menu
2018-12-04 16:55:17 -07:00
6014a8fb70
Don't add WK or loopback devices
2018-12-04 16:18:45 -07:00
70a742e69c
Add device details from lsblk
...
* Also ensure sane types for some attributes
2018-12-04 16:10:58 -07:00
2df4d48bb3
Show selected tests on run
2018-12-03 20:15:56 -07:00
560929e2fa
Removed extra line break in menu_select
2018-12-03 19:54:06 -07:00
18fc97293e
Renamed Drive to Disk to align options in menu
2018-12-03 19:50:55 -07:00
3fdd8c629c
Rewrote main menu
...
* First options are presets followed by individual tests
* Selecting presets will toggle the selections
* Screensavers are hidden but still present
2018-12-03 19:47:44 -07:00
10f2fca2bf
Added classes DevObj and State
2018-12-03 17:52:07 -07:00
83dda97ff6
Bugfix: launchers.py
2018-11-26 19:13:00 -07:00
c42c764789
Updated hw_diags.py
2018-11-26 18:35:33 -07:00
f802ea860d
Updated ddrescue.py
2018-11-26 18:15:41 -07:00