-
-
17 Jun 2014 20:17:24 UTC
- Distribution: Sys-Detect-Virtualization
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (7)
- Testers (25 / 405 / 0)
- Kwalitee
Bus factor: 0- 60.66% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (52.44KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Getopt::Long
- POSIX
- Pod::Usage
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
virtdetect -- Detect if this system is running as a virtual machine
SYNOPSIS
virtdetect [ --verbose ] [ --detect-host ]
DESCRIPTION
Attempts to determine if this system is running under some form of virtualization.
If --verbose is enabled, each check will be output. Otherwise, only the result will be output.
if --detect-host is enabled, try and detect virtualization host (as opposed to guest) platforms
OPTIONS
- --verbose
-
Enable debug output
- --detect-host
-
Try to detect virtualization host (as opposed to guest) platform.
- --help
-
This help
- --man
-
Full manpage
EXIT STATUS
- 0
-
No virtualization detected
- 1
-
Virtualization detected
- 2
-
More than one kind of virtualization detected
SEE ALSO
Sys::Detect::Virtualization, http://www.dmo.ca/blog/detecting-virtualization-on-linux
LICENCE AND COPYRIGHT
Copyright (C) 2009 Roaring Penguin Software Inc.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 58:
Expected text after =item, not a number
- Around line 62:
Expected text after =item, not a number
Module Install Instructions
To install Sys::Detect::Virtualization, copy and paste the appropriate command in to your terminal.
cpanm Sys::Detect::Virtualization
perl -MCPAN -e shell install Sys::Detect::Virtualization
For more information on module installation, please visit the detailed CPAN module installation guide.