-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
:material-github: [GitHub](https://github.com/hotio/sysinfo.sh){: .header-icons target=_blank rel="noopener" } | ||
|
||
Get a quick system overview from the terminal, an ideal replacement for web based dashboards. | ||
|
||
Features: | ||
|
||
- `system info`, basic info about your system like uptime and load, on `apt-get` based systems it'll also show amount of available updates | ||
- `ip addresses`, all the global ip addresses easily viewable | ||
- `thermals`, get a few temperatures from the kernel provided thermal zones | ||
- `ups info`, the important you need to know about your NUT supported UPS | ||
- `docker`, see how your docker containers are doing | ||
- `virtual machines`, keep an eye on which vm is running | ||
- `smb shares`, what folder is exported and who has access, you can see it here | ||
- `memory usage`, see your usage before your system experiences a OOM failure | ||
- `disk space usage`, the same as with memory, but for disk space | ||
- `physical drives`, spot drive health before it's too late | ||
- `network traffic`, if vnstat is available, you can see it here | ||
|
||
## Installation | ||
|
||
```shell linenums="1" | ||
sudo curl -fsSL "https://raw.githubusercontent.com/hotio/sysinfo.sh/master/sysinfo.sh" -o /usr/local/bin/sysinfo | ||
sudo chmod +x /usr/local/bin/sysinfo | ||
``` | ||
|
||
Now execute it. | ||
|
||
## Preview | ||
|
||
![sysinfo.sh output](/img/sysinfo.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters