Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: sysstat & 0xf - what and why?

    Actually "&" used here means Bitwise.

    binary value of 0xf is 0000 1111

    Example:

    Bitwise A & B

    A = 0000 1111

    B = 0000 0011

    -------------------

    then: 0000 0011

    "sysstat...

Viewing post 1 (of 1 total)