jadams / sysinfo

MIT License
1 stars 1 forks source link

Several methods fixed and tested #9

Closed tcarrio closed 8 years ago

tcarrio commented 8 years ago

The following was fixed in this pull request

    {
        "_total":210,
        "users":
            {"tom":72,
            "john":27,
            "chase":42}
    }
    {
        "/home":
            {"filesystem":"/dev/sda1",
            "size":"107G",
            "used":"19G",
            "avail":"88G",
            "use%":"14%",
            "type":"ext4",
            "permission":"rw"},
        "/":
            {"filesystem":"/dev/simfs",
            "size":"15G",
            "used":"0G",
            "avail":"15G",
            "use%":"1%",
            "type":"simfs",
            "permission":"rw"}
    }
jadams commented 8 years ago

Okay if I have to