Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. LoadPlugin table
  2. <Plugin table>
  3. <Table "/proc/sys/lnet/stats">
  4. Plugin "lustre"
  5. Instance "lnet"
  6. Separator " "
  7. <Result>
  8. InstancePrefix "msgs_alloc"
  9. Type gauge
  10. ValuesFrom 0
  11. </Result>
  12. <Result>
  13. InstancePrefix "msgs_max"
  14. Type counter
  15. ValuesFrom 1
  16. </Result>
  17. <Result>
  18. InstancePrefix "errors"
  19. Type counter
  20. ValuesFrom 2
  21. </Result>
  22. <Result>
  23. InstancePrefix "send_count"
  24. Type counter
  25. ValuesFrom 3
  26. </Result>
  27. <Result>
  28. InstancePrefix "recv_count"
  29. Type counter
  30. ValuesFrom 4
  31. </Result>
  32. <Result>
  33. InstancePrefix "route_count"
  34. Type counter
  35. ValuesFrom 5
  36. </Result>
  37. <Result>
  38. InstancePrefix "drop_count"
  39. Type counter
  40. ValuesFrom 6
  41. </Result>
  42. <Result>
  43. InstancePrefix "send_bytes"
  44. Type counter
  45. ValuesFrom 7
  46. </Result>
  47. <Result>
  48. InstancePrefix "recv_bytes"
  49. Type counter
  50. ValuesFrom 8
  51. </Result>
  52. <Result>
  53. InstancePrefix "routed_bytes"
  54. Type counter
  55. ValuesFrom 9
  56. </Result>
  57. <Result>
  58. InstancePrefix "dropped_bytes"
  59. Type counter
  60. ValuesFrom 10
  61. </Result>
  62. </Table>
  63. </Plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement