diff options
| author | Pim van den Berg | 2017-03-04 16:07:24 +0100 |
|---|---|---|
| committer | Pim van den Berg | 2017-03-04 16:07:24 +0100 |
| commit | 25b21801f2f7443f43c2b7753cb6d34fdac84ec6 (patch) | |
| tree | 8aa476efcbc6e68502d2d28fb7bef02097241dd6 | |
| parent | inc/functions: check if $_GET value is empty before executing preg_match (diff) | |
| download | apt-panopticon_cgp-25b21801f2f7443f43c2b7753cb6d34fdac84ec6.zip apt-panopticon_cgp-25b21801f2f7443f43c2b7753cb6d34fdac84ec6.tar.gz apt-panopticon_cgp-25b21801f2f7443f43c2b7753cb6d34fdac84ec6.tar.bz2 apt-panopticon_cgp-25b21801f2f7443f43c2b7753cb6d34fdac84ec6.tar.xz | |
plugin/memory: add slab_recl, slab_unrecl
Diffstat (limited to '')
| -rw-r--r-- | plugin/memory.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugin/memory.json b/plugin/memory.json index f495b04..3b7fa60 100644 --- a/plugin/memory.json +++ b/plugin/memory.json | |||
| @@ -32,6 +32,14 @@ | |||
| 32 | "name": "Slab", | 32 | "name": "Slab", |
| 33 | "color": "ff00ff" | 33 | "color": "ff00ff" |
| 34 | }, | 34 | }, |
| 35 | "slab_recl": { | ||
| 36 | "name": "Slab Recl.", | ||
| 37 | "color": "ff77ff" | ||
| 38 | }, | ||
| 39 | "slab_unrecl": { | ||
| 40 | "name": "Slab Unrecl.", | ||
| 41 | "color": "ff00ff" | ||
| 42 | }, | ||
| 35 | "used": { | 43 | "used": { |
| 36 | "name": "Used", | 44 | "name": "Used", |
| 37 | "color": "ff0000" | 45 | "color": "ff0000" |
