Tree


.gitignorecommits | blame
LICENSEcommits | blame
README.mdcommits | blame
TODO.mdcommits | blame
archive/
changelog.mdcommits | blame
sysinfo.pl*commits | blame

README.md

# sysinfo.pl

A perl system information display script originally written by David Rudie and Travis Morgan (imbezol)

- No external dependencies (unless your system doesn't ship with Perl)
- Supports Darwin, FreeBSD, DragonFly BSD, GNU/Linux, NetBSD, OpenBSD, IRIX, SunOS

## Running

- Fetch from: [https://codeberg.org/int16h/sysinfo-pl/raw/branch/main/sysinfo.pl](https://codeberg.org/int16h/sysinfo-pl/raw/branch/main/sysinfo.pl)
- Add your NIC and NIC name (@nic, @nicname)
- ````./sysinfo.pl````

## Example outputs

Arch GNU/Linux:

````
Hostname: voyager - OS: Linux 6.16.8-arch3-1/x86_64 - Distro: Arch - CPU: 8 x 
11th Gen Intel Core i7-1185G7 (4300.000 MHz) - Processes: 347 - Uptime: 2d 2h 38m 
- Users: 1 - Load Average: 0.44 - Memory Usage: 8734.73MB/31799.42MB (27.47%) - 
FS Usage: 706.99GB/968.33GB (73.01%)
````

OpenBSD 7.7/amd64:

````
Hostname: voyager - OS: OpenBSD 7.7/amd64 - CPU: 4 x Intel Core i5-6200U 2194.89 
MHz, 06-4e-03, patch 000000f00 - Processes: 56 - Uptime: 21m - Users: 2 - Load 
Average: 0.99 - Memory Usage: 155.00MB/8048.02MB (1.93%) - FS Usage: 
5.95GB/452.09GB (1.32%)
````