Ad Widget

Collapse

Autodiscovery Read/Write speed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • christianmolecki
    Junior Member
    • Nov 2017
    • 22

    #1

    Autodiscovery Read/Write speed

    Hello,

    I want to create a autodiscovery rule to monitor the read and write speed of drives.

    I get the message: Cannot obtain device name used internally by the kernel.

    Key: vfs.dev.read[{#FSNAME},sps,avg1] or vfs.dev.write[{#FSNAME},sps,avg1]

    Can you help me?

    Christian
  • christianmolecki
    Junior Member
    • Nov 2017
    • 22

    #2
    any ideas?

    Comment

    • yuri69
      Junior Member
      • Feb 2019
      • 10

      #3
      As stated in the documentation for
      Code:
      vfs.dev.read
      and
      Code:
      vfs.dev.write
      - the first argument is a device. The
      Code:
      #FSNAME
      macro you used is a filesystem name - not the underlying device/device file!

      Devices files for disks attached to the serial controller are named: /dev/sdX. Use those instead of the
      Code:
      #FSNAME
      macro.

      Comment

      Working...