system_info: Get system information summary

View source: R/RcppExports.R

system_infoR Documentation

Get system information summary

Description

Returns a comprehensive summary of system resources.

Usage

system_info()

Details

Convenience function that calls all system info methods and returns a summary. Useful for debugging and logging.

Value

Named list with system information:

os

Operating system name

total_ram_gb

Total RAM in GB

available_ram_gb

Available RAM in GB

ram_used_pct

Percentage of RAM currently used

cpu_cores

Number of CPU cores

Examples


# Get full system info
info <- system_info()
print(info)



BigDataStatMeth documentation built on May 15, 2026, 1:07 a.m.