Popularity
6.3
Stable
Activity
0.0
Stable
16
3
2
Monthly Downloads: 26
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.1
sysinfo alternatives and similar packages
Based on the "FFI" category.
Alternatively, view sysinfo alternatives based on common mentions on social networks and blogs.
-
gitlib-utils
Generic utility functions for working with Git repositories -
leveldb-haskell
Haskell bindings to LevelDB (https://github.com/google/leveldb) -
jvm-batching
Provides batched marshalling of values between Java and Haskell.
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
Do you think we are missing an alternative of sysinfo or a related project?
Popular Comparisons
README
sysinfo
Haskell interface for the sysinfo
Linux system call. This can be used
to get system statistics like uptime, free memory, system load etc.
Note that the package works only on Linux system with kernel version >= 2.3.23 and uses FFI calls.
Usage
λ> import System.SysInfo
λ> val <- sysInfo
λ> either (\_ -> "sysinfo failed") show val
"SysInfo {uptime = 121149, loads = Loads {sloads = [91200,80736,82592]}, totalram = 12286611456, freeram = 967655424, sharedram = 63033344, bufferram = 838983680, totalswap = 8261726208, freeswap = 8259276800, procs = 418, totalhigh = 0, freehigh = 0, memUnit = 1}"