diff options
author | Ingar <ingar@osirion.org> | 2016-04-09 00:10:59 +0200 |
---|---|---|
committer | Ingar <ingar@osirion.org> | 2016-04-09 00:10:59 +0200 |
commit | be5e4f367adc03b95004cc7f1f6852599ece8d84 (patch) | |
tree | 613f0f05c714cb4b07728ee8c7e9f9ecae290cbd | |
parent | 759e171e42b9721364b95249d45d95db8acfce01 (diff) |
Updated README to reflect current output.
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -6,8 +6,18 @@ This script can be used to show off your computer specs on IRC. Example output: - [aeon][Linux 4.4.5-1-ARCH][Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz][GeForce GTX 970][Memory used: 14330/16044 Mib][Swap used: 0/16383 Mib][Disk used: 101/716 Gib][Load 0.33][Uptime 5 days, 11:15] - + $ sysinfo + [aeon][Linux 4.4.5-1-ARCH][Intel Core i7-6700K CPU * 8 cores @ 900/4200 MHz][NVIDIA GeForce GTX 970][Memory used: 14599/16044 MiB][Swap used: 0/16383 MiB][Disk used: 68/716 GiB][Load 0.04][Uptime 1:25] + + $ sysinfo -l + [host] aeon + [system] Linux 4.4.5-1-ARCH, uptime: 1:25, load: 0.04 + [cpu] Intel Core i7-6700K CPU * 8 cores, 3328/4200 Mhz + [gpu] NVIDIA GeForce GTX 970 + [memory] 16044 MiB total, 14598 MiB used, 1446 MiB free + [swap] 16383 MiB total, 0 MiB used, 16383 MiB free + [disk] 716 GiB total, 68 GiB used, 645 GiB free + ### License This script is licensed as CC0 1.0 Universal |