I am looking to find the SunOS system details using Kstat. I have found Solaris::Kstat module in CPAN but this only supports Solaris 2.5.1, 2.6 & 2.7. The Sun developer’s site mentions a Sun::Solaris::Kstat which I have not found in CPAN. Can anyone please help me with the Perl scripting to find details from kstat on Solaris 5.10.
Share
According to Brendan Gregg who actually develops Perl tools to work with Solaris systems:
However, in one of his modules he includes the following note:
If that doesn’t work, you may want to run a
findcommand forKstat.pm, to be certain of whether or not this file exists anywhere on your system.