What's New in the Streams Console in IBM Streams V4.1

10
© 2015 IBM Corporation #ibmstreams IBM Streams Console 4.1 Adriana Carvajal

Transcript of What's New in the Streams Console in IBM Streams V4.1

Page 1: What's New in the Streams Console in IBM Streams V4.1

© 2015 IBM Corporation #ibmstreams

IBM Streams Console 4.1 Adriana Carvajal

Page 2: What's New in the Streams Console in IBM Streams V4.1

#ibmstreams

Streams Console users

1

Applications Administrator

Developer

System Administrator

https://developer.ibm.com/streamsdev/docs/whats-new-ibm-streams-console-4-1/

Page 3: What's New in the Streams Console in IBM Streams V4.1

#ibmstreams

Management Dashboard

2

Easy to use management tools.

•  Permissions

•  Resources tags

•  Instance Management

Overall status of the domain

•  Status Navigation Bar

•  Domain Tree

•  Monitoring pages (resource, instance, job, PE, operator and stream).

•  Log Viewer

•  Notifications view

•  Grids & visualizations

•  Properties views

System Administrator

Page 4: What's New in the Streams Console in IBM Streams V4.1

#ibmstreams

Application Dashboard

3

Customizable Dashboards

•  Create Dashboard

•  Dashboard Filter

•  Add visualizations

•  Share dashboards

Monitor Applications

•  Submit/cancel jobs

•  Performance

•  Health

•  Consistent regions

•  Operator metrics

Applications Administrator

Developer

https://developer.ibm.com/streamsdev/docs/new-application-dashboards/

Page 5: What's New in the Streams Console in IBM Streams V4.1

#ibmstreams

DEMO

4

https://developer.ibm.com/streamsdev/docs/getting-started-with-application-dashboards/

Page 6: What's New in the Streams Console in IBM Streams V4.1

#ibmstreams

Streams Console Lite

5

Fully accessible

•  Keyboard navigation

•  Use with JAWS screen reader

•  Easy to use

! Opens tree node

" Closes tree node

# Navigates to next node

$ Navigates to

previous node

tab Navigates to

next node

return Navigates to

previous node https://developer.ibm.com/streamsdev/docs/why-a-lite-console/

Applications Administrator

Developer

Page 7: What's New in the Streams Console in IBM Streams V4.1

#ibmstreams

Visualize your running applications

6

Page 8: What's New in the Streams Console in IBM Streams V4.1

#ibmstreams

Quickly detect Operator Memory leaks

7

https://developer.ibm.com/streamsdev/docs/streams-console-detecting-operator-memory-leaks/

Page 9: What's New in the Streams Console in IBM Streams V4.1

#ibmstreams

Optimization: Finding bottlenecks

8

Page 10: What's New in the Streams Console in IBM Streams V4.1

#ibmstreams

Web Management Service

9

The web management service must be running on a resource in the domain before you can use the Streams Console and REST API. •  By default, the web management service is configured when you create a

domain and runs on port 8443. •  Or you can create a domain specifying another port number

•  streamtool mkdomain --property sws.port=port-number To determine whether the web management service is running, you can run the streamtool getdomainstate After the domain starts, you can determine the console URL by using the streamtool geturl command.

•  streamtool geturl –d domain-id --console