diff --git a/monitor.cr b/monitor.cr index f800689..b10faec 100644 --- a/monitor.cr +++ b/monitor.cr @@ -29,4 +29,5 @@ arch = `uname -m` # Print Information puts "Internet: " + network puts "Hostname: " + System.hostname -puts "Archtecture: " + arch \ No newline at end of file +puts "Archtecture: " + arch +puts "Core Count: " + System.cpu_count.to_s \ No newline at end of file