If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:zoneinfo

From BoxMatrix


BoxMatrix >> System >> zoneinfo @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Devices Filesystems Partitions Sockets Netlink Pipes Interfaces Bridges Ports Events Sources Sinks AVMIPC Processes Watchdogs Memory Slab Vmalloc ProcFS SysFS Research

Procfs-Object

Goto:   Examples  -  Dependencies   -   Model-Matrix   -   Help Supportdata2   -   SMW-Browser

Details

zoneinfo lists information about memory zones.

Supportdata2 includes zoneinfo in the Meminfo section since sd2-09.
In Supportdata-Probes it was never included (up to fw 7.39).

Excerpt from the proc(5) man page:

/proc/zoneinfo (since Linux 2.6.13)

       This file displays information about memory zones.  This
       is useful for analyzing virtual memory behavior.

Examples

7530 fw 7.29 example:

root@fritz1:/var/mod/root# cat /proc/zoneinfo

Node 0, zone   Normal
  pages free     5900
        min      2048
        low      2560
        high     3072
        scanned  0
        spanned  65536
        present  61440
        managed  56987
    nr_free_pages 5900
    nr_alloc_batch 125
    nr_inactive_anon 337
    nr_active_anon 10847
    nr_inactive_file 5252
    nr_active_file 11271
    nr_unevictable 2113
    nr_mlock     2113
    nr_anon_pages 10203
    nr_mapped    6801
    nr_file_pages 19610
    nr_dirty     0
    nr_writeback 0
    nr_slab_reclaimable 11496
    nr_slab_unreclaimable 0
    nr_page_table_pages 380
    nr_kernel_stack 206
    nr_unstable  0
    nr_bounce    0
    nr_vmscan_write 0
    nr_vmscan_immediate_reclaim 0
    nr_writeback_temp 0
    nr_isolated_anon 0
    nr_isolated_file 0
    nr_shmem     1791
    nr_dirtied   7133277
    nr_written   7133138
    nr_pages_scanned 0
    workingset_refault 6839
    workingset_activate 642
    workingset_nodereclaim 106646
    nr_anon_transparent_hugepages 0
    nr_free_cma  0
    nr_indirectly_reclaimable 0
        protection: (0, 0, 0)
  pagesets
    cpu: 0
              count: 82
              high:  90
              batch: 15
  vm stats threshold: 12
    cpu: 1
              count: 75
              high:  90
              batch: 15
  vm stats threshold: 12
    cpu: 2
              count: 72
              high:  90
              batch: 15
  vm stats threshold: 12
    cpu: 3
              count: 77
              high:  90
              batch: 15
  vm stats threshold: 12
  all_unreclaimable: 0
  start_pfn:         524288
  inactive_ratio:    1

6490 fw 7.29 example:

root@fritz2:/var/mod/root# cat /proc/zoneinfo

Node 0, zone      DMA
  pages free     3868
        min      129
        low      161
        high     193
        scanned  0
        spanned  4064
        present  3840
    nr_free_pages 3868
    nr_inactive_anon 0
    nr_active_anon 0
    nr_inactive_file 0
    nr_active_file 0
    nr_unevictable 0
    nr_mlock     0
    nr_anon_pages 0
    nr_mapped    0
    nr_file_pages 0
    nr_dirty     0
    nr_writeback 0
    nr_slab_reclaimable 0
    nr_slab_unreclaimable 0
    nr_page_table_pages 0
    nr_kernel_stack 0
    nr_unstable  0
    nr_bounce    0
    nr_vmscan_write 0
    nr_writeback_temp 0
    nr_isolated_anon 0
    nr_isolated_file 0
    nr_shmem     0
    nr_dirtied   0
    nr_written   0
    nr_anon_transparent_hugepages 0
        protection: (0, 223, 223)
  pagesets
    cpu: 0
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 4
    cpu: 1
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 4
  all_unreclaimable: 0
  start_pfn:         32
  inactive_ratio:    1
Node 0, zone   Normal
  pages free     4146
        min      1918
        low      2397
        high     2877
        scanned  0
        spanned  126976
        present  57120
    nr_free_pages 4146
    nr_inactive_anon 474
    nr_active_anon 9575
    nr_inactive_file 18010
    nr_active_file 5248
    nr_unevictable 2099
    nr_mlock     2099
    nr_anon_pages 9476
    nr_mapped    6027
    nr_file_pages 25918
    nr_dirty     0
    nr_writeback 0
    nr_slab_reclaimable 7192
    nr_slab_unreclaimable 2170
    nr_page_table_pages 285
    nr_kernel_stack 160
    nr_unstable  0
    nr_bounce    0
    nr_vmscan_write 0
    nr_writeback_temp 0
    nr_isolated_anon 0
    nr_isolated_file 0
    nr_shmem     1219
    nr_dirtied   25107
    nr_written   25107
    nr_anon_transparent_hugepages 0
        protection: (0, 0, 0)
  pagesets
    cpu: 0
              count: 58
              high:  90
              batch: 15
  vm stats threshold: 8
    cpu: 1
              count: 64
              high:  90
              batch: 15
  vm stats threshold: 8
  all_unreclaimable: 0
  start_pfn:         4096
  inactive_ratio:    1

root@fritz2:/var/mod/root# rpc cat /proc/zoneinfo

Node 0, zone   Normal
  pages free     43071
        min      2048
        low      2560
        high     3072
        scanned  0
        spanned  65536
        present  65024
    nr_free_pages 43071
    nr_inactive_anon 1399
    nr_active_anon 4659
    nr_inactive_file 1555
    nr_active_file 927
    nr_unevictable 1968
    nr_mlock     1968
    nr_anon_pages 4120
    nr_mapped    2088
    nr_file_pages 6393
    nr_dirty     0
    nr_writeback 0
    nr_slab_reclaimable 1315
    nr_slab_unreclaimable 1742
    nr_page_table_pages 1409
    nr_kernel_stack 125
    nr_unstable  0
    nr_bounce    0
    nr_vmscan_write 0
    nr_writeback_temp 0
    nr_isolated_anon 0
    nr_isolated_file 0
    nr_shmem     1943
    nr_dirtied   1
    nr_written   1
    nr_anon_transparent_hugepages 0
        protection: (0, 0)
  pagesets
    cpu: 0
              count: 42
              high:  90
              batch: 15
  all_unreclaimable: 0
  start_pfn:         294912
  inactive_ratio:    1

7150 fw 4.72 example:

root@fritz:/var/mod/root# cat /proc/zoneinfo

Node 0, zone      DMA
  pages free     523
        min      181
        low      226
        high     271
        active   3894
        inactive 886
        scanned  0 (a: 0 i: 0)
        spanned  90112
        present  8192
        protection: (0, 0, 0)
  pagesets
    cpu: 0 pcp: 0
              count: 7
              low:   6
              high:  18
              batch: 3
    cpu: 0 pcp: 1
              count: 0
              low:   0
              high:  6
              batch: 3
  all_unreclaimable: 0
  prev_priority:     12
  temp_priority:     12
  start_pfn:         0

Dependencies

Daily updated index of all dependencies of this object. Last update: GMT.
A ** in the Mod column marks info from Supportdata2 probes, which will always stay incomplete.
A - in the Mod column marks manual research, the Firmware then shows where the Object occurs, not the Relation.

Relation Typ Object Mod Firmware Info Origin
0 dependencies for this object

Model-Matrix

Daily updated index of the presence, path and size of this object for each model. Last update: 2024-04-19 04:27 GMT.
Showing all models using this object. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list comes from Supportdata2 probes, which can have arbitrary settings and come from different firmware versions.
It doesn't say much if a model is not listed here. It may be a missing supportdata2 file or just a disabled feature.

Help Supportdata2

The data in this article is incomplete since it was manually collected using the Supportdata2 project.

Unlike the Supportdata-Probes which have been collected for years Supportdata2 is brand new and only has a few probes.
If you have access to a shell then please help to extend the Supportdata2 collection to improve this data.

It's easy and it's done in minutes. Please send created data as an Email attachment to the address listed here. Thanks!

SMW-Browser

Information is currently being retrieved from the backend.
 

Synonyms

Showing 1 related property.

z