| Copyright | (c) José A. Romero L. |
|---|---|
| License | BSD3-style (see LICENSE) |
| Maintainer | José A. Romero L. <escherdragon@gmail.com> |
| Stability | unstable |
| Portability | unportable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
System.Information.Network
Description
Provides information about network traffic over selected interfaces,
obtained from parsing the /proc/net/dev file using some of the
facilities provided by the System.Information.StreamInfo module.
- getNetInfo :: String -> IO (Maybe [Integer])