Revision 416d85b08840123451c224d97099d9a6dff6cf38 authored by Sacha Verweij on 11 March 2017, 20:47:50 UTC, committed by Sacha Verweij on 12 March 2017, 16:20:10 UTC
1 parent 0e970f0
Raw File
sysinfo.jl
# This file is a part of Julia. License is MIT: http://julialang.org/license

# We can't guarantee that these are correct, but we can at least check
# that they run
@test length(Base.Sys.cpu_info()) > 0
sprint(Base.Sys.cpu_summary)
@test Base.Sys.uptime() > 0
Base.Sys.loadavg()
back to top