Commit Graph

  • 98b95e8dc6 Fix config files for CI Thomas Roehl 2022-01-28 14:56:45 +01:00
  • cb2518bd1b Merge branch 'develop' into gangliaSink Thomas Roehl 2022-01-28 14:52:13 +01:00
  • 82f5c1c5d0 Minimum requirement go version 1.17 Holger Obermaier 2022-01-28 09:42:19 +01:00
  • db5b4e4f65 Add type=node to gpf metric tags Holger Obermaier 2022-01-28 09:14:25 +01:00
  • aea3e2c6b1 Place wait group Add() and Done() near to each other Holger Obermaier 2022-01-27 20:45:22 +01:00
  • b9236dcc31 Handle shutdown sequentially Holger Obermaier 2022-01-27 17:43:00 +01:00
  • e1d0aacd1e Moved as much work as possible to Init() Holger Obermaier 2022-01-27 11:08:27 +01:00
  • 7077452a5d Split InfiniBand metric collector, one using /sys filesystem reads and one using perfquery. Holger Obermaier 2022-01-26 20:18:47 +01:00
  • 76884c3380 Prefix Nvidia metrics with 'nv_' Thomas Roehl 2022-01-26 18:45:23 +01:00
  • 86e9b55bc9 Fix for documentation Thomas Roehl 2022-01-26 18:41:25 +01:00
  • 78834337b0 Fix for documentation Thomas Roehl 2022-01-26 18:37:59 +01:00
  • 0a383a3789 Update CCLogger Thomas Roehl 2022-01-26 17:09:20 +01:00
  • 5600cf1f5f Use two separate inputs for metric router to simplify management. Activate --logfile option and close MultiChanTicker explicitly Thomas Roehl 2022-01-26 17:08:53 +01:00
  • 3fd77e6887 Use non-blocking send at close, use common done function and remove default case Thomas Roehl 2022-01-26 16:54:51 +01:00
  • babd7a9af8 Use non-blocking send at close Thomas Roehl 2022-01-26 16:52:56 +01:00
  • 09b7538479 Avoid labels in collector manager loop Holger Obermaier 2022-01-26 15:54:49 +01:00
  • c193b80083 Add documentation Holger Obermaier 2022-01-26 12:31:04 +01:00
  • 3d073080f8 Add documentation Holger Obermaier 2022-01-26 12:08:40 +01:00
  • 9bd8a3a90b Add documentation Holger Obermaier 2022-01-26 11:38:43 +01:00
  • 7f77cad056 Don't wait too long in case of --once Thomas Roehl 2022-01-25 17:49:15 +01:00
  • 2925ad9f40 Use ccLogger anywhere Thomas Roehl 2022-01-25 17:43:10 +01:00
  • b4fde31626 Add documentation Holger Obermaier 2022-01-25 17:20:20 +01:00
  • 8f9bff7efd Merge branch 'develop' of github.com:ClusterCockpit/cc-metric-collector into develop Thomas Roehl 2022-01-25 16:41:54 +01:00
  • bafc6322e6 Change to own Logger Thomas Roehl 2022-01-25 16:40:02 +01:00
  • a40d1c954b Fix data type mismatch Holger Obermaier 2022-01-25 16:33:23 +01:00
  • 99aaece6c2 Activate --once option and return proper exit Code with os.Exit() Thomas Roehl 2022-01-25 15:46:41 +01:00
  • 200af84c54
    Modularize the whole thing (#16) Thomas Gruber 2022-01-25 15:37:43 +01:00
  • b0b07ee70e Fix Infiniband collector Thomas Roehl 2022-01-25 15:33:02 +01:00
  • 676a96d5f9 Bad separator in Makefile Thomas Roehl 2022-01-25 13:31:01 +01:00
  • 16273236c9
    Merge branch 'develop' into channels Thomas Gruber 2022-01-25 13:26:39 +01:00
  • 3f1155ff6d Add go sources in internal/... Holger Obermaier 2022-01-25 13:13:09 +01:00
  • e6c636be90 Refactoring Holger Obermaier 2022-01-25 12:22:14 +01:00
  • 6bb214fc18 Corrected typo Holger Obermaier 2022-01-25 12:02:56 +01:00
  • ffa2701914 Avoid vet warning: return copies lock value. Holger Obermaier 2022-01-25 11:27:03 +01:00
  • d903fc6daa Avoid vet warning struct field commands has json tag but is not exported Holger Obermaier 2022-01-25 11:12:06 +01:00
  • 222862af32 Avoid vet warning struct field commands has json tag but is not exported Holger Obermaier 2022-01-25 11:12:06 +01:00
  • e7e51aa4fa Avoid vet warning struct field commands has json tag but is not exported Holger Obermaier 2022-01-25 11:12:06 +01:00
  • 9f8d3ddbd3 Avoid vet warning: Println arg list ends with redundant newline Holger Obermaier 2022-01-25 10:32:08 +01:00
  • df77c3fd60 Avoid vet warning: Println arg list ends with redundant newline Holger Obermaier 2022-01-25 10:32:08 +01:00
  • 2de0ab8c45 Avoid vet warning: Println arg list ends with redundant newline Holger Obermaier 2022-01-25 10:32:08 +01:00
  • f532abdb4e Refactoring Holger Obermaier 2022-01-25 10:15:16 +01:00
  • ae6ffd4974 Refactoring Holger Obermaier 2022-01-25 09:47:24 +01:00
  • e095e4f202 Refactoring Holger Obermaier 2022-01-25 09:47:24 +01:00
  • 3d377760b8 Refactoring Holger Obermaier 2022-01-24 22:03:13 +01:00
  • be8c92676a Refactoring Holger Obermaier 2022-01-24 22:03:13 +01:00
  • 9157fdbab2 Fixed topology detection Holger Obermaier 2022-01-24 20:22:08 +01:00
  • 2026c3acd9 Fixed topology detection Holger Obermaier 2022-01-24 20:22:08 +01:00
  • 75282b0731 Update GitHub actions Holger Obermaier 2022-01-24 16:23:36 +01:00
  • 89283fa419 Move publication of metrics into Flush() for NatsSink Thomas Roehl 2022-01-24 16:11:37 +01:00
  • f0a62152fd Update GitHub actions Holger Obermaier 2022-01-24 15:55:15 +01:00
  • 7953629940 Update GitHub actions Holger Obermaier 2022-01-24 15:55:15 +01:00
  • a111389c75 Merge branch 'channels' of github.com:ClusterCockpit/cc-metric-collector into channels Thomas Roehl 2022-01-24 14:56:48 +01:00
  • fb833e95c8 Add collector for NFS clients Thomas Roehl 2022-01-24 14:54:27 +01:00
  • 5d8abc06a7 Add CPUFreqCollectorCpuinfo a metric collector to measure the current frequency of the CPUs as obtained from /proc/cpuinfo Only measure on the first hyperthread Holger Obermaier 2022-01-24 14:10:38 +01:00
  • f84f7de05c Add CPUFreqCollectorCpuinfo a metric collector to measure the current frequency of the CPUs as obtained from /proc/cpuinfo Only measure on the first hyperthread Holger Obermaier 2022-01-24 13:10:33 +01:00
  • 8d314ecb19 Add CPUFreqCollectorCpuinfo a metric collector to measure the current frequency of the CPUs as obtained from /proc/cpuinfo Only measure on the first hyperthread Holger Obermaier 2022-01-24 13:10:33 +01:00
  • 048b52736c Simplified code Holger Obermaier 2022-01-24 11:43:00 +01:00
  • bcce471b27 Simplified code Holger Obermaier 2022-01-24 11:31:45 +01:00
  • daa7c6bf99 Simplified code Holger Obermaier 2022-01-24 11:31:45 +01:00
  • a7f7422ebe Avoid staticcheck warning: unnecessary assignment to the blank identifier Holger Obermaier 2022-01-21 15:27:18 +01:00
  • 5987901005 Avoid staticcheck warning: unnecessary assignment to the blank identifier Holger Obermaier 2022-01-21 15:20:53 +01:00
  • 25b9268b24 Avoid staticcheck warning: unnecessary assignment to the blank identifier Holger Obermaier 2022-01-21 15:20:53 +01:00
  • 699f69ff59 Avoid staticcheck warning: redundant return statement Holger Obermaier 2022-01-21 15:12:14 +01:00
  • 72722eff31 Avoid staticcheck warning: redundant return statement Holger Obermaier 2022-01-21 14:35:52 +01:00
  • 5dd2af4e8f Avoid staticcheck warning: redundant return statement Holger Obermaier 2022-01-21 14:35:52 +01:00
  • 7a54a9b170 Add CPU frequency collector Holger Obermaier 2022-01-21 14:17:37 +01:00
  • 611ac0fcb0 Add CPU frequency collector Holger Obermaier 2022-01-21 09:59:57 +01:00
  • 83b784e6f0 Add CPU frequency collector Holger Obermaier 2022-01-21 09:59:57 +01:00
  • 827f5c3773 Add sample collector to README.md Holger Obermaier 2022-01-20 16:46:02 +01:00
  • 3a9ea0042c Correct go syntax in README.md Holger Obermaier 2022-01-20 16:32:10 +01:00
  • 0feb880c3b Correct go syntax in README.md Holger Obermaier 2022-01-20 16:32:10 +01:00
  • 5cbd345a1d Avoid go vet warning: struct field tag json:"..., omitempty" not compatible with reflect.StructTag.Get: suspicious space in struct tag value struct field tag json:"...", omitempty not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces Holger Obermaier 2022-01-20 13:06:38 +01:00
  • 458f6dec08 Avoid go vet warning: struct field tag json:"..., omitempty" not compatible with reflect.StructTag.Get: suspicious space in struct tag value Holger Obermaier 2022-01-20 12:38:52 +01:00
  • 5d263addde Avoid go vet warning: struct field tag json:"..., omitempty" not compatible with reflect.StructTag.Get: suspicious space in struct tag value Holger Obermaier 2022-01-20 12:38:52 +01:00
  • cc35357957 Add vet and staticcheck make targets Holger Obermaier 2022-01-20 12:13:50 +01:00
  • c23c197982 Add vet and staticcheck make targets Holger Obermaier 2022-01-20 12:13:50 +01:00
  • 8860b8d0f7 Add vet and staticcheck make targets Holger Obermaier 2022-01-20 12:13:50 +01:00
  • 4d8adc8c87 Add vet and staticcheck make targets Holger Obermaier 2022-01-20 12:09:22 +01:00
  • 59bf28f606 Add vet and staticcheck make targets Holger Obermaier 2022-01-20 12:09:22 +01:00
  • f91150f4ba Add vet and staticcheck make targets Holger Obermaier 2022-01-20 12:09:22 +01:00
  • 7902279750 Add GPFS / IBM Spectrum Scale collector Holger Obermaier 2022-01-20 09:38:16 +01:00
  • 410e35f1f7 Define source code dependencies in Makefile Holger Obermaier 2022-01-19 16:41:32 +01:00
  • dcb5b4add5 Define source code dependencies in Makefile Holger Obermaier 2022-01-19 16:41:32 +01:00
  • f229f59dd5 Define source code dependencies in Makefile Holger Obermaier 2022-01-19 16:41:32 +01:00
  • 3e211a9728 Updated to latest stable version of likwid Holger Obermaier 2022-01-19 15:55:15 +01:00
  • f17719113d Updated to latest stable version of likwid Holger Obermaier 2022-01-19 15:55:15 +01:00
  • caebca5609 Updated to latest stable version of likwid Holger Obermaier 2022-01-19 15:55:15 +01:00
  • bc7aa6ea2c Drop domain part of host name Holger Obermaier 2022-01-19 15:49:26 +01:00
  • 7b29a14e1a Drop domain part of host name Holger Obermaier 2022-01-19 15:35:12 +01:00
  • c5e90247df Drop domain part of host name Holger Obermaier 2022-01-19 15:35:12 +01:00
  • 82b10b365e Fix to work with golang 1.16 Holger Obermaier 2022-01-19 14:47:59 +01:00
  • 38cba10fb6 Fix to work with golang 1.16 Holger Obermaier 2022-01-19 14:47:59 +01:00
  • b97c588660 Add GPFS / IBM Spectrum Scale collector Holger Obermaier 2022-01-19 14:25:24 +01:00
  • a6cc914b99 Add GPFS / IBM Spectrum Scale collector Holger Obermaier 2022-01-19 14:25:24 +01:00
  • e13a9c1fdd Add IB metrics ib_recv_pkts and ib_xmit_pkts Holger Obermaier 2022-01-19 10:51:23 +01:00
  • bd831060c7 Add IB metrics ib_recv_pkts and ib_xmit_pkts Holger Obermaier 2022-01-19 10:26:38 +01:00
  • 11e40c6ee3 Add IB metrics ib_recv_pkts and ib_xmit_pkts Holger Obermaier 2022-01-19 10:15:41 +01:00
  • 1997e641d4 Use seconds when calculating LIKWID metrics Thomas Roehl 2022-01-06 15:33:32 +01:00
  • 830b7de9ea Cast collector measurement duration to seconds. Thanks to KIT Thomas Roehl 2022-01-06 15:26:51 +01:00
  • 43a8ea683d Cast collector measurement duration to seconds. Thanks to KIT Thomas Roehl 2022-01-06 15:25:51 +01:00