1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00

17 Commits

Author SHA1 Message Date
Aidan
dbab8d86e9 Additional error case found 2024-06-07 18:20:29 +12:00
Aidan
b206a02af4 Added tests for uptimer parser 2024-06-07 15:12:47 +12:00
Aidan
b1ddeddda5 Removed repeated logic for days 2024-06-07 11:45:08 +12:00
Aidan
bcde3cb240 Removed logging line 2024-06-06 14:39:57 +12:00
Aidan
8f3d0d0c57 Correctly parse new uptime case at zero minutes, has been tested against all test cases 2024-06-06 14:36:40 +12:00
Aidan
789cad37be Correctly parse new uptime case at zero minutes, has been tested against all test cases 2024-06-06 14:35:05 +12:00
Aidan
2b6d0754ed Comments 2024-06-06 12:42:03 +12:00
Aidan
42957707db Return error if hours not in expected format to prevent panic 2024-06-06 12:39:37 +12:00
Aidan
62e5850726 Fixed parsing error where 'day,' is ignored 2024-06-05 16:03:13 +12:00
shirou
aca0ba4517 [aix]: move tempereture from host to sensors package. 2024-05-28 22:48:47 +09:00
shirou
c34d29a8bf fix: rename v3 that remained in file c to v4 2024-05-28 22:42:36 +09:00
Dylan Myers
ff4ae36cc0 Remove extraneous development note comments
Move a function from nocgo to main file for disk package
2024-05-22 08:25:39 -04:00
Dylan Myers
9bf502f825 Fix logic errors, syntax errors, and typos 2024-05-17 23:57:00 -04:00
Dylan Myers
8df2696709 Account for other possible formats output by AIX uptime command 2024-05-17 20:41:16 -04:00
Dylan Myers
9be5f7d0ad Remove extraneous -1 from users function for AIX 2024-05-15 22:51:58 -04:00
Dylan Myers
bd42769f87 Add a working implementation of host.Users() for AIX 2024-05-15 22:12:03 -04:00
Dylan Myers
52d61b8669 Add host support for AIX 2024-05-15 21:44:58 -04:00