wiki/Pipeline-server.md
2025-01-31 10:48:15 +01:00

3.5 KiB

Pipeline server debugging

Logs from the pipeline server are now available on Kibana.

Example query strings are:

  • "message": "name:<PIPELINE_NAME>" (for pipeline logs)
  • "message": "camera:<CAMERA_NAME>" (for camera logs)
  • "host.hostname":"sf-daqsync-XX.psi.ch" (for server logs)
  • "systemd.unit":"XXX.service" (for service logs)

Kibana Log Stream

To check the metrics of the cluster (CPU, Memory, network):
Kibana Metrics

Or a specific server directly:
Kibana Server Metrics

To monitor service availability and automatic alarm reporting (by email):
Service Uptime
Open Alerts

Dashboards to display individual pipeline metrics.
E.g., this one for PSSS:
PSSS Dashboard


Dashboards to stream individual pipeline metrics

PBPS Pipelines

PBPS Device Kibana Log Stream
SARFE10-PBPS053 SARFE10-PBPS053_proc
SAROP11-PBPS110 SAROP11-PBPS110_proc
SAROP11-PBPS122 SAROP11-PBPS122_proc

Spectrometer Pipelines

Spectrometer Device Kibana Log Stream
SATOP31-PMOS132-2D_pmos SATOP31-PMOS132-2D_pmos
SATOP21-PMOS127-2D_pmos SATOP21-PMOS127-2D_pmos
SATOP11-PSAS079_psas SATOP11-PSAS079_psas
SARFE10-PSSS059_psss SARFE10-PSSS059_psss
SARFE10-PSSS059-LB_psss SARFE10-PSSS059-LB_psss
SARFE10-PSSS059_psss_avg SARFE10-PSSS059_psss_avg

Cam Server Git Repository

For pipeline functions and code, see the PSI Cam Server repository:
Cam Server GitHub