Machine Report

Generate reports with machine information.
Version v2.0.2
Updated
Repo TL-001 License MIT

TL-001 Machine Report

Example

$ machine_report
┌┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┐
├┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┴┤
│                   HEKA INTERNAL                   │
│           TL-001 MACHINE REPORT (2.0.1)           │
├──────────┬────────────────────────────────────────┤
│ OS       │ Debian 12 (bookworm)                   │
│ KERNEL   │ Linux 6.1.0-23-amd64                   │
├──────────┼────────────────────────────────────────┤
│ HOSTNAME │ example.com                            │
│ USER     │ root (0)                               │
│ UPTIME   │ 247d 5h 51m                            │
├──────────┼────────────────────────────────────────┤
│ DISK     │ 27.48/455.97 GiB (6.03%)               │
│ USAGE    │ ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
├──────────┼────────────────────────────────────────┤
│ MEMORY   │ 1.76/7.66 GiB (23.03%)                 │
│ USAGE    │ ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
└──────────┴────────────────────────────────────────┘

Usage

machine_report

Without installing:

bash -c "$(curl -sSL https://heka.lol/TL-001)"

Installing

curl -sSL https://heka.lol/TL-001 -o /usr/local/bin/machine_report
chmod +x /usr/local/bin/machine_report