Git Product home page Git Product logo

clj-getrusage's Introduction

clj-getrusage

Call getrusage(2) from clojure.

Installation

Add clj-getrusage to your project.clj:

:dependencies [[clj-getrusage "0.0.1"]]

Usage

(ns foo
  (:require [clj-getrusage.core :refer (getrusage)]))

;; returns a map:
;; {:stime 386895,
;;  :ixrss 0,
;;  :utime 10008755,
;;  :msgrcv 28,
;;  :nivcsw 8430,
;;  :inblock 0,
;;  :oublock 0,
;;  :nvcsw 18,
;;  :majflt 0,
;;  :nswap 0,
;;  :idrss 0,
;;  :maxrss 370970624,
;;  :isrss 0,
;;  :nsignals 17,
;;  :minftl 121686,
;;  :msgsnd 39}
;; ... see getrusage(2) for details :)
(getrusage)

Note about portability

This library takes some shortcuts which are likely to cause portability problems (Best-case: bad data. Worst-case: segmentation faults.) It is tested on OS X and Ubuntu 12.04. If you're interested in using it elsewhere, let me know.

clj-getrusage's People

Contributors

dlowe avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.