All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
SICK - Server Info & Check Kit
For years we’ve all relied on yabs (https://github.com/masonr/yet-another-bench-script
) — a fantastic VPS benchmarking project — to quickly understand what a VPS can do. But when it comes to dedicated servers, things get a bit trickier.
When I work with physical servers, I constantly need to check hardware details: CPU model, PCI devices, memory configuration, disk controller, network cards… you name it.
That usually means running a bunch of different commands manually — and honestly, it gets annoying fast.
So I built a new project to solve this problem. May be can help you.
SICK — Server Information Collector Kit
GitHub: https://github.com/Yuri-NagaSaki/SICK
SICK is a lightweight, no-nonsense tool designed to quickly collect detailed hardware information from physical servers with a single command.
Think of it as “yabs but for dedicated servers and hardware nerds.”
If you own, rent, or colocate bare-metal machines — this will save you time.
One-Click Execution
# English
curl -sL https://ba.sh/sick | bash
# Chinese
curl -sL https://ba.sh/sick | bash -s -- -cn
demo
════════════════════════════════════════════════════════════════════════════════
System Hardware Information Report
════════════════════════════════════════════════════════════════════════════════
┌─ System Information
├────────────────────
│ Hostname : catcat
│ Operating System : Debian GNU/Linux 12 (bookworm)
│ Kernel Version : 6.1.0-37-amd64
│ System Uptime : up 3 days, 10 hours, 58 minutes
└──────────────────────────────────────────────────
┌─ CPU Information
├─────────────────
│ Model : AMD EPYC 4244P 6-Core Processor
│ Cores : 6
│ Threads : 12
│ Frequency : 3706.683 MHz
│ Cache : 1024 KB
│ Usage : 0.0%
└──────────────────────────────────────────────────
┌─ Memory (RAM) Information
├──────────────────────────
│ Total : 30.96 GB
│ Used : 1.1Gi
│ Available : 29.87 GB
│
│ Memory Modules:
├────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Size │ Type │ Frequency │ Manufacturer │ Serial Number │ Model │
├────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ 16 GB │ DDR5 │ 5600 MT/s │ Samsung │ 4077E4A3 │ M323R2GA3PB0-CWMOD │
│ 16 GB │ DDR5 │ 5600 MT/s │ Samsung │ 4077E5FC │ M323R2GA3PB0-CWMOD │
└────────────────────────────────────────────────────────────────────────────────────────────────────┘
└──────────────────────────────────────────────────
┌─ Disk Drive Information
├────────────────────────
│ /dev/md3 878G 2.3G 831G 1% /
│ /dev/md2 988M 71M 851M 8% /boot
│ /dev/nvme1n1p1 511M 5.9M 505M 2% /boot/efi
│
│ Physical Disks Details:
│
│ ═══ /dev/nvme1n1 ═══
│ Basic Info: 894.3G SAMSUNG MZQL2960HCJR-00A07
│ SMART Status: PASSED
│ Power On Hours: 88 hours
│ Data Transfer Statistics:
│ Total Reads: 1.92 GB
│ Total Writes: 1.89 GB
│ Temperature: 39°C
│ Health Status: 100%
│
│ ═══ /dev/nvme0n1 ═══
│ Basic Info: 894.3G SAMSUNG MZQL2960HCJR-00A07
│ SMART Status: PASSED
│ Power On Hours: 88 hours
│ Data Transfer Statistics:
│ Total Reads: 1.90 GB
│ Total Writes: 1.87 GB
│ Temperature: 38°C
│ Health Status: 100%
└──────────────────────────────────────────────────
┌─ RAID Controller Information
├─────────────────────────────
│ Software RAID:
│ md2 : active raid1 nvme1n1p2[1] nvme0n1p2[0]
│ md3 : active raid0 nvme1n1p3[1] nvme0n1p3[0]
└──────────────────────────────────────────────────
┌─ Network Interface Information
├───────────────────────────────
│
│ ═══ enp1s0f0np0 ═══
│ Model: Broadcom Inc. and subsidiaries BCM57502 NetXtreme-E 10Gb/25Gb/40Gb/50Gb Ethernet (rev 12)
│ Status: UP
│ IPv4: ipc
│ IPv6: ip
│ MAC: 9c:6b:00:96:f3:9d
│ Speed: 25000 Mbps
│ Duplex: full
│ Link Detected: Yes
│ RX: 77.96 GB
│ TX: 33.76 GB
│
│ ═══ enp1s0f1np1 ═══
│ Model: Broadcom Inc. and subsidiaries BCM57502 NetXtreme-E 10Gb/25Gb/40Gb/50Gb Ethernet (rev 12)
│ Status: UP
│ IPv4: 192.168.1.100/16
│ IPv6: fe80::9e6b:ff:fe96:fcc0/64
│ MAC: 9c:6b:00:96:fc:c0
│ Speed: 25000 Mbps
│ Duplex: full
│ Link Detected: Yes
│ RX: 0 GB
│ TX: 0 GB
└──────────────────────────────────────────────────
┌─ Graphics Card Information
├───────────────────────────
│
│ Graphics Cards (PCI):
│ 08:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 52)
│
│ Display Hardware Summary:
│ ==============================================================
│ /0/100/2.1/0/3/0/0 display ASPEED Graphics Family
│ /1 /dev/fb0 display EFI VGA
└──────────────────────────────────────────────────
┌─ Motherboard Information
├─────────────────────────
│ Vendor : ASRockRack
│ Model : B650D4U3-2Q/BCM
│ Version : 3.01A
│ BIOS Vendor : American Megatrends International, LLC.
│ BIOS Version : 20.01.OV04
└──────────────────────────────────────────────────
Report generation completed!
Generated on: Tue Jul 1 04:15:37 UTC 2025****


Comments
So it won't work on a VPS?
Thanks I will add this as benchmark ^^
Great, starred
It does work, just the info is less, might not add if i think about it
You're right — on most VPS environments SICK won't provide much value.
Many VPS platforms simply do not expose underlying host hardware (CPU topology, physical disks, real NICs, motherboard/BIOS info, PCI devices, etc.).
In those cases the script can only show the virtualized layer, which isn’t very helpful.
The purpose of SICK is specifically to collect hardware information from real servers — CPU, memory, PCI devices, disks, controllers, NICs, motherboard details, etc.
Thanks.
Been looking for a script, which can just nicely display the system info like bench/nench or YABS, but without running network tests and Geekbench.
BOSS catcat 🤚😭✋
BOSS catcat 🤚😭✋
Really nice tool!