Software / code / prosody-modules
Comparison
mod_statistics_cputotal/mod_statistics_cputotal.lua @ 1386:4557ac5c205d
mod_statistics_cputotal: Make global
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 19 Apr 2014 15:16:19 +0200 |
| parent | 1378:aa371405db34 |
comparison
equal
deleted
inserted
replaced
| 1385:da9469e68dee | 1386:4557ac5c205d |
|---|---|
| 1 -- Provides total CPU time, useful for DERIVE | 1 -- Provides total CPU time, useful for DERIVE |
| 2 | |
| 3 module:set_global(); | |
| 2 | 4 |
| 3 module:provides("statistics", { | 5 module:provides("statistics", { |
| 4 statistics = { | 6 statistics = { |
| 5 cpu_total = { -- milliseconds of CPU time used | 7 cpu_total = { -- milliseconds of CPU time used |
| 6 get = function() | 8 get = function() |