Commit Graph

48 Commits

Author SHA1 Message Date
Alastair Poole 860518d379 sensors: Trim the child name.
Missed that :)
2021-02-08 23:31:22 +00:00
Alastair Poole f8e46cea54 sensors: newline
need to get rid of these if they occur.
2021-01-27 19:39:16 +00:00
Alastair Poole 81051b4a63 sensors: fix fbsd sysctl name 2020-12-26 21:15:14 +00:00
Alastair Poole ebdbda13ea process_list: fix this...
Might need to tweak for the fbsd depending on CP_TICKS
2020-12-26 11:27:58 +00:00
Alastair Poole f80a020fce ui: search, improve. 2020-12-24 10:46:35 +00:00
Alastair Poole 0b45319b8f sensors: find issue with combo 2020-12-23 11:54:07 +00:00
Alastair Poole 3185eb2425 sensors: typo and dragonzz 2020-12-22 18:00:55 +00:00
Alastair Poole 1313354239 sensors: use your brain 2020-12-22 17:53:17 +00:00
Alastair Poole 16cdd0e12a mibs: fix openbsd 2020-12-22 14:13:16 +00:00
Alastair Poole 83a33bd991 sensors: Kernel doesn't cache thermal.
Linux doesn't cache thermal readings, select one sensor else we
can block waiting to read from N sensors.

Needs more fixing.
2020-12-22 13:47:41 +00:00
Alastair Poole 09e0288ab0 cpu: small fix to logic. 2020-11-10 02:06:34 +00:00
Carsten Haitzler a56127a569 mem - add memory usage of up to 8 vid cards
max in the code is 8.. will anyone have that many... really?
2020-10-29 12:22:36 +00:00
Alastair Poole f6c75c6d93 cpu: add some support for known hw... 2020-10-15 15:09:16 +01:00
Alastair Poole d7d7f39394 cpu: find a pie in the sky. 2020-10-14 18:28:56 +01:00
Alastair Poole 5db5da933c cpu: rudimentary order by topology... 2020-10-14 14:02:50 +01:00
Alastair Poole 3ec2144f89 coretemp: take topology into account 2020-10-14 11:32:41 +01:00
Alastair Poole cc9b7e6e7f cpu: add k10 support. 2020-10-13 18:17:08 +01:00
Alastair Poole a3538e9b43 cpu: coretemp out by one ! 2020-10-11 12:06:41 +01:00
Alastair Poole 856b3acd13 cpu: distinguish between thermal drivers.
Each cpu arch is likely to have varying behaviours, as added, for
each the behaviour needs to be taken into account.

This is Linux only...
2020-10-11 11:26:49 +01:00
Alastair Poole 2575e973a0 cpu: ys i know 2020-10-10 12:15:38 +01:00
Alastair Poole 3525063226 nothing of interest. 2020-10-10 12:03:46 +01:00
Alastair Poole b481435d3d temps: oops. 2020-10-08 13:44:50 +01:00
Alastair Poole 5fa570c123 fbsd: dfly misssed 2020-10-08 13:43:02 +01:00
Alastair Poole 4d5baa6498 temps...freeebsd.... 2020-10-08 13:20:43 +01:00
Alastair Poole 64050fc9c0 temps: try this 2020-10-08 12:54:33 +01:00
Alastair Poole 6c39ea11e8 sensors: FreeBSD
I don't think you can support more than this atm on this OS..atm.
2020-10-06 11:10:02 +01:00
Alastair Poole 2f48f828f3 sensors: sense. 2020-10-05 14:52:00 +01:00
Alastair Poole 9fc5b94d6a sensors: Use hwmon interface for thermal.
Should work...
2020-10-05 12:18:26 +01:00
Alastair Poole 64a9085e3e clang: shhhh 2020-09-07 15:42:39 +01:00
Alastair Poole 60282d7076 cpu: colorz 2020-09-07 14:39:29 +01:00
Alastair Poole af63cd9ce6 cpu...leeenooks 2020-09-07 12:50:32 +01:00
Alastair Poole 43a4122893 cpu: cpufreq fallback (oops). 2020-09-06 21:40:39 +01:00
Alastair Poole 779af23183 linux: current cpu freq.
Not sure if there is a 3rd fallback...
2020-09-06 14:09:28 +01:00
Alastair Poole 0781f707d5 cpu: basic freq. 2020-09-06 13:23:08 +01:00
Alastair Poole 9803a904ea battery: Fix Linux typo.
Remember to check on Linux before doing a release you spazz!!!
2020-08-23 17:56:48 +01:00
Alastair Poole 3c62339c07 formatting: some spaces. 2020-07-12 22:56:36 +01:00
Alastair Poole 3ceaad0afd machine: ifdef chopping and splicing functions.
This stuff is bad...where did i learn to be doing such things.
2020-07-11 18:34:49 +01:00
Alastair Poole fe30a5a72f machine: ifdef chopping within functions.
I don't belive in ifdef blocks within a single function. Ideally
keep the blocks separate at worst. I think if this is necessary
at the time it's permissible but overall it's fucking ugly.
2020-07-11 18:30:23 +01:00
Alastair Poole c0c26ff882 machine: linux battery model/vendor purge
If enough people complain i'll bring this back, but for now keep
it simple until i can test it again properly...it works but
it's horrible
2020-07-11 18:24:30 +01:00
Alastair Poole aa1822c212 machine: ahead of the game...
Meh, we can't yet query by type.
2020-07-11 18:48:13 +01:00
Alastair Poole d1d4d0fb9e openbsd: fix for non-acpi batteries 2020-07-11 17:23:34 +01:00
Alastair Poole 09e8249689 machine: Explain use of machine and tidy Linuxisms
The functions machine.h provides are deliberately using standard
functions from a base install of the operating system. This IS
intentional. I'd like to be able to modify and reuse this anywhere
without having to untangle additional dependencies from machine to
machine.
2020-07-11 13:09:38 +01:00
Alastair Poole b018c8a3f7 machine: tidy declaration 2020-07-11 02:04:48 +01:00
Alastair Poole 9178cbc0d3 cosmetics: if, for, while, wtf 2020-07-10 19:12:30 +01:00
Alastair Poole ff4a80bd87 network: handle multiple addresses on same interface. 2020-07-10 15:04:06 +01:00
Alastair Poole 3c2b50adea typo 2020-07-10 12:00:03 +01:00
Alastair Poole c0f6d74903 Add Copyright. 2020-07-10 11:58:09 +01:00
Alastair Poole 5c3a3cfe10 machine: Include .bogox files for clarity.
To make this maintainable (for now), split the machine querying
code into separate files. I'd like to be able to modify the file
without fear of breaking it here or there. Also, for anyone who
wants to make a change or ammendment doing this is cleaner.
2020-07-10 11:50:49 +01:00