ソースを参照

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

読み込み中…
キャンセル
保存