Operating systemΒΆ

This context shows information about the machine operating system.

To display it:

vsr> show state / system linux
linux
    cpu-usage cpu0
        busy 3
        ..
    cpu-usage cpu1
        busy 5
        ..
    cpu-usage cpu2
        busy 3
        ..
    cpu-usage cpu3
        busy 7
        ..
    memory
        available 4763774976
        total 5200089088
        ..
    disk-usage sda
        total 32212254720
        partition sda1
            label cloud_Boot
            fstype vfat
            total 104857600
            ..
        partition sda2
            label cloud_Releases
            fstype ext4
            total 9663676416
            available 19223638016
            ..
        partition sda3
            label cloud_Data
            fstype ext4
            total 10737418240
            available 9901813760
           ..
        ..
    ..