summaryrefslogtreecommitdiff
path: root/src/pmdas/windows/pmns.mem
blob: be71ec6379c2aba7fd34c1e5f48a85502ba83b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
mem {
    page_faults		WINDOWS:0:27
    available		WINDOWS:0:28
    committed_bytes	WINDOWS:0:29
    pool
    cache
    commit_limit	WINDOWS:0:136
    write_copies	WINDOWS:0:137
    transition_faults	WINDOWS:0:138
    demand_zero_faults	WINDOWS:0:140
    pages_total		WINDOWS:0:141
    page_reads		WINDOWS:0:142
    pages_output	WINDOWS:0:143
    page_writes		WINDOWS:0:144
    system
    physmem		WINDOWS:1:0
    freemem		WINDOWS:1:1
    util
}

mem.util {
    load		WINDOWS:1:2
    used		WINDOWS:1:3
    free		WINDOWS:1:4
}

swap {
    length		WINDOWS:1:5
    used		WINDOWS:1:6
    free		WINDOWS:1:7
}

mem.pool {
    paged_bytes		WINDOWS:0:30
    non_paged_bytes	WINDOWS:0:31
    paged_allocs	WINDOWS:0:145
    nonpaged_allocs	WINDOWS:0:146
    paged_resident_bytes	WINDOWS:0:150
}

mem.cache {
    read_ahead		WINDOWS:0:35
    lazy_writes		WINDOWS:0:32
    lazy_write_pages	WINDOWS:0:33
    mdl
    faults		WINDOWS:0:139
    bytes		WINDOWS:0:148
    bytes_peak		WINDOWS:0:149
}

mem.cache.mdl {
    read		WINDOWS:0:34
    sync_read		WINDOWS:0:36
    async_read		WINDOWS:0:37
}

mem.system {
    free_ptes		WINDOWS:0:147
    total_code_bytes	WINDOWS:0:151
    resident_code_bytes	WINDOWS:0:152
}