This website works better with JavaScript.
Home
Explore
Help
Sign In
nekocentral
/
Crystal_info
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added Core Count to output
master
Marcel Haazen
6 years ago
parent
c508f0aee7
commit
d7a2b23001
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
monitor.cr
+ 2
- 1
monitor.cr
View 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
Write
Preview
Loading…
Cancel
Save