output description
This commit is contained in:
parent
f9291a4e85
commit
de2812fab3
|
@ -56,6 +56,7 @@ public class Version extends SigarCommandBase {
|
||||||
os.println("");
|
os.println("");
|
||||||
|
|
||||||
OperatingSystem sys = OperatingSystem.getInstance();
|
OperatingSystem sys = OperatingSystem.getInstance();
|
||||||
|
os.println("OS description......" + sys.getDescription());
|
||||||
os.println("OS name............." + sys.getName());
|
os.println("OS name............." + sys.getName());
|
||||||
os.println("OS arch............." + sys.getArch());
|
os.println("OS arch............." + sys.getArch());
|
||||||
os.println("OS version.........." + sys.getVersion());
|
os.println("OS version.........." + sys.getVersion());
|
||||||
|
|
Loading…
Reference in New Issue