project caribou; streaming metrics for sonexion …...conclusion big data/iot style architecture for...

27
Project Caribou; Streaming metrics for Sonexion Craig Flaskerud

Upload: others

Post on 28-May-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Project Caribou; Streaming metrics for SonexionCraig Flaskerud

Page 2: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Legal Disclaimer

Information in this document is provided in connection with Cray Inc. products. No license, express or implied, to any intellectual property rights is granted by this document.

Cray Inc. may make changes to specifications and product descriptions at any time, without notice.

All products, dates and figures specified are preliminary based on current expectations, and are subject to change without notice.

Cray hardware and software products may contain design defects or errors known as errata, which may cause the product to deviate from published specifications. Current characterized errata are available on request.

Cray uses codenames internally to identify products that are in development and not yet publically announced for release. Customers and other third parties are not authorized by Cray Inc. to use codenames in advertising, promotion or marketing and any use of Cray Inc. internal codenames is at the sole risk of the user.

Performance tests and ratings are measured using specific systems and/or components and reflect the approximate performance of Cray Inc. products as measured by those tests. Any difference in system hardware or software design or configuration may affect actual performance.

The following are trademarks of Cray Inc. and are registered in the United States and other countries: CRAY and design, SONEXION, and URIKA. The following are trademarks of Cray Inc.: APPRENTICE2, CHAPEL, CLUSTER CONNECT, CRAYPAT, CRAYPORT, ECOPHLEX, LIBSCI, NODEKARE, REVEAL, THREADSTORM. The following system family marks, and associated model number marks, are trademarks of Cray Inc.: CS, CX, XC, XE, XK, XMT, and XT. The registered trademark LINUX is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a worldwide basis. Other trademarks used in this document are the property of their respective owners.

CUG 2017 Copyright 2017 Cray Inc. 2

Page 3: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

About Me

Cray storage architect since 2013Oracle Storage 2010-2013 – Storage & Big DataSun Microsystems 2001-2010 – Storage SystemsLSC 2000-2001 – SAM-QFS

CUG 2017 Copyright 2017 Cray Inc. 3

Page 4: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Let’s talk about Project Caribou!

CUG 2017 Copyright 2017 Cray Inc. 4

Page 5: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Why Caribou?Enable new storage administrative techniques using visual analysis of metric and event data, correlated with workload manager information

For Who?Storage administrators and Performance Analyst's to easily understand the performance of the Sonexion and it’s infrastructure. Operations Staff and be alerted when events and metric thresholds are exceeded

How ?• Data model• Data Collection • Data Integration• Data persistence management• UI and Workflows• Customization and site integration

CUG 2017 Copyright 2017 Cray Inc. 5

Page 6: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Caribou Data Model

CUG 2017 Copyright 2017 Cray Inc. 6

Page 7: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Dimensions of Caribou Data Model

Time 2017-05-08T16:44:20ZRegion RegionOneTennat_id 529612f8fbcb4332b66aab062afdff41Component lustreDevice OST000adevice_type ostHostname unknownJob_id 4058797Product snxService storagesystem_name snx11242value 29461.066666666666value_meta

CUG 2017 Copyright 2017 Cray Inc. 7

Time series names begin with cray_storage.* and cray_job.*cray_job.read_bytes_seccray_storage.write_bytes_rate

Page 8: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Database Query Example#influx --database mon --host localhost --precision rfc3339 --execute \"select * FROM /cray_job.write_bytes_sec/ \WHERE system_name='snx11242’ \AND job_id='4058797’ ” \

name: cray_job.write_bytes_sec------------------------------Time _region _tenant_id component device device_type hostname job_idproduct service

system_name value value_meta

2017-05-08T16:44:20Z RegionOne 529612f8fbcb4332b66aab062afdff41 lustre OST000a ost unknown4058797 snx storage snx11242 29461.066666666666

2017-05-08T16:44:21Z RegionOne 529612f8fbcb4332b66aab062afdff41 lustre OST0008 ost unknown4058797 snx storage snx11242 48251.2

2017-05-08T16:44:24Z RegionOne 529612f8fbcb4332b66aab062afdff41 lustre OST0000 ost unknown4058797 snx storage snx11242 98330.66666666667

2017-05-08T16:44:26Z RegionOne 529612f8fbcb4332b66aab062afdff41 lustre OST0003 ost unknown4058797 snx storage snx11242 68594.4

CUG 2017 Copyright 2017 Cray Inc. 8

Page 9: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 9

Data Collection

Page 10: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 10

InfluxDBConsumer

ThresholdConsumer

Kafka message bus

Seastream provider

SNMPprovider

Influx DB

Alerts

Lustre & Jobstats

SNXSyslog-ng

Jobeventprovider

JobIDJob Status

Syslogd

Elastic Search

UI

Infiniband provider

perfquery,ibnetdiscover

Page 11: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 11

SNMPprovider

Lustre & Jobstats

SNXSyslog-ng

JobIDJob Status

perfquery,ibnetdiscover

● Hardware SNMP Events● Syslog● IB counters & Topology● Lustre stats● Sonexion node stats● Jobstats

Page 12: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Data Integration and Transport

CUG 2017 Copyright 2017 Cray Inc. 12

Page 13: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 13

Kafka message bus

Seastream provider

Jobeventprovider

Syslogd

Infiniband provider

● Kafka● Pub/Sub topics and partitions● JSON messages● Syslog

Page 14: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Data Persistence

CUG 2017 Copyright 2017 Cray Inc. 14

Page 15: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 15

InfluxDBConsumer

ThresholdConsumer

Influx DB

Alerts

Elastic Search

● Kafka consumers● Logs in Elasticsearch● Time series in InfluxDB● Threshold engine

Page 16: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

User Interface and Workflows

CUG 2017 Copyright 2017 Cray Inc. 16

Page 17: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 17

Page 18: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 18

Page 19: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 19

Page 20: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 20

Page 21: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 21

Page 22: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Design Patternsfor

Big Data /IOT Telemetry

CUG 2017 Copyright 2017 Cray Inc. 22

Page 23: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

CUG 2017 Copyright 2017 Cray Inc. 23

InfluxDBConsumer

ThresholdConsumer

Kafka message bus

Seastream provider

SNMPprovider

Influx DB

Alerts

Lustre & Jobstats

SNXSyslog-ng

Jobeventprovider

JobIDJob

Status

Syslogd

Elastic Search

UI

Infiniband provider

perfquery,ibnetdiscover

23

Ingest

Integrate

Store / Access

Page 24: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Future Work

CUG 2017 Copyright 2017 Cray Inc. 24

Page 25: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Caribou Future

● Caribou for Datawarp● LDMS collection joined to Caribou message bus

● Diskstats● LVM● DWFS● XFS● DVS

● Lustre Client Stats?● Interconnect?

CUG 2017 Copyright 2017 Cray Inc. 25

Page 26: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Conclusion

● Big data/IOT style architecture for monitoring and metrics● Differentiator for Sonexion● Real-time streaming telemetry with customizable visualization● Horizontal scalability across components● Framework for future monitoring infrastructure

Page 27: Project Caribou; Streaming metrics for Sonexion …...Conclusion Big data/IOT style architecture for monitoring and metrics Differentiator for Sonexion Real-time streaming telemetry

Q&ACraig Flaskerud

[email protected]