75 Commits

Author SHA1 Message Date
Sebastian Hildebrandt
ea46cdd2d1 added virtualHost, AMD processor list, graphics improvement 2021-01-25 19:38:58 +01:00
Sebastian Hildebrandt
e67aa92d56 graphics() nvidia-smi detection improved 2021-01-04 07:35:58 +01:00
Sebastian Hildebrandt
e840ed91b4 cpu() Apple Silicon M1 adaptions 2020-12-17 20:31:06 +01:00
Sebastian Hildebrandt
6629c80788 code cleanup 2020-12-01 09:39:20 +01:00
Sebastian Hildebrandt
f2c7f29ede fsSize() catch error (mac OS) 2020-11-30 23:17:29 +01:00
Sebastian Hildebrandt
932f962872 blockdevices() catch errors adapted for just one line 2020-11-09 08:27:15 +01:00
Sebastian Hildebrandt
b0d6e968ec blockdevices() catching errors 2020-11-09 07:04:03 +01:00
Sebastian Hildebrandt
657e159cca fsSize() correct fs type detection macOS (HFS, APFS, NFS) 2020-11-08 09:19:57 +01:00
Sebastian Hildebrandt
9ea2813e2a code cleanup, removing debug console.log() 2020-11-05 08:20:29 +01:00
Sebastian Hildebrandt
4d2c684eac graphics() added deviceName (windows) 2020-11-04 15:44:15 +01:00
Sebastian Hildebrandt
53693d34a7 updated typescript typings, minor fixes 2020-10-05 15:17:38 +02:00
Sebastian Hildebrandt
fbdfd233f0 get() fixed when results are in arrays 2020-10-02 13:36:42 +02:00
Sebastian Hildebrandt
1ed7115168 diskLayout fix on VM (windows) 2020-10-02 13:09:25 +02:00
Sebastian Hildebrandt
4c297cde70 diskLayout() fixed issue linux 2020-06-03 20:03:32 +02:00
Sebastian Hildebrandt
269b928c6e code cleanup 2020-05-13 19:51:10 +02:00
mily20001
3e50507d92 add full smart data from smartctl 2020-05-01 20:07:32 +02:00
Sebastian Hildebrandt
406bc5860b refactoring to avoid 'cat' 2020-04-09 14:27:33 +02:00
Sebastian Hildebrandt
055b673267 diskLayout() optimized detection linux 2020-03-11 21:26:15 +01:00
Sebastian Hildebrandt
34da27443e diskLayout() fixed linux 2020-03-08 17:07:24 +01:00
Sebastian Hildebrandt
1464b4d134 network() fixed DHCP linux, diskLayout() fixed linux 2020-03-08 16:16:52 +01:00
Sebastian Hildebrandt
6805850049 fsSize() fix excluding loop/snap devices 2020-01-10 22:52:49 +01:00
Sebastian Hildebrandt
4dccb59326 updated copyright year 2020-01-06 21:03:11 +01:00
Sebastian Hildebrandt
9a5b27c4d3 code cleanup 2020-01-05 18:47:41 +01:00
Sebastian Hildebrandt
e682abb657 fsSize() alpine linux support 2020-01-04 23:45:41 +01:00
Sebastian Hildebrandt
0fd3c20474 diskLayout() support for older versions of lsblk 2019-11-10 15:15:14 +01:00
Sebastian Hildebrandt
aa1c4d14f4 fsSize() fix windows size as number 2019-08-22 12:29:45 +02:00
Sebastian Hildebrandt
c8c2786cb2 added NetBSD support 2019-05-29 20:27:30 +02:00
Sebastian Hildebrandt
40d7e2b055 fsOpenFiles() added open file descriptor count 2019-05-17 19:13:37 +02:00
Sebastian Hildebrandt
d023709d35 windows refactor wmic 2019-04-19 19:35:14 +02:00
Sebastian Hildebrandt
667c7e8b90 code cleanup 2019-03-03 11:53:33 +01:00
Sebastian Hildebrandt
c81292c760 disklayout() added device (/dev/sda...) linux, mac 2019-03-01 15:30:22 +01:00
Sebastian Hildebrandt
5302d24069 diskLayout() for linux rewritten - better detection 2019-03-01 15:03:58 +01:00
Sebastian Hildebrandt
d1b05fa691 users() fix windows (time), added @ts-check 2019-02-23 15:02:15 +01:00
Sebastian Hildebrandt
a9f346a69a adding website 2019-01-09 20:40:33 +01:00
Sebastian Hildebrandt
831c50d8c9 added system uuid() (os specific), versions() added postgresql 2018-11-18 15:36:28 +01:00
Sebastian Hildebrandt
e66f0c9844 dockerContainerStats() fixed issue cpu_percent, win exec 2018-11-18 11:42:42 +01:00
Sebastian Hildebrandt
a41fb7e01a diskLayout() better interface detection (Windows) 2018-11-17 09:20:20 +01:00
Sebastian Hildebrandt
d17c7d0358 diskLayout() tiny bug S.M.A.R.T status windows 2018-09-07 09:03:31 +02:00
Sebastian Hildebrandt
afac4b1721 adapted logo 2018-09-06 21:23:10 +02:00
Sebastian Hildebrandt
942e497025 diskLayout() optimized media type detection (HD, SSD) on Windows 2018-09-05 22:51:06 +02:00
Sebastian Hildebrandt
68d0d1427f diskLayout() added S.M.A.R.T. status 2018-09-04 13:38:07 +02:00
Sebastian Hildebrandt
2ae03047ce windows exec WMIC in try catch 2018-05-28 23:01:42 +02:00
Sebastian Hildebrandt
8a6d691684 added versions().mysql and versions().nginx, starting SunOS support 2018-04-29 22:30:38 +02:00
Sebastian Hildebrandt
72edb106c7 Merge branch 'master' of https://github.com/sebhildebrandt/systeminformation 2018-04-24 12:09:28 +02:00
Sebastian Hildebrandt
62bd03cc6c starting sunos support 2018-04-22 19:23:39 +02:00
Sebastian Hildebrandt
a459bc5ed6 optimized processes(), bugfix networkInterfaceDefault() 2018-04-03 20:40:47 +02:00
Sebastian Hildebrandt
eddd522abf bugfix windows processes(), disklayout() 2018-02-22 21:38:42 +01:00
Sebastian Hildebrandt
a15af92453 added windows exec 'windowsHide' option 2018-02-19 22:07:20 +01:00
Sebastian Hildebrandt
c22cdad6da first partial FreeBSD support 2018-02-10 19:19:53 +01:00
Sebastian Hildebrandt
57710ed96d bugfix diskLayout() (Windows) 2018-01-17 23:05:04 +01:00