Skip to content

Commit 71b71b4

Browse files
author
Vincent Landgraf
committed
Update documentation
1 parent ff33b14 commit 71b71b4

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ This is a focused and fast library to get system information like:
1515
* FreeBSD
1616
* MacOS X
1717
* Linux (>= 2.6)
18+
* OpenBSD
19+
* NetBSD
20+
* Solaris/SmartOS (partially)
1821

1922
*It might support (but not tested):*
2023

2124
* Older versions of linux
2225

23-
*It doesn't support:*
24-
25-
* OpenBSD
26-
* NetBSD
27-
2826
## Installation
2927

3028
Add this line to your application's Gemfile:
@@ -137,9 +135,10 @@ Just require the library and make a snapshot or use the distinct methods to just
137135
## Todo
138136

139137
* Swap information
140-
* Support more platforms (hp ux, aix, solaris, ...)
138+
* Support more platforms (hp ux, aix, ...)
139+
* Optimize performance for OpenBSD, NetBSD using `uvmexp` etc. directly
140+
* Optimize performance for solaris, smartos using `kstat` etc. directly
141141
* Server performance/system information (open file handles, cache sizes, number of inodes ...)
142-
* Add support for (Open|Net)BSD using UVM (http://cvsweb.netbsd.org/bsdweb.cgi/src/external/bsd/top/dist/machine/) and remove sysctlbyname references where possible to make it compatible
143142

144143
## Contributing
145144

0 commit comments

Comments
 (0)