gluon/package/gluon-respondd
lemoer e9c8b84afd gluon-respondd: add information from /proc/stat to "statistics"
This commit adds information about:
- how cpu time is spent since boot in jiffies (1/100*sek) (cpu)
    - the value is summed for all cores, so in 10 seconds the
      summed values will increase by 4000, if the cpu has
      4 cores
- context switches since boot (ctxt)
- interrupt counters since boot (intr, softirq)
- forks since boot (processes)

    { "stat": {
       "cpu": {
         "user": 219403,
         "nice": 1714,
         "system": 75159,
         "idle": 2727739,
         "iowait": 2943,
         "irq": 0,
         "softirq": 571
       },
       "intr": 8426340,
       "ctxt": 50992590,
       "processes": 10549,
       "softirq": 5161884
    } }
2018-02-24 14:56:59 +01:00
..
files gluon-respondd: have respondd join ff05::... in addition to ff02::... (#1030) 2017-02-10 02:03:04 +01:00
luasrc/lib/gluon/upgrade gluon-respondd: firewall should allow access for devices in zone local_client (#1291) 2017-12-31 19:57:57 +01:00
src gluon-respondd: add information from /proc/stat to "statistics" 2018-02-24 14:56:59 +01:00
Makefile Move luci-base dependency from gluon-core to gluon-setup-mode 2017-02-10 02:10:02 +01:00