logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Octopussy::Stats - Octopussy System Stats module

Author

       Sebastien Thebert <octo.devel@gmail.com>

perl v5.22.2                                       2016-05-04                                Octopussy::Stats(3)

Functions

CPU_Info()
       Returns the CPU Information

   CPU_Usage()
       Returns the CPU Usage (user/system/idle/wait in percent)

   Load()
       Returns System Load (information from /proc/loadavg)

   Mem_Total()
       Returns the Total of Memory in MegaBytes (information from /proc/meminfo)

   Mem_Usage()
       Returns the Memory usage in this format: "$used M / $total M ($percent%)"

   Swap_Usage()
       Returns the Swap usage in this format: "$used M / $total M ($percent%)"

   Partition_LogsEvents()
       Returns Stats Events

Name

       Octopussy::Stats - Octopussy System Stats module

See Also