Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / system / multicpu1sec / multicpu1sec-c.c @ d0216f00

Historique | Voir | Annoter | Télécharger (4,65 ko)

# Date Auteur Commentaire
c5238dbc 2015-05-30 04:43 Steve Schnepp

p/multicpu1sec-c: always exit(0) when successful

9901e001 2015-05-26 16:56 Steve Schnepp

p/multicpu1sec-c: keep the files open

2db160e2 2015-05-26 16:50 Steve Schnepp

p/multicpu1sec-c: use posix IO instead of stdlib

7d88587f 2015-03-31 18:17 Steve Schnepp

multicpu1sec-c: use plain POSIX instead of stdlib

As it will be used every second, we should limit the overhead

308ba475 2015-03-08 14:58 Steve Schnepp

multicpu1sec-c: use the env vars for tmp file paths

99d3a426 2015-03-03 19:00 Steve Schnepp

multicpu1sec-c: fix the /proc/stat parsing

79f72b87 2015-03-03 18:17 Steve Schnepp

multicpu1sec-c: fix value (remove idle)

16b017fc 2015-03-03 18:16 Steve Schnepp

multicpu1sec-c: handle fork

b0e8dcea 2015-03-03 17:48 Steve Schnepp

multicpu1sec-c: using DERIVE

We just delegate the whole CPU % computing to RRD

4a9b0e47 2015-03-03 17:43 Steve Schnepp

multicpu1sec-c: remove debugging statements

339bfec6 2015-03-03 17:40 Steve Schnepp

multicpu1sec-c: adding locking to avoid races

6dec8c33 2015-03-03 17:35 Steve Schnepp

multicpu1sec-c: opening the file r/w to truncate it

c86e4ab2 2015-03-03 17:29 Steve Schnepp

multicpu1sec-c: implement the "fetch" cmd

9ac74f8d 2015-03-03 17:28 Steve Schnepp

multicpu1sec-c: implement the "acquire" cmd

81e9ffca 2015-03-03 13:24 Steve Schnepp

plugins: adding C version of multicpu1sec