Commit Graph

  • 6b6e28d4c7 Return error at Init for skip collectors early Thomas Roehl 2021-05-14 19:21:16 +0200
  • 9b59429a93 Add some more memory metrics to memstat collector Thomas Roehl 2021-05-12 18:09:15 +0200
  • fd6f19ea07 Add proc_total and proc_run to loadavg collector Thomas Roehl 2021-05-12 18:08:43 +0200
  • 14bc29f766 Add collector for the top5 processes in %cpu Thomas Roehl 2021-05-12 17:47:12 +0200
  • b84dc08cd6 Enable strings as field values in stdout sink Thomas Roehl 2021-05-12 17:46:16 +0200
  • e8b2bbdae1 Fix format for cpustat collector Thomas Roehl 2021-05-12 17:45:41 +0200
  • e35a9f6b86 Add Cpustat collector for /proc/stat Thomas Roehl 2021-05-12 16:57:18 +0200
  • feb9f948f8 Add section about installation and running Thomas Roehl 2021-05-12 14:46:50 +0200
  • 1d3a11016e Update README with infos for InfiniBand and Lustre collector and updates to LIKWID Makefile Thomas Roehl 2021-05-12 14:41:54 +0200
  • fc01781ce5 Update Makefile to use central LIKWID installation Thomas Roehl 2021-05-12 14:28:10 +0200
  • 47510099cf Add logfile command line option Thomas Roehl 2021-05-11 13:16:35 +0200
  • 4ee4e617b2 Read config file path from commandline Thomas Roehl 2021-05-11 12:41:29 +0200
  • 40265726ed Add nats sink to global README Thomas Roehl 2021-03-29 15:36:32 +0200
  • eab45102ea Update collectors' README Thomas Roehl 2021-03-29 15:34:32 +0200
  • 1f0c1b4e76 Update sinks' README Thomas Roehl 2021-03-29 15:33:32 +0200
  • df15fc9889 Update sinks' README Thomas Roehl 2021-03-29 15:31:18 +0200
  • aa5c05dd6a Update collectors' README Thomas Roehl 2021-03-29 15:23:55 +0200
  • a501aa20be Update collectors' README Thomas Roehl 2021-03-29 15:21:56 +0200
  • 0a70ca1f13 Add NatsSink to send data via the NATS messaging system Thomas Roehl 2021-03-29 14:14:38 +0200
  • 162f0f14d6 Fixing flops_any metric in LikwidCollector Thomas Roehl 2021-03-27 13:50:25 +0100
  • bc5d4b288e Add READMEs and Makefile to build and integrate LIKWID Thomas Roehl 2021-03-27 13:39:43 +0100
  • 5c5e8b8f2d Remove prebuild LIKWID and add Makefile that prepares LIKWID Thomas Roehl 2021-03-27 12:44:11 +0100
  • 9fabe0b9e3
    Merge pull request #2 from ClusterCockpit/dev-tom moebiusband73 2021-03-27 08:41:09 +0100
  • fe87b2c7cb Fix format of StdoutSink Thomas Roehl 2021-03-26 17:08:00 +0100
  • 913c3719a9 Add StdoutSink for debugging purposes Thomas Roehl 2021-03-26 17:03:46 +0100
  • f822f00cdc Add sink for InfluxDB (with the original InfluxDB client) Thomas Roehl 2021-03-26 16:48:09 +0100
  • e92f54b411 Some more config file checks and some comments Thomas Roehl 2021-03-26 13:08:44 +0100
  • e7d933e60f Reformat. Cosmetic changes in structure Jan Eitzinger 2021-03-26 10:19:54 +0100
  • f32ff9d006 Fixing format with gofmt Thomas Roehl 2021-03-25 17:47:08 +0100
  • e9a74a4c9c Add LustreCollector Thomas Roehl 2021-03-25 16:52:28 +0100
  • 642314c102 Add InfinibandCollector Thomas Roehl 2021-03-25 15:55:06 +0100
  • 5659607993 Add network device to metric names to NetstatCollector Thomas Roehl 2021-03-25 15:54:17 +0100
  • 0110547b68 Add load_five and load_fifteen to LoadavgCollector Thomas Roehl 2021-03-25 15:53:43 +0100
  • a08af3b050 Update configuration file Thomas Roehl 2021-03-25 14:47:44 +0100
  • 73fd59537e Add simpler collectors for load, mem_used and network Thomas Roehl 2021-03-25 14:47:35 +0100
  • a6ac0c5373 Add likwid collector Thomas Roehl 2021-03-25 14:47:10 +0100
  • 4fddcb9741 Add main with ticker Thomas Roehl 2021-03-25 14:46:25 +0100
  • 1c7aa6477b Add collectors base type Thomas Roehl 2021-03-25 14:46:21 +0100
  • da7faad595 Delete old files Thomas Roehl 2021-03-25 14:45:15 +0100
  • 6fbaf21841 Merge branch 'main' of github.com:ClusterCockpit/cc-metric-collector into main Thomas Roehl 2021-03-19 17:21:05 +0100
  • 255156cd4d Simpler version of clusterdaemon Thomas Roehl 2021-03-19 17:20:39 +0100
  • 4519632ef2 Reformat, remove x bit on memavg Collector Jan Eitzinger 2021-03-19 09:34:12 +0100
  • 9597798ebc memavg collector in Go Thomas Roehl 2021-03-18 18:01:59 +0100
  • d49fda0820 Run collectors and sink periodically Thomas Roehl 2021-03-18 17:30:42 +0100
  • 627d268d0b Line protocol wants field keys Thomas Roehl 2021-03-18 17:30:08 +0100
  • 63cdc060c7
    Merge pull request #1 from ClusterCockpit/dev-jan Thomas Gruber 2021-03-18 12:47:47 +0100
  • e0b9c9e8b2 Add example for collector Jan Eitzinger 2021-03-18 09:11:25 +0100
  • 1815825206 Reformat. Make Metrics a string array. Jan Eitzinger 2021-03-18 08:06:57 +0100
  • 24c5a80585 Script version, no time loop Thomas Roehl 2021-03-17 18:00:09 +0100
  • 79149b3c12
    Update README.md moebiusband73 2021-02-19 08:26:59 +0100
  • c4a8de939d
    Update README.md moebiusband73 2021-02-18 10:31:52 +0100
  • cbacd80992
    Update README.md moebiusband73 2021-02-17 14:51:21 +0100
  • 9efb6f4ee4
    Update README.md moebiusband73 2021-02-17 14:50:19 +0100
  • 552bf5b0e2
    Update README.md moebiusband73 2021-02-17 14:39:48 +0100
  • 6a6f8e0957
    Update README.md moebiusband73 2021-02-17 14:38:44 +0100
  • 1f03afe81b
    Update README.md moebiusband73 2021-02-17 14:34:43 +0100
  • 8e6482101b
    Update README.md moebiusband73 2021-02-17 14:33:11 +0100
  • 33f2800e01
    Update README.md moebiusband73 2021-02-17 14:32:23 +0100
  • 09b6cceb45
    Initial commit moebiusband73 2021-02-16 16:24:11 +0100