File: get-storage-usage-linux.xml

package info (click to toggle)
junos-eznc 2.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,496 kB
  • sloc: xml: 50,219; python: 20,961; makefile: 155; sh: 44; ruby: 2
file content (21 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<rpc-reply xmlns:junos="http://xml.juniper.net/junos/18.4I0/junos">
    <multi-routing-engine-results>
        <multi-routing-engine-item>
            <re-name>re0</re-name>
            <system-storage-information junos:style="brief">
                <filesystem>
                    <filesystem-name>/dev/sda6</filesystem-name>
                    <total-blocks junos:format="984M">2015024</total-blocks>
                    <used-blocks junos:format="1.4M">2688</used-blocks>
                    <available-blocks junos:format="916M">1874712</available-blocks>
                    <used-percent> 1</used-percent>
                    <mounted-on>/data/config</mounted-on>
                </filesystem>
            </system-storage-information>
        </multi-routing-engine-item>
    </multi-routing-engine-results>
    <cli>
        <banner></banner>
    </cli>
</rpc-reply>