Add openbsd meminfo (#724)
* Implements meminfo collector for OpenBSD This is a rework of #151. * Fix CGO import * Add some useful metrics * Rename total -> size for normalization
This commit is contained in:
parent
7f6c59e198
commit
d6ef10bb56
2 changed files with 66 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build darwin dragonfly freebsd linux
|
||||
// +build darwin dragonfly freebsd linux openbsd
|
||||
// +build !nomeminfo
|
||||
|
||||
package collector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue