Skip to content

Commit

Permalink
Add table of implemented features by OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Apr 14, 2016
1 parent a19182d commit 459f7d6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,24 @@ in pure go/cgo, rather than cgo bindings for libsigar.

## Supported platforms

Currently targeting modern flavors of darwin and linux and windows.
The features vary by operating system.

| Feature | Linux | Darwin | Windows | OpenBSD |
|-----------------|:-----:|:------:|:-------:|:-------:|
| Cpu | X | X | X | X |
| CpuList | X | X | | |
| FileSystemList | X | X | X | X |
| FileSystemUsage | X | X | X | X |
| LoadAverage | X | X | | X |
| Mem | X | X | X | X |
| ProcArgs | X | X | X | |
| ProcExe | X | X | | |
| ProcList | X | X | X | |
| ProcMem | X | X | X | |
| ProcState | X | X | X | |
| ProcTime | X | X | X | |
| Swap | X | X | | X |
| Uptime | X | X | | X |

## License

Expand Down

0 comments on commit 459f7d6

Please sign in to comment.