Come for answers. Stay for best practices. All we’re missing is you.
The Streams Job Graph in Cloud Pak for Data allows you to visually monitor running Streams applications. You can observe metrics, view data flow rates, download operator logs, view live data, and more.
– Monitor tuple flow rate to see how quickly (or slowly) data is being processed:Select the operator whose metrics you want to observe, right click, Watch > Watch (upstream/downstream)
– Easily observe congestion and other flow rate issues: Streams in the graph are colour coded, as shown below:
– View live data streams:
To view a sample of the data flowing through a stream, select the stream, right-click and click View Data > Create new view.A pane showing the data on the Stream will be visible below the application graph.You can also use this pane to see a list of any views created at compile time.
– Pin system and custom metrics: If your application computes custom metrics, those are also easily accessible. For example, the application below keeps track of the current number of sensors that are reporting data and the average temperature reported by all sensors.
– Pinpoint where errors have occurred:
In addition to the above tasks, you can also
To try out the new graph in your Streams instance, go to My instances > Jobs, select the job you want to view, and click View graph.