SystemProperties 2.00 now dumps information about the server hardware, including the CPU model, computer and motherboard name, and information about disk drives and network interfaces. Now you can see if your host is really providing the powerful CPU they claim they are.
Version 2.00 requires Spigot 1.19 or later and Java 17.
Here's an example of the additional data written to the log file:
Code (Text):
ProcessorIdentifier.name: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
CentralProcessor.PhysicalPackages: 1
CentralProcessor.PhysicalProcessors: 8
CentralProcessor.LogicalProcessors: 8
GlobalMemory.total: 17,091,448,832
ComputerSystem.manufacturer: ASUS
ComputerSystem.model: System Product Name
Motherboard.manufacturer: ASUSTeK COMPUTER INC.
HWDiskStore.name_0: \\.\PHYSICALDRIVE1
HWDiskStore.model_0: Samsung SSD 970 EVO Plus 1TB (Standard disk drives)
HWDiskStore.size_0: 1,000,202,273,280
HWDiskStore.name_1: \\.\PHYSICALDRIVE0
HWDiskStore.model_1: WDC WD2003FZEX-00SRLA0 (Standard disk drives)
HWDiskStore.size_1: 2,000,396,321,280
NetworkIF.name: eth1
NetworkIF.displayname: Intel(R) Ethernet Connection (7) I219-V
NetworkIF.speed: 1,000,000,000
Note that this feature relies on information provided by the hardware. The amount of detail available may vary from server to server. If there's additional information you'd like to see, let me know and I'll see if it can be added.