소스 검색

Added Core Count to output

master
Marcel Haazen 5 년 전
부모
커밋
d7a2b23001
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      monitor.cr

+ 2
- 1
monitor.cr 파일 보기

@ -29,4 +29,5 @@ arch = `uname -m`
# Print Information
puts "Internet: " + network
puts "Hostname: " + System.hostname
puts "Archtecture: " + arch
puts "Archtecture: " + arch
puts "Core Count: " + System.cpu_count.to_s

불러오는 중...
취소
저장