Learn R Programming

BigDataStatMeth (version 2.0.3)

system_info: Get system information summary

Description

Returns a comprehensive summary of system resources.

Usage

system_info()

Arguments

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

Details

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

Examples

Run this code
# \donttest{
# Get full system info
info <- system_info()
print(info)
# }

Run the code above in your browser using DataLab