Sfoglia il codice sorgente

Added Core Count to output

master
Marcel Haazen 5 anni fa
parent
commit
d7a2b23001
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      monitor.cr

+ 2
- 1
monitor.cr Vedi File

@ -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

Caricamento…
Annulla
Salva