Historique | Voir | Annoter | Télécharger (4,65 ko)
p/multicpu1sec-c: always exit(0) when successful
p/multicpu1sec-c: keep the files open
p/multicpu1sec-c: use posix IO instead of stdlib
multicpu1sec-c: use plain POSIX instead of stdlib
As it will be used every second, we should limit the overhead
multicpu1sec-c: use the env vars for tmp file paths
multicpu1sec-c: fix the /proc/stat parsing
multicpu1sec-c: fix value (remove idle)
multicpu1sec-c: handle fork
multicpu1sec-c: using DERIVE
We just delegate the whole CPU % computing to RRD
multicpu1sec-c: remove debugging statements
multicpu1sec-c: adding locking to avoid races
multicpu1sec-c: opening the file r/w to truncate it
multicpu1sec-c: implement the "fetch" cmd
multicpu1sec-c: implement the "acquire" cmd
plugins: adding C version of multicpu1sec