-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Basic Network Info and VM Type (#56)
* Add Basic Network Info Added a function to display basic details from IP Address lookup. Use ip-api.com free API for this. * Add VM Type in Basic Info Add Virtualization type in basic info. Inspired from bench.sh * Suppress Error messages on VM check * Better way to find virtualization Most modern Linux systems use systemd as the system and service manager. The systemd package ships with the systemd-detect-virt utility, which we can use to detect a virtualization technology.
- Loading branch information
Showing
1 changed file
with
61 additions
and
2 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