20+ MILLION RECORDS A SECOND

Size: px
Start display at page:

Download "20+ MILLION RECORDS A SECOND"

Transcription

1 20+ MILLION RECORDS A SECOND Running Kafka with Dell EMC Isilon All Flash F800 Scale-out NAS Author: Boni Bruno, CISSP, CISM, CGEIT Chief Solutions Architect, Dell EMC Abstract This paper describes performance test results for running Kafka with Dell EMC Isilon F800 All-Flash NAS Storage. A comparison against direct attached storage is also provided.

2 Copyright August 2018 Dell Inc. or its subsidiaries. All rights reserved. Dell believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED AS-IS. DELL MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. USE, COPYING, AND DISTRIBUTION OF ANY DELL SOFTWARE DESCRIBED IN THIS PUBLICATION REQUIRES AN APPLICABLE SOFTWARE LICENSE. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other trademarks may be the property of their respective owners. EMC Corporation Hopkinton, Massachusetts In North America

3 Contents Overview... 4 Kafka Introduction... 5 Dell EMC Isilon F800 All-Flash NAS... 8 Performance Test Environment Performance Test Results Test 1 - Single producer (1 Broker), no replication, 50M records, 100 Byte record size Test 2 - Single producer (5 brokers), 3x asynchronous replication, 50M records, 100 Byte record size 13 Test 3 - Single producer (5 brokers), 3x synchronous replication, 50M records, 100 Byte record size.. 15 Test 4-5 producers, no replication, 250M records, 100 Byte record size Test 5-5 producers, 3x asynchronous replication, 250M records, 100 Byte record size Test 6 Effect of Record Size on Producer Throughput Test 7 - Single consumer, 50M records, 100 Byte record size Test 8-5 consumers, 250M records, 100 Byte record size Test 9 1 producer & 1 consumers, 50M records written, 50M records read Test 10 Stress testing Isilon F800 All-Flash Scale-out NAS Conclusions Appendix Kafka Server Properties Zookeeper Properties Producer Properties Consumer Properties NFS Client Configuration Isilon Configuration OneFS TCP Tuning Kafka End-to-End Latency Test... 39

4 Overview Kafka is a distributed, horizontally-scalable, fault-tolerant, stream processing system being used in many enterprises. Kafka is a system that lets you publish and subscribe to streams of data, it also stores and process the data. It is now a part of the Apache Software Foundation with a commercial version available through Confluent that includes Kafka software enhancements and Enterprise level of support. Kafka runs as a cluster and can scale to handle millions of records a second. This paper covers Kafka performance test results for a Kafka DAS (Direct Attached Storage) cluster using PowerEdge R730XD servers and a Kafka Isilon F800 NAS (Network Attached Storage) cluster using the same servers. As you read through this paper, you will see that Dell EMC Isilon F800 Scale-out NAS solution provides excellent performance and better storage utilization with less drives and a smaller storage foot print compared to DAS. This is great news for customers looking to simplify their Kafka cluster deployments and improve storage efficiency.

5 Kafka Introduction A Kafka cluster consists of Producers that send records to the cluster, the cluster stores these records and makes them available to Consumers. A general Kafka cluster diagram is shown below for reference. A key concept to understand with Kafka is what is known as a Topic. Producers publish their records to a specific topic and consumers can subscribe to one or more of these topics. A Kafka topic is just a partitioned write-ahead log. Producers append records to these logs and consumers simply subscribe to the changes. The records consist of a key/value pair. The key is used for assigning the records to a log partition. Below is an example of a topic with four partitions with writes being appended to the end of each partition. Partitions also provide redundancy and scalability. Each partition can be hosted on a different server allowing a single topic to be scaled horizontally to increases cluster performance. The term stream in Kafka is a single topic of data regardless of the number of partitions. Consumers work as part of a consumer group where one or more consumers work together to consume a topic. Each partition is only consumed by one member of the consumer group. Below is an example

6 of three consumers in a single group consuming a single topic. Here two consumers are working from one partition and the third consumer is working from two partitions. Consumers can scale to consume topics with large number of messages. If a single consumer fails, the remaining members of the group will rebalance the partitions being consumed to take over for the failed consumer. A single Kafka server if called a Broker. Brokers receive messages from producers, assigns offsets to them, and commits the messages to disk. Brokers also service requests from consumers. Brokers are part of the Kafka Cluster, only one broker will be elected as the cluster controller to assign partitions to brokers and detect broker failures. A partition is owned by a single broker, this broker becomes the leader of the partition. If a partition is assigned to multiple brokers, the partition will be replicated to provide better redundancy if a broker were to fail. The diagram below shows replication of partitions in Kafka.

7 Kafka allows retention policies to be configured where Kafka Brokers retain messages for some period of time or until a topic reaches a certain size in bytes. Once these limits are reached, messages are expired and deleted. Storage management gets complicated with Kafka as retention requirements increase or as the Kafka cluster itself increases in size. Centralizing storage with Dell EMC Isilon can greatly simplify storage management issues with Kafka as more space is needed, with Isilon you simply add more Isilon nodes to the backend and capacity is instantly available with no need to change any of the Kafka configuration except for maybe increasing the retention policy. The next section covers Dell EMC Isilon in more detail.

8 Dell EMC Isilon F800 All-Flash NAS Dell EMC Isilon F800 all-flash scale-out NAS storage provides up to 250,000 IOPS and 15 GB/s bandwidth per chassis. With a choice of SSD drive capacities, all-flash storage ranges from 96 TB to 924 TB per chassis making the Isilon F800 ideal for demanding storage requirements in high volume messaging systems like Kafka. In additional to all-flash high-performance scale-out hardware design of the Isilon F800, the embedded storage operating system (Isilon OneFS) provides a unifying clustered file system with built-in scalable data protection that simplifies storage management and administration. OneFS is a fully symmetric file system with no single point of failure taking advantage of clustering not just to scale performance and capacity, but also to allow for any-to-any failover and multiple levels of redundancy that go far beyond the capabilities of RAID. OneFS allows hardware to be incorporated or removed from the cluster at will and at any time, abstracting the data and applications away from the hardware. Data is given infinite longevity and the cost and pain of data migrations and hardware refreshes are eliminated. Isilon nodes OneFS works exclusively with the Isilon scale-out NAS nodes, referred to as a cluster. A single Isilon cluster consists of multiple nodes, which are rack-mountable enterprise appliances containing: memory, CPU, networking, Ethernet or low-latency InfiniBand interconnects, disk controllers and storage media. As such, each node in the distributed cluster has compute as well as storage capabilities. With the new generation of Isilon hardware ( Gen6 ), a single chassis of 4 nodes in a 4U form factor is required to create a cluster, which currently scales up to 144-nodes. Previous Isilon hardware platforms need a minimum of three nodes and 6U of rack space to form a cluster. There are several different types of nodes, all of which can be incorporated into a single cluster, where different nodes provide varying ratios of capacity to throughput or Input/Output operations per second (IOPS). Each node or chassis added to a cluster increases aggregate disk, cache, CPU, and network capacity. OneFS leverages each of the hardware building blocks, so that the whole becomes greater than the sum of the parts. The RAM is grouped together into a single coherent cache, allowing I/O on any part of the cluster to benefit from data cached anywhere. A file system journal ensures that writes are safe across power failures. Spindles and CPU are combined to increase throughput, capacity and IOPS as the cluster grows, for access to one file or for multiple files. A cluster s storage capacity can range from a minimum of 18 terabytes (TB) to a maximum of greater than 68 petabytes (PB). The maximum capacity will continue to increase as disk drives and node chassis continue to get denser. Isilon nodes are broken into several classes, or tiers, according to their functionality:

9 This paper focuses on the F800 node type for Kafka. A good alternative to the F800 is the H600 node type if storage capacity requirements are lower. Network There are two types of networks associated with a cluster: internal and external. Back-end (internal) network All intra-node communication in a cluster is performed across a dedicated backend network, comprising either 10 or 40 GbE Ethernet, or low-latency QDR InfiniBand (IB). This back-end network, which is configured with redundant switches for high availability, acts as the backplane for the cluster. This enables each node to act as a contributor in the cluster and isolating node-to-node communication to a private, high-speed, low-latency network. This back-end network utilizes Internet Protocol (IP) for node-to-node communication. Front-end (external) network Clients connect to the cluster using Ethernet connections (1GbE, 10GbE or 40GbE) that are available on all nodes. Because each node provides its own Ethernet ports, the amount of network bandwidth available to the cluster scales linearly with performance and capacity. The Isilon cluster supports standard network communication protocols to a customer network, including NFS, SMB, HTTP, FTP, HDFS, and OpenStack Swift. Additionally, OneFS provides full integration with both IPv4 and IPv6 environments. The Kafka Isilon F800 cluster tested in this paper uses NFS v3 as the network communication protocol. Complete cluster view

10 The complete cluster is combined with hardware, software, networks in the following view: File system structure The OneFS file system is based on the UNIX file system (UFS) and, hence, is a very fast distributed file system. Each cluster creates a single namespace and file system. This means that the file system is distributed across all nodes in the cluster and is accessible by clients connecting to any node in the cluster. There is no partitioning, and no need for volume creation. Because all information is shared among nodes across the internal network, data can be written to or read from any node, thus optimizing performance when multiple users or applications are concurrently reading and writing to the same set of data. For more details on Isilon and OneFS please see Isilon Technical Overview.

11 Performance Test Environment Kafka The Kafka version tested for this paper is version Kafka configuration (including zookeeper) properties are shown in the Appendix. Compute Nodes All the compute nodes are identical Dell PowerEdge R730xd servers with 40 cores, 256G RAM, 25 x 1.1 TB SAS disks (directly mounted JBOD, no RAID), and 10G NIC running CentOS Linux release (Core). Up to 12 x PowerEdge R730xd servers were used for various test scenarios that are described in detail in the Performance Test Results section of this paper. A total of 5 zookeeper servers are configured in the test environment and run on the first five Kafka servers k0, k1, k2, k3, and k4. The remaining Kafka servers are named k5 k11. Isilon F800 (NFS Mounted from each Kafka compute node) A single Isilon F800 Chassis with 60 x 1.6TB SSD drives available for Kafka-Isilon testing. The specific Isilon Model tested: Isilon F800-4U-Single-256GB-1x1GE-2x40GE SFP+-24TB SSD The Isilon OneFS release tested: OneFS v NFS configuration details are listed in the Appendix. Kafka Clusters Two Kafka clusters were tested - a DAS cluster with 300 x SAS drives vs a single 4U Isilon F800 cluster with only 60 drives. The DAS cluster strictly uses PowerEdge R730xd servers for both compute and storage, a total of 12 PowerEdge servers with 300 SAS disks were available (~ 300 TB capacity) for the DAS Kafka cluster. All the compute nodes were connected 10GbE with jumbo frames (MTU 9014) enable. The Isilon cluster uses a single 4U Isilon F800 for all Kafka storage with the PowerEdge R730xd servers used for compute only. Each Kafka server NFS mounts a corresponding kafka-logs directory from Isilon. Each server has a unique mount point. Details on the NFS setup is shown in the Appendix. Only the OS drive and an additional 1.1 TB drive was used on each PowerEdge server for the Isilon cluster. The Isilon F800 connected to the 10GigE PowerEdge environment over 40GbE ports on the core switch with jumbo frames (MTU 9000) enabled. Note: Only half the 40GbE front-end ports available on Isilon were connected due to the lack of available 40GbE ports on the core switch during testing.

12 Performance Test Results Producer Throughput Tests The producer throughput tests stress the throughput of the producer on each cluster (DAS & Isilon). No consumers are run during these tests so all messages are persisted but not read. Results below show the average of three test runs. Note: The optimum batch size is used for each cluster, this is determined by various test runs for each cluster and seeing what yields the best performance result. Test 1 - Single producer (1 Broker), no replication, 50M records, 100 Byte record size Producer Test 1 Setup: DAS: kafka-topics.sh -zookeeper k0:2181 -create -topic DASr1 -partitions 8 -replication factor 1 ISILON: kafka-topics.sh --zookeeper k0: create --topic F800r1 --partitions 8 --replication-factor 1 Producer Test 1 Commands: DAS: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic DASr1 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size=8196 ISILON: bin/kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic rep1 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size= DAS Producer Throughput Result: 50,000,000 records sent, 1,231,861 records/sec (117 MB/sec) 25ms average latency, 42ms 95 th percentile latency ISILON Producer Throughput Result: 50,000,000 records sent, 1,401,424 records/sec (134 MB/sec)

13 7ms average latency, 7ms 95 th percentile latency Test 2 - Single producer (5 brokers), 3x asynchronous replication, 50M records, 100 Byte record size Test 2 is exactly the same as the previous one except that now each partition has three replicas (so the total data written to cluster is three times greater). Each server is doing both writes from the producer for the partitions for which it is a master, as well as fetching and writing data for the partitions for which it is a follower. Replication in this test is asynchronous. That is, the server acknowledges the write as soon as it has written it to its local log without waiting for the other replicas to also acknowledge it. This means, if the master were to crash, it would likely lose the last few messages that had been written but not yet replicated. This makes the message acknowledgement latency a little better at the cost of some risk in the case of server failure. When using a JBOD configuration on DAS, replication is important to increase redundancy, however the total cluster write capacity is 3x less with 3x replication (since each write is done three times). Isilon uses erasure coding to increase redundancy and improve storage efficiency (near 80% efficiency). Also, the Isilon high-speed interconnect provides data accessibility across all nodes, even when there is a node failure on Isilon, data can be retrieved from the remaining nodes without any re-elections on Kafka. Producer Test 2 Setup: DAS: kafka-topics.sh -zookeeper k0:2181,k1:2181,k2:2181,k3:2181,k4:2181 -create -topic DASr3 -partitions 8 -replication factor 3 ISILON: kafka-topics.sh --zookeeper k0:2181,k1:2181,k2:2181,k3:2181,k4: create --topic F800r3 --partitions 8 --replication-factor 3

14 Producer Test 2 Commands: DAS: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic DASr3 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size=8196 ISILON: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic F800r3 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size= DAS Producer Throughput Result: 50,000,000 records sent, 1,217,777 records/sec (116 MB/sec) 40ms average latency, 62ms 95 th percentile latency ISILON Producer Throughput Result: 50,000,000 records sent, 1,224,380 records/sec (117 MB/sec) 17ms average latency, 27ms 95 th percentile latency Asynchronous replication (acks=1) does decrease throughput, increases latency, and uses up more storage space. When using Isilon, 3x data replication is not needed based on the redundancy and efficiency built into Isilon/OneFS, but it is recommended for DAS Kafka cluster deployments. For Isilon, a replication of 1 is fine and will offer the best throughput and storage efficiency, use a replication of 2 to provide better Kafka server fault tolerance if Kafka compute node failure is a concern when deploying Kafka with Isilon.

15 Test 3 - Single producer (5 brokers), 3x synchronous replication, 50M records, 100 Byte record size Test 3 is the same as Test 2 except that now the master for a partition waits for acknowledgement from the full set of in-sync replicas before acknowledging back to the producer. With synchronous replication, Kafka ensures that messages will not be lost as long as one in-sync replica remains. Synchronous replication (acks = -1) in Kafka is not fundamentally very different from asynchronous replication. The leader for a partition always tracks the progress of the follower replicas, Kafka will not send out messages to consumers until they are fully acknowledged by replicas. With synchronous replication Kafka waits to respond to the producer request until the followers have replicated it. Producer Test 3 Commands: DAS: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic DASr3 --num-records throughput -1 --record-size producer-props acks=-1 bootstrap.servers=k0:9092 buffer.memory= batch.size=8196 ISILON: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic F800r3 --num-records throughput -1 --record-size producer-props acks=-1 bootstrap.servers=k0:9092 buffer.memory= batch.size= DAS Producer Throughput Result: 50,000,000 records sent, 269,879 records/sec (26 MB/sec) 2096ms average latency, 6850ms 95 th percentile latency ISILON Producer Throughput Result: 50,000,000 records sent, 1,046,703records/sec (100 MB/sec) 33ms average latency, 43ms 95 th percentile latency Synchronous replication (acks = -1) does decrease throughput significantly and also introduces significant latency on the DAS cluster. In all three single producer test cases, the throughput and latency results were better with the Isilon NAS cluster even though Isilon had less disks.

16 Test 4-5 producers, no replication, 250M records, 100 Byte record size Test 4 is the same as Test1 except now we have increase the number of producers to 5 and the generated record load to 250M records for each DAS and Isilon NAS Kafka cluster. Producer Test 4 Setup: DAS: kafka-topics.sh -zookeeper k0:2181,k1:2181,k2:2181,k3:2181,k4:2181 -create -topic 5DASr1 -partitions 8 -replication factor 1 ISILON: kafka-topics.sh --zookeeper k0:2181,k1:2181,k2:2181,k3:2181,k4: create --topic 5F800r1 -- partitions 8 --replication-factor 1 Producer Test 4 Commands: Note: The commands are run simultaneously on each of the 5 Kafka producer servers (k0-k5), the only change to each command is with the bootstrap.servers parameter, the local producer is referenced with each command, i.e. server k0 used bootstrap.servers k0, k1 uses k1, etc. This has nothing to do with where partitions are written to, this just tells Kafka where to pull the bootstrap information from. DAS: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic 5DASr1 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size=8196 ISILON: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic 5F800r1 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size= DAS Producer Throughput Result: 250,000,000 records sent, 4,428,438 records/sec (422 MB/sec) 592ms average latency, 2502ms 95 th percentile latency ISILON Producer Throughput Result: 250,000,000 records sent, 5,045,512 records/sec (481 MB/sec) 105ms average latency, 400ms 95 th percentile latency Note: The records/sec and MB/sec results shown represent the aggregate sum across the 5 producers. The latency results shown are from the slowest producer in the.

17 Test 5-5 producers, 3x asynchronous replication, 250M records, 100 Byte record size Test 5 is the same as Test4 except now 3x asynchronous data replication is configured. This is not a needed (definitely not recommended) configuration for Isilon. This configuration only makes sense when using a Kafka DAS cluster. Isilon provides much better data redundancy than DAS, however Isilon does not provide protection against a Kafka broker failure. Use 2x asynchronous replication to protect against Kafka broker failures when using Kafka with Isilon, otherwise stick to a replication factor of 1 when using Isilon with Kafka to ensure optimum performance and storage efficiency. Producer Test 5 Setup: DAS: kafka-topics.sh -zookeeper k0:2181,k1:2181,k2:2181,k3:2181,k4:2181 -create -topic 5DASr3 -partitions 8 -replication factor 3 ISILON: kafka-topics.sh --zookeeper k0:2181,k1:2181,k2:2181,k3:2181,k4: create --topic 5F800r3 -- partitions 8 --replication-factor 3 Producer Test 5 Commands: DAS: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic 5DASr3 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size=8196 ISILON: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic 5F800r5 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size= DAS Producer Throughput Result: 250,000,000 records sent, 5,729,978 records/sec (546 MB/sec) 98ms average latency, 590ms 95 th percentile latency ISILON Producer Throughput Result: 250,000,000 records sent, 3,838,539 records/sec (367 MB/sec) 186ms average latency, 1,081ms 95 th percentile latency

18 As expected, 3x asynchronous replication increases latency on both clusters. A 3x replication factor configuration with Isilon will put both the original data and replicated data all on Isilon since each Kafka server is NFS mounting the associated kafka-logs directory from Isilon (see NFS configuration in Appendix for details). This configuration unnecessarily adds a lot of network traffic and I/O requests to the Isilon cluster which should be avoided. Alternatively, the DAS cluster only replicates data to a select number of servers. Isilon does not need this amount of replication to provide data redundancy. Stick to replication factor of 1 or at most a replication factor of 2 when using Isilon NAS with Kafka.

19 Records/sec Test 6 Effect of Record Size on Producer Throughput So far all producer tests have used a small record size of 100 Bytes, this is not representative of most production deployments of Kafka, but is a good size to use for stress testing purposes. To get a better idea of individual producer throughput performance, different record sizes from 10 Bytes to 100,000 Bytes were tested to see the effect on producer throughput. Note: Producer throughput can be measured in two ways number of records processed per second or the byte throughput per second (MB/sec). Both results are shown below for reference Impact of Record Size on Throughput (Records/sec) DAS F Record Size (Bytes)

20 MB/sec Impact of Record Size on Throughput (MB/sec) Record Size (Bytes) DAS F800 The graphs above show that the number of records Kafka can send per second decreases as the records get larger is size. If we look at MB/second results, the total byte throughput increases as messages get bigger. It is important to understand the typical record size in your environment so you can size your Kafka cluster accordingly to meet your throughput requirements. The results shown above are specific to using PowerEdge R730XD servers with the stated specifications, different compute specifications will have different throughput results. Test your specific compute model to get a good understanding of the Kafka throughput capabilities for your particular compute nodes.

21 Consumer Throughput Tests So far only producer testing has been conducted, producer tests provide insights on the write capabilities of Kafka. As shown in the Kafka producer tests above, both the DAS and Isilon clusters can write over 5M records a second with only 5 producers. A key value proposition to note so far is that Isilon is providing very good performance with less spindles, less power, and a smaller storage foot print. The 5 producers tested ran on 2U PowerEdge R730xd servers with 25 drives each, thus the 5 node producer DAS Kafka cluster tested has a total of 125 disks and takes 10U of rack space. Adhering to Kafka best practices for DAS clusters and using a replication factor of 3, the approximate useable storage for the DAS cluster is only 42 TB (125 TB / 3). On the other hand, Isilon offers similar performance with half the number of disk drives and uses only 4U of rack space and provides over 80 TB of usable storage! This is great news for Kafka administrators and organizations looking to reduce the foot print of their Kafka clusters without sacrificing performance. Now let s look at the read capabilities of Kafka by running various consumer throughput tests against both DAS and Isilon NAS Kafka clusters. Note that the replication factor will not affect the outcome of the consumer tests as the consumer only reads from one replica regardless of the replication factor. Likewise, the acknowledgement level of the producer also doesn't matter as the consumer only ever reads fully acknowledged messages. Test 7 - Single consumer, 50M records, 100 Byte record size Consumer Test 7 commands: DAS: kafka-consumer-perf-test.sh --zookeeper k0: messages topic DASr3 --threads 1 ISILON: kafka-consumer-perf-test.sh --zookeeper k0: messages topic F800r3 --threads 1 DAS Consumer Throughput Result: 50,000,000 records read, 1,763,544 records/sec (168 MB/sec) ISILON Consumer Throughput Result: 50,000,000 records read, 1,795,139 records/sec (171 MB/sec)

22 Test 8-5 consumers, 250M records, 100 Byte record size Consumer Test 8 commands: (Executed on 5 Kafka consumers simultaneously) DAS: kafka-consumer-perf-test.sh --zookeeper k0: messages topic 5DASr3 --threads 1 ISILON: kafka-consumer-perf-test.sh --zookeeper k0: messages topic 5F800r3 --threads 1 DAS Consumer Throughput Result: 50,000,000 records read, 8,428,965 records/sec (803 MB/sec) ISILON Consumer Throughput Result: 50,000,000 records read, 8,743,123 records/sec (834 MB/sec)

23 Test 9 1 producer & 1 consumers, 50M records written, 50M records read The performance tests conducted thus far covered just the Kafka producers and the Kafka consumers running in isolation. A typical deployment of Kafka runs the producer and consumer together. Technically, the performance tests above have been running both the producer and consumers together as Kafka replication works by using the servers themselves as consumers. For this test one producer and one consumer is run against an eight partition 3x replicated topic that begins empty. The producer is using async replication. The throughput reported is the consumer throughput. Test 9 setup commands: DAS: kafka-topics.sh --zookeeper=k0:2181,k1:2181,k2:2181,k3:2181,k4: create --partitions 8 -- replication-factor 3 --topic r3dasnew ISILON: kafka-topics.sh --zookeeper=k0:2181,k1:2181,k2:2181,k3:2181,k4: create --partitions 8 -- replication-factor 3 --topic r3f800new Test 9 test commands: DAS Producer: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic r3dasnew --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k1:9092 buffer.memory= batch.size=8196 DAS Consumer: kafka-consumer-perf-test.sh --zookeeper k0: messages topic r3dasnew --threads 1 ISILON Producer: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic r3f800new --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k1:9092 buffer.memory= batch.size= ISILON Consumer: kafka-consumer-perf-test.sh --zookeeper k0: messages topic r3f800new --threads 1 DAS Consumer Throughput Result: 50,000,000 records read, 1,623,640 records/sec (155 MB/sec) ISILON Consumer Throughput Result: 50,000,000 records read, 1,745,932 records/sec (166 MB/sec)

24 Test 10 Stress testing Isilon F800 All-Flash Scale-out NAS A single Isilon F800, as tested in this paper, only comes with 4 nodes. Isilon normally recommends having one Isilon node for each compute node in a high performance distributed cluster. The previous results already show that the Isilon F800 can easily handle a 5 node Kafka cluster. This test will increase the compute count to 12 nodes to see how well a 4-node F800 Isilon cluster can support 12 Kafka servers simultaneously generating 50M records then consuming 50M records from the same Kafka Topic. This equates to generating and consuming 600M records in total with just a single Isilon F800 chassis that has 4 nodes and 60 drives. Furthermore, three different record sizes will be tested, 10 Bytes, 100 Bytes, and 512 Bytes. Test 10 Setup: kafka-topics.sh --create --zookeeper=k0:2181,k1:2181,k2:2181,k3:2181,k4: topic 12nodes10 -- partitions 8 --replication-factor 1 kafka-topics.sh --create --zookeeper=k0:2181,k1:2181,k2:2181,k3:2181,k4: topic 12nodes partitions 8 --replication-factor 1 kafka-topics.sh --create --zookeeper=k0:2181,k1:2181,k2:2181,k3:2181,k4: topic 12nodes partitions 8 --replication-factor 1 Test 10 commands: (Executed on 12 Kafka server nodes simultaneously) Producer commands: 10 Byte Test: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic 12nodes100 --num-records throughput -1 --record-size 10 --producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size= Byte Test: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic 12nodes100 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size= Byte Test: kafka-run-class.sh org.apache.kafka.tools.producerperformance --topic 12nodes100 --num-records throughput -1 --record-size producer-props acks=1 bootstrap.servers=k0:9092 buffer.memory= batch.size= Consumer commands: 10 Byte Test: kafka-consumer-perf-test.sh --zookeeper k0: messages topic 12nodes10 --threads Byte Test: kafka-consumer-perf-test.sh --zookeeper k0: messages topic 12nodes100 --threads Byte Test: kafka-consumer-perf-test.sh --zookeeper k0: messages topic 12nodes512 --threads 1

25 Test 10 Results: Producer results: ISILON 10B Throughput Result: 600,000,000 records, 17,719,448 records/sec (168 MB/sec) ISILON 100B Throughput Result: 600,000,000 records, 12,161,606 records/sec (1,158 MB/sec) ISILON 512B Throughput Result: 600,000,000 records, 4,335,062 records/sec (2,115 MB/sec) Consumer results: ISILON 10B Throughput Result: 600,000,000 records read, 19,141,011 records/sec (1,825 MB/sec) ISILON 100B Throughput Result: 600,000,000 records read, 20,030,055 records/sec (1,911 MB/sec) ISILON 512B Throughput Result: 600,000,000 records read, 10,607,182 records/sec (5,179 MB/sec) A single Isilon F800 performed very well under high load. The Kafka results show that producers can write over 17+ million records a second and consumers can read over 20+ million records a second with a single F800 Isilon chassis. All the performance results shown thus far are directly from Kafka. We can also get stats directly from Isilon while under load to see the utilization of the individual Isilon nodes, network throughput rates, disk throughput rates, cpu utilization, active number of clients, etc. Below are Isilon specific performance reporting charts during the 10 Byte, 100 Byte, and 512 Byte tests with 12 Kafka servers.

26 Isilon Performance Report during 10 Byte Record Size Test Isilon Performance Report during 100 Byte Record Size

27 Isilon Performance Report during 512 Byte Record Size You can see from the Isilon performance reports above the all four nodes show even load distribution for network and disk throughput rates. Load balancing network connections and disk I/O is a key value proposition Isilon provides and it s automatic. All the Kafka nodes just NFS mount Isilon by its FQDN (fully qualified domain name) and OneFS transparently handles all the load balancing for you. Also note that the CPU utilization stayed low during all test runs. This means the F800 has resources to spare while the stress test was running, this is a testament to the engineering work that went into the product. Conclusions This paper shows that a single Isilon F800 performed very well under high load with Kafka. The Kafka results show that producers can write over 17+ million records a second and consumers can read over 20+ million records a second using a single Isilon F800 NAS system. During all performance tests, the CPU utilization across the entire Isilon cluster stayed very low. The Isilon F800 Scale-out NAS storage system performed just as well as a Kafka DAS (direct attached storage) cluster that had 5x the number of disks. The embedded erasure code design with Isilon OneFS also provides much better storage efficiency and data protection than Kafka DAS clusters that use a 3x replication factor. This allows Kafka administrations to safely lower the Kafka replication factor and increase storage capacity and efficiency with ease when using Isilon.

28 Appendix

29 Kafka Server Properties Below is the running server property configuration file used for this paper, the only difference between the Kafka DAS configuration and the Kafka Isilon configuration is what is highlighted below, everything else is the same on both clusters. broker.id=0 listeners=plaintext://k0:9092 num.network.threads=24 num.io.threads=8 socket.send.buffer.bytes= socket.receive.buffer.bytes= socket.request.max.bytes= # Just a single Isilon NFS mount needed with the Isilon config log.dirs=/mnt/k0/kafka-logs # Kafka DAS config has all direct attached disk drives (24) used, the remaining drive is for OS. log.dirs=/data1/kafka/kafka-logs,/data2/kafka/kafka-logs,/data3/kafka/kafka-logs,/data4/kafka/kafkalogs,/data5/kafka/kafka-logs,/data6/kafka/kafka-logs,/data7/kafka/kafka-logs,/data8/kafka/kafkalogs,/data9/kafka/kafka-logs,/data10/kafka/kafka-logs,/data11/kafka/kafka-logs,/data12/kafka/kafkalogs,/data13/kafka/kafka-logs,/data14/kafka/kafka-logs,/data15/kafka/kafka-logs,/data16/kafka/kafkalogs,/data17/kafka/kafka-logs,/data18/kafka/kafka-logs,/data19/kafka/kafka-logs,/data21/kafka/kafka-logs,/data21/kafka/kafka-logs,/data22/kafka/kafka-logs,/data23/kafka/kafka-logs,/data24/kafka/kafka-logs num.partitions=8 num.recovery.threads.per.data.dir=1 offsets.topic.replication.factor=1 transaction.state.log.replication.factor=1 transaction.state.log.min.isr=1 log.retention.hours=168 log.segment.bytes= log.retention.check.interval.ms= zookeeper.connect=k0:2181,k1:2181,k2:2181,k3:2181,k4:2181 zookeeper.connection.timeout.ms=6000 group.initial.rebalance.delay.ms=0 delete.topic.enable=true

30 Zookeeper Properties Below is the zookeeper properties file used for both Kafka DAS and Kafka Isilon clusters. clientport=2181 maxclientcnxns=0 server.0=k0:2888:3888 server.1=k1:2888:3888 server.2=k2:2888:3888 server.3=k3:2888:3888 server.4=k4:2888:3888 initlimit=5 synclimit=2 Producer Properties bootstrap.servers=k0:9092,k1:9092,k2:9092,k3:9092,k4:9092 compression.type=lz4 Consumer Properties bootstrap.servers=k0:9092,k1:9092,k2:9092,k3:9092,k4:9092 group.id=test-consumer-group

31 NFS Client Configuration The Kafka Isilon cluster uses NFS to mount the remote Isilon OneFS file system. Using NFS centralizes all the Kafka data on Isilon, this provides Kafka administrators an easy way to immediately increase storage capacity on the fly by simply adding more Isilon nodes. No need to add servers or modify any of the Kafka configuration, as soon as new Isilon nodes are added to the Isilon cluster, the Kafka cluster will immediately see an increase in storage capacity and performance. Since NFS is being use as the protocol to network the Kafka servers to Isilon, it s important to optimize the NFS client settings to obtain the performance detailed in this paper. Below are the NFS mount options used in /etc/fstab on each Kafka server for the Kafka Isilon cluster. Note: The mount options are the same on each Kafka server, the only difference on each server is the mount point itself. The below example is the configuration for Kafka server k0 only, which mounts /ifs/k0 from Isilon. Kafka server k1 mounts /ifs/k1 from Isilon and so on. Each Kafka server needs its own unique NFS export from Isilon/OneFS. The Isilon configuration is describe in detail in the next section for reference. A single export on Isilon could have been used as well, in this case, each Kafka server would just mount a different sub directory. Example Kafka Server K0 NFS Client Configuration: /etc/fstab isilon.example.com:/ifs/k0 /mnt/k0 nfs nolock, noacl, nocto, noatime, async, nodiratime, nfsvers=3, tcp, rw, hard, intr, timeo=600, retrans=2, rsize=524288, wsize= The isilon.example.com entry in /etc/fstab above corresponds to the OneFS SmartConnect Zone Name. SmartConnect is what provides load balancing via DNS, so you must delegate this zone name to Isilon on your DNS server to ensure a proper load balancing configuration for Kafka. See the SmartConnect Whitepaper for further information. A breakdown of what the NFS mount options above do are described below for reference. These settings increase NFS performance.

32 async mode allows Isilon to reply to the NFS client as soon as it has processed the I/O request and sent it to the local filesystem. nfsvers=3 specifies NFS version 3 to be used. noacl disables Access Control List (ACL) processing. noatime option specifies that inode access times are not updated on the filesystem. nocto option suppresses the retrieval of new attributes when creating a file. nodiratime option specifies that the directory inode is not updated on the filesystem when it is accessed. nolock option prevents the exchange of file lock information between the NFS server and this NFS client. retrans specifies the number of tries the NFS client will make to retransmit the packet. rsize and wsize options specify the number of bytes per NFS read and write request. rw option mounts the remote NFS file system in read/write mode. tcp option specify NFS over TCP instead of UDP. timeo option is the amount of time the NFS client waits on the NFS server before retransmitting a packet.

33 Isilon Configuration The following features were configured on the Isilon cluster. The Smart features shown below are product differentiators that significantly enhance data storage performance and resiliency. Enable SmartPools settings across all Isilon nodes Enable SmartConnect to provide automatic client connection load balancing and failover capabilities Enable SmartCache for write performance and Streaming Access for Data Access Optimization Use optimization for streaming data access pattern Use a 40 Gb/s external network ports for NFS connections and internal 40 Gb/s ports for data interconnect network Increase network MTU to 9000 (Jumbo Frames) for both internal and external networks The SmartCache and Streaming Access optimizations are easily enabled in the Isilon OneFS GUI through a File Pool Policy tab. The Kafka Isilon cluster screen-shot is shown below for reference.

34 The Storage Pool is created on the SmartPools tab, this allows you to specify the Isilon nodes and protection settings. Below is a screen-shot of the storage pool configured for the Kafka Isilon cluster. The internal and external network configuration is set in the network configuration tab, here you specify MTU size, IP info, and DNS server info.

35 The SmartConnect info is configured within the pool properties, in the Kafka Isilon cluster, the pool name is pool0 and the SmartConnect info (IP and DNS info blacked-out) is shown in the screen-shot below: Note: Isilon provides 2 x 40 GbE front-end and 2 x 40GbE back-end ports with each node, the Kafka Isilon cluster was only configured with one 40 GbE front-end port on each node during performance testing. With production deployments, use both front-end 40 GbE ports. Lastly, the NFS exports are configured for each Kafka server, namely /ifs/k0 to /ifs/k11 as shown below:

36 The export settings for NFS v 3 are in the Global Settings tab:

37 OneFS TCP Tuning The default TCP stack of OneFS needs some tuning for Kafka and 40GbE connectivity. The tuning needs to be done within the CLI directly on Isilon. A tcptune.sh script is available at Github. Simply run sh./tcptune.sh Max to make the changes, an example script run is shown below: Before changes: isilon# sh./tcptune.sh Max Tuning TCP stack to Max TCP sysctls before... kern.ipc.maxsockbuf= net.inet.tcp.sendbuf_max= net.inet.tcp.recvbuf_max= net.inet.tcp.sendbuf_inc=8192 net.inet.tcp.recvbuf_inc=16384 net.inet.tcp.sendspace= net.inet.tcp.recvspace= efs.bam.coalescer.insert_hwm= efs.bam.coalescer.insert_lwm= After Changes: Apply tuning... Value set successfully Value set successfully Value set successfully Value set successfully Value set successfully Value set successfully Value set successfully Value set successfully TCP sysctls after... kern.ipc.maxsockbuf= net.inet.tcp.sendbuf_max=

38 net.inet.tcp.recvbuf_max= net.inet.tcp.sendbuf_inc=16384 net.inet.tcp.recvbuf_inc=32768 net.inet.tcp.sendspace= net.inet.tcp.recvspace= efs.bam.coalescer.insert_hwm= efs.bam.coalescer.insert_lwm= net.inet.tcp.mssdflt=8948 That s basically it for the Isilon configuration. With Dell EMC Isilon Scale-out NAS, you can now deploy your own Kafka cluster and centrally store all your data while supporting millions of Kafka write and read operations a second.

39 Kafka End-to-End Latency Test Latency information is provided in the results of some of the tests runs, however the Kafka results were not end-to-end latency results. Kafka provides a latency tool to test end-to-end latency between Kafka Producer and Kafka Consumer. Below are the results of the end-to-end latency test for a single Producer and single Consumer for both Kafka DAS and Kafka Isilon cluster. The 99.9 th percentile latency is better with Isilon F800. This tool does not provide throughput information. The test is for a 100 byte record size and 5000 records. DAS bin/kafka-run-class.sh kafka.tools.endtoendlatency k0:9092 DAS-latency 5000 all Avg latency: ms Percentiles: 50th = 1, 99th = 36, 99.9th = 50 F800 bin/kafka-run-class.sh kafka.tools.endtoendlatency k0:9092 F800-latency 5000 all Avg latency: ms Percentiles: 50th = 2, 99th = 36, 99.9th = 41

Surveillance Dell EMC Isilon Storage with Video Management Systems

Surveillance Dell EMC Isilon Storage with Video Management Systems Surveillance Dell EMC Isilon Storage with Video Management Systems Configuration Best Practices Guide H14823 REV 2.0 Copyright 2016-2018 Dell Inc. or its subsidiaries. All rights reserved. Published April

More information

Surveillance Dell EMC Storage with Synectics Digital Recording System

Surveillance Dell EMC Storage with Synectics Digital Recording System Surveillance Dell EMC Storage with Synectics Digital Recording System Configuration Guide H15108 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2016 Dell

More information

Surveillance Dell EMC Isilon Storage with Video Management Systems

Surveillance Dell EMC Isilon Storage with Video Management Systems Surveillance Dell EMC Isilon Storage with Video Management Systems Configuration Guide H14823 REV 1.1 Copyright 2016-2017 EMC Corporation All rights reserved. Published April 2017 Dell believes the information

More information

Surveillance Dell EMC Storage with Aimetis Symphony

Surveillance Dell EMC Storage with Aimetis Symphony Surveillance Dell EMC Storage with Aimetis Symphony Configuration Guide H13960 REV 3.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published August 2016 Dell believes the information

More information

EMC ISILON X-SERIES. Specifications. EMC Isilon X200. EMC Isilon X400. EMC Isilon X410 ARCHITECTURE

EMC ISILON X-SERIES. Specifications. EMC Isilon X200. EMC Isilon X400. EMC Isilon X410 ARCHITECTURE EMC ISILON X-SERIES EMC Isilon X200 EMC Isilon X400 The EMC Isilon X-Series, powered by the OneFS operating system, uses a highly versatile yet simple scale-out storage architecture to speed access to

More information

DELL EMC ISILON F800 AND H600 I/O PERFORMANCE

DELL EMC ISILON F800 AND H600 I/O PERFORMANCE DELL EMC ISILON F800 AND H600 I/O PERFORMANCE ABSTRACT This white paper provides F800 and H600 performance data. It is intended for performance-minded administrators of large compute clusters that access

More information

Surveillance Dell EMC Storage with LENSEC Perspective VMS

Surveillance Dell EMC Storage with LENSEC Perspective VMS Surveillance Dell EMC Storage with LENSEC Perspective VMS Configuration Guide H14767 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published March 2016 Dell believes the

More information

EMC ISILON X-SERIES. Specifications. EMC Isilon X210. EMC Isilon X410 ARCHITECTURE

EMC ISILON X-SERIES. Specifications. EMC Isilon X210. EMC Isilon X410 ARCHITECTURE EMC ISILON X-SERIES EMC Isilon X210 The EMC Isilon X-Series, powered by the OneFS operating system, uses a highly versatile yet simple scale-out storage architecture to speed access to massive amounts

More information

ISILON X-SERIES. Isilon X210. Isilon X410 ARCHITECTURE SPECIFICATION SHEET Dell Inc. or its subsidiaries.

ISILON X-SERIES. Isilon X210. Isilon X410 ARCHITECTURE SPECIFICATION SHEET Dell Inc. or its subsidiaries. SPECIFICATION SHEET Isilon X410 Isilon X210 ISILON X-SERIES The Dell EMC Isilon X-Series, powered by the Isilon OneFS operating system, uses a highly versatile yet simple scale-out storage architecture

More information

Isilon Scale Out NAS. Morten Petersen, Senior Systems Engineer, Isilon Division

Isilon Scale Out NAS. Morten Petersen, Senior Systems Engineer, Isilon Division Isilon Scale Out NAS Morten Petersen, Senior Systems Engineer, Isilon Division 1 Agenda Architecture Overview Next Generation Hardware Performance Caching Performance SMB 3 - MultiChannel 2 OneFS Architecture

More information

Isilon Performance. Name

Isilon Performance. Name 1 Isilon Performance Name 2 Agenda Architecture Overview Next Generation Hardware Performance Caching Performance Streaming Reads Performance Tuning OneFS Architecture Overview Copyright 2014 EMC Corporation.

More information

Surveillance Dell EMC Storage with Milestone XProtect Corporate

Surveillance Dell EMC Storage with Milestone XProtect Corporate Surveillance Dell EMC Storage with Milestone XProtect Corporate Reference Architecture H13496 REV 1.2 Copyright 2014-2017 Dell Inc. or its subsidiaries. All rights reserved. Published February 2015 Dell

More information

EMC ISILON S-SERIES. Specifications. EMC Isilon S200. EMC Isilon S210 ARCHITECTURE

EMC ISILON S-SERIES. Specifications. EMC Isilon S200. EMC Isilon S210 ARCHITECTURE EMC ISILON S-SERIES EMC Isilon S200 EMC Isilon S210 The EMC Isilon S-Series, powered by the OneFS operating system, uses a highly versatile yet simple scale-out storage architecture to speed access to

More information

Dell EMC Storage with Milestone XProtect Corporate

Dell EMC Storage with Milestone XProtect Corporate Dell EMC Storage with Milestone XProtect Corporate Surveillance June 2018 H14501.4 Configuration Guide Abstract This configuration guide provides the storage-specific configuration requirements and Milestone

More information

Surveillance Dell EMC Storage with Milestone XProtect Corporate

Surveillance Dell EMC Storage with Milestone XProtect Corporate Surveillance Dell EMC Storage with Milestone XProtect Corporate Sizing Guide H14502 REV 1.5 Copyright 2014-2018 Dell Inc. or its subsidiaries. All rights reserved. Published January 2018 Dell believes

More information

ADVISORY REGARDING SAS GRID MANAGER WITH ISILON

ADVISORY REGARDING SAS GRID MANAGER WITH ISILON ADVISORY REGARDING SAS GRID MANAGER WITH ISILON ABSTRACT This document outlines the best practices regarding SAS Grid Manager with Isilon Storage March 1, 2018 1 Copyright 2018 Dell EMC Corporation. All

More information

Surveillance Dell EMC Storage with Verint Nextiva

Surveillance Dell EMC Storage with Verint Nextiva Surveillance Dell EMC Storage with Verint Nextiva Sizing Guide H14897 REV 1.3 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published September 2017 Dell believes the information

More information

Dell EMC Isilon All-Flash

Dell EMC Isilon All-Flash Enterprise Strategy Group Getting to the bigger truth. ESG Lab Validation Dell EMC Isilon All-Flash Scale-out All-flash Storage for Demanding Unstructured Data Workloads By Tony Palmer, Senior Lab Analyst

More information

IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage

IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage Silverton Consulting, Inc. StorInt Briefing 2017 SILVERTON CONSULTING, INC. ALL RIGHTS RESERVED Page 2 Introduction Unstructured data has

More information

Isilon OneFS and IsilonSD Edge. Technical Specifications Guide

Isilon OneFS and IsilonSD Edge. Technical Specifications Guide Isilon OneFS and IsilonSD Edge Version 8.1.0 Technical Specifications Guide May 2017 This section contains the following topics: About this guide...2 IsilonSD Edge requirements... 2 Isilon scale-out NAS

More information

SAP HANA TDI on Dell EMC Isilon All-Flash Scale-Out NAS

SAP HANA TDI on Dell EMC Isilon All-Flash Scale-Out NAS SAP HANA TDI on Dell EMC Isilon All-Flash Scale-Out NAS Best Practices for Isilon F800 Storage Configuration December 2018 H17525 Abstract This validation guide describes storage configuration best practices

More information

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights IBM Spectrum NAS Easy-to-manage software-defined file storage for the enterprise Highlights Reduce capital expenditures with storage software on commodity servers Improve efficiency by consolidating all

More information

Dell EMC CIFS-ECS Tool

Dell EMC CIFS-ECS Tool Dell EMC CIFS-ECS Tool Architecture Overview, Performance and Best Practices March 2018 A Dell EMC Technical Whitepaper Revisions Date May 2016 September 2016 Description Initial release Renaming of tool

More information

DATA PROTECTION IN A ROBO ENVIRONMENT

DATA PROTECTION IN A ROBO ENVIRONMENT Reference Architecture DATA PROTECTION IN A ROBO ENVIRONMENT EMC VNX Series EMC VNXe Series EMC Solutions Group April 2012 Copyright 2012 EMC Corporation. All Rights Reserved. EMC believes the information

More information

THE EMC ISILON STORY. Big Data In The Enterprise. Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon.

THE EMC ISILON STORY. Big Data In The Enterprise. Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon. THE EMC ISILON STORY Big Data In The Enterprise Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon August, 2012 1 Big Data In The Enterprise Isilon Overview Isilon Technology

More information

Surveillance Dell EMC Storage with Synectics Digital Recording System

Surveillance Dell EMC Storage with Synectics Digital Recording System Surveillance Dell EMC Storage with Synectics Digital Recording System Sizing Guide H15109 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2016 Dell believes

More information

Surveillance Dell EMC Storage with IndigoVision Control Center

Surveillance Dell EMC Storage with IndigoVision Control Center Surveillance Dell EMC Storage with IndigoVision Control Center Sizing Guide H14832 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published May 2016 Dell believes the information

More information

Dell EMC Storage with Panasonic Video Insight

Dell EMC Storage with Panasonic Video Insight Dell EMC Storage with Panasonic Video Insight Surveillance June 2018 H17179 Sizing Guide Abstract The purpose of this guide is to help you understand the benefits of using a Dell EMC storage solution with

More information

Surveillance Dell EMC Storage with Cisco Video Surveillance Manager

Surveillance Dell EMC Storage with Cisco Video Surveillance Manager Surveillance Dell EMC Storage with Cisco Video Surveillance Manager Configuration Guide H14001 REV 1.1 Copyright 2015-2017 Dell Inc. or its subsidiaries. All rights reserved. Published May 2015 Dell believes

More information

Dell EMC Storage with the Avigilon Control Center System

Dell EMC Storage with the Avigilon Control Center System Dell EMC Storage with the Avigilon Control Center System Surveillance January 2019 H15398.5 Sizing Guide Abstract This guide helps you understand the benefits of using a Dell EMC storage solution with

More information

BEST PRACTICES FOR USING SMB3 MULTICHANNEL FOR 4K VIDEO PLAYBACK

BEST PRACTICES FOR USING SMB3 MULTICHANNEL FOR 4K VIDEO PLAYBACK BEST PRACTICES FOR USING SMB3 MULTICHANNEL FOR 4K VIDEO PLAYBACK Uncompressed 4K image sequence playback with Dell EMC Isilon, SMB3 Multichannel, and the Assimilate SCRATCH play application ABSTRACT This

More information

Dell EMC Surveillance for Reveal Body- Worn Camera Systems

Dell EMC Surveillance for Reveal Body- Worn Camera Systems Dell EMC Surveillance for Reveal Body- Worn Camera Systems Functional Validation Guide H14646 REV 1.1 Copyright 2015 Dell Inc. or its subsidiaries. All rights reserved. Published October 2015 Dell believes

More information

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell Storage PS Series Arrays

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell Storage PS Series Arrays Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell Storage PS Series Arrays Dell EMC Engineering December 2016 A Dell Best Practices Guide Revisions Date March 2011 Description Initial

More information

TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1

TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1 TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1 ABSTRACT This introductory white paper provides a technical overview of the new and improved enterprise grade features introduced

More information

Surveillance Dell EMC Storage with Honeywell Digital Video Manager

Surveillance Dell EMC Storage with Honeywell Digital Video Manager Surveillance Dell EMC Storage with Honeywell Digital Video Manager Configuration Guide H14749 REV 1.1 Copyright 2016-201 Dell Inc. or its subsidiaries. All rights reserved. Published February 2016 Dell

More information

Surveillance Dell EMC Storage with FLIR Latitude

Surveillance Dell EMC Storage with FLIR Latitude Surveillance Dell EMC Storage with FLIR Latitude Configuration Guide H15106 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2016 Dell believes the information

More information

EMC STORAGE FOR MILESTONE XPROTECT CORPORATE

EMC STORAGE FOR MILESTONE XPROTECT CORPORATE Reference Architecture EMC STORAGE FOR MILESTONE XPROTECT CORPORATE Milestone multitier video surveillance storage architectures Design guidelines for Live Database and Archive Database video storage EMC

More information

SurFS Product Description

SurFS Product Description SurFS Product Description 1. ABSTRACT SurFS An innovative technology is evolving the distributed storage ecosystem. SurFS is designed for cloud storage with extreme performance at a price that is significantly

More information

Video Surveillance EMC Storage with LenSec Perspective VMS

Video Surveillance EMC Storage with LenSec Perspective VMS Video Surveillance EMC Storage with LenSec Perspective VMS Version 1.0 Functional Verification Guide H14258 Copyright 2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC

More information

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays

Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays Dell EqualLogic Best Practices Series Best Practices for Deploying a Mixed 1Gb/10Gb Ethernet SAN using Dell EqualLogic Storage Arrays A Dell Technical Whitepaper Jerry Daugherty Storage Infrastructure

More information

Dell EMC Storage with the Avigilon Control Center System

Dell EMC Storage with the Avigilon Control Center System Dell EMC Storage with the Avigilon Control Center System Surveillance July 2018 H15398.4 Sizing Guide Abstract This guide helps you understand the benefits of using a Dell EMC storage solution with Avigilon

More information

Video Surveillance EMC Storage with LENSEC Perspective VMS

Video Surveillance EMC Storage with LENSEC Perspective VMS Video Surveillance EMC Storage with LENSEC Perspective VMS Sizing Guide H14768 01 Copyright 2016 EMC Corporation. All rights reserved. Published in the USA. Published March, 2016 EMC believes the information

More information

Surveillance Dell EMC Storage with Genetec Security Center

Surveillance Dell EMC Storage with Genetec Security Center Surveillance Dell EMC Storage with Genetec Security Center Sizing Guide H13495 REV 2.5 Copyright 2014-2017 Dell Inc. or its subsidiaries. All rights reserved. Published December 2017 Dell believes the

More information

ISILON ETHERNET BACKEND NETWORK OVERVIEW

ISILON ETHERNET BACKEND NETWORK OVERVIEW WHITE PAPER ISILON ETHERNET BACKEND NETWORK OVERVIEW Abstract This white paper provides an introduction to the Ethernet backend network for Dell EMC Isilon scale-out NAS. November 2018 Isilon 1 Isilon

More information

Surveillance Dell EMC Storage with Bosch Video Recording Manager

Surveillance Dell EMC Storage with Bosch Video Recording Manager Surveillance Dell EMC Storage with Bosch Video Recording Manager Sizing and Configuration Guide H13970 REV 2.1 Copyright 2015-2017 Dell Inc. or its subsidiaries. All rights reserved. Published December

More information

Surveillance Dell EMC Storage with Digifort Enterprise

Surveillance Dell EMC Storage with Digifort Enterprise Surveillance Dell EMC Storage with Digifort Enterprise Configuration Guide H15230 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published August 2016 Dell believes the

More information

Surveillance Dell EMC Storage with Infinova 2217 Security Management System

Surveillance Dell EMC Storage with Infinova 2217 Security Management System Surveillance Dell EMC Storage with Infinova 2217 Security Management System Sizing Guide H15952 REV 01 Copyright 2017 Dell Inc. or its subsidiaries. All rights reserved. Published May 2017 Dell believes

More information

EMC VNXe Series. Configuring Hosts to Access NFS File Systems. Version 3.1 P/N REV. 03

EMC VNXe Series. Configuring Hosts to Access NFS File Systems. Version 3.1 P/N REV. 03 EMC VNXe Series Version 3.1 Configuring Hosts to Access NFS File Systems P/N 302-000-190 REV. 03 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes

More information

Video Surveillance EMC Storage with Honeywell Digital Video Manager

Video Surveillance EMC Storage with Honeywell Digital Video Manager Video Surveillance EMC Storage with Honeywell Digital Video Manager Sizing Guide H14748 01 Copyright 2016 EMC Corporation. All rights reserved. Published in the USA. Published February, 2016 EMC believes

More information

Transformation-free Data Pipelines by combining the Power of Apache Kafka and the Flexibility of the ESB's

Transformation-free Data Pipelines by combining the Power of Apache Kafka and the Flexibility of the ESB's Building Agile and Resilient Schema Transformations using Apache Kafka and ESB's Transformation-free Data Pipelines by combining the Power of Apache Kafka and the Flexibility of the ESB's Ricardo Ferreira

More information

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Database Solutions Engineering By Raghunatha M, Ravi Ramappa Dell Product Group October 2009 Executive Summary

More information

ISILON ETHERNET BACKEND NETWORK OVERVIEW

ISILON ETHERNET BACKEND NETWORK OVERVIEW WHITE PAPER ISILON ETHERNET BACKEND NETWORK OVERVIEW Abstract This white paper provides an introduction to the Ethernet backend network for Dell EMC Isilon scale-out NAS. August 2017 Isilon 1 Isilon Ethernet

More information

An Introduction to GPFS

An Introduction to GPFS IBM High Performance Computing July 2006 An Introduction to GPFS gpfsintro072506.doc Page 2 Contents Overview 2 What is GPFS? 3 The file system 3 Application interfaces 4 Performance and scalability 4

More information

DELL EMC ISILON FOR KDB+ ALGORITHMIC TRADING

DELL EMC ISILON FOR KDB+ ALGORITHMIC TRADING WHITE PAPER DELL EMC ISILON FOR KDB+ ALGORITHMIC TRADING A use case for historical, large scale near real-time, and high concurrency storage for algorithmic trading Abstract This whitepaper describes the

More information

Intra-cluster Replication for Apache Kafka. Jun Rao

Intra-cluster Replication for Apache Kafka. Jun Rao Intra-cluster Replication for Apache Kafka Jun Rao About myself Engineer at LinkedIn since 2010 Worked on Apache Kafka and Cassandra Database researcher at IBM Outline Overview of Kafka Kafka architecture

More information

DELL EMC ISILON ONEFS: A TECHNICAL OVERVIEW

DELL EMC ISILON ONEFS: A TECHNICAL OVERVIEW WHITE PAPER DELL EMC ISILON ONEFS: A TECHNICAL OVERVIEW Abstract This white paper provides technical details on the key features and capabilities of the Dell EMC Isilon OneFS operating system that is used

More information

Dell EMC Storage with Milestone XProtect Corporate

Dell EMC Storage with Milestone XProtect Corporate Dell EMC Storage with Milestone XProtect Corporate Surveillance June 2018 H14502.7 Sizing Guide Abstract This guide provides guidelines for sizing the Dell EMC storage arrays and storage clusters with

More information

Dell EMC Surveillance for IndigoVision Body-Worn Cameras

Dell EMC Surveillance for IndigoVision Body-Worn Cameras Dell EMC Surveillance for IndigoVision Body-Worn Cameras Functional Validation Guide H14821 REV 1.1 Copyright 2016 Dell Inc. or its subsidiaries. All rights reserved. Published February 2016 Dell believes

More information

Elastic Cloud Storage (ECS)

Elastic Cloud Storage (ECS) Elastic Cloud Storage (ECS) Version 3.1 Administration Guide 302-003-863 02 Copyright 2013-2017 Dell Inc. or its subsidiaries. All rights reserved. Published September 2017 Dell believes the information

More information

Architecting For Availability, Performance & Networking With ScaleIO

Architecting For Availability, Performance & Networking With ScaleIO Architecting For Availability, Performance & Networking With ScaleIO Performance is a set of bottlenecks Performance related components:, Operating Systems Network Drives Performance features: Caching

More information

Dell EMC PowerEdge R740xd as a Dedicated Milestone Server, Using Nvidia GPU Hardware Acceleration

Dell EMC PowerEdge R740xd as a Dedicated Milestone Server, Using Nvidia GPU Hardware Acceleration Dell EMC PowerEdge R740xd as a Dedicated Milestone Server, Using Nvidia GPU Hardware Acceleration Dell IP Video Platform Design and Calibration Lab June 2018 H17250 Reference Architecture Abstract This

More information

Surveillance Dell EMC Storage with ISS SecurOS

Surveillance Dell EMC Storage with ISS SecurOS Surveillance Dell EMC Storage with ISS SecurOS Sizing Guide H14192 REV 1.1 Copyright 2015-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2015 Dell believes the information in this

More information

Dell Technologies IoT Solution Surveillance with Genetec Security Center

Dell Technologies IoT Solution Surveillance with Genetec Security Center Dell Technologies IoT Solution Surveillance with Genetec Security Center Surveillance December 2018 H17436 Sizing Guide Abstract The purpose of this guide is to help you understand the benefits of using

More information

DELL EMC ISILON ONEFS OPERATING SYSTEM

DELL EMC ISILON ONEFS OPERATING SYSTEM DATA SHEET DELL EMC ISILON ONEFS OPERATING SYSTEM Powering scale-out NAS for the unstructured data workloads of today and tomorrow ESSENTIALS Easy-to-use, single volume, single file system architecture

More information

Dell EMC SAN Storage with Video Management Systems

Dell EMC SAN Storage with Video Management Systems Dell EMC SAN Storage with Video Management Systems Surveillance October 2018 H14824.3 Configuration Best Practices Guide Abstract The purpose of this guide is to provide configuration instructions for

More information

EMC SOLUTION FOR SPLUNK

EMC SOLUTION FOR SPLUNK EMC SOLUTION FOR SPLUNK Splunk validation using all-flash EMC XtremIO and EMC Isilon scale-out NAS ABSTRACT This white paper provides details on the validation of functionality and performance of Splunk

More information

Extremely Fast Distributed Storage for Cloud Service Providers

Extremely Fast Distributed Storage for Cloud Service Providers Solution brief Intel Storage Builders StorPool Storage Intel SSD DC S3510 Series Intel Xeon Processor E3 and E5 Families Intel Ethernet Converged Network Adapter X710 Family Extremely Fast Distributed

More information

DELL EMC ISILON ONEFS: A TECHNICAL OVERVIEW

DELL EMC ISILON ONEFS: A TECHNICAL OVERVIEW WHITE PAPER DELL EMC ISILON ONEFS: A TECHNICAL OVERVIEW Abstract This white paper provides technical details on the key features and capabilities of the Dell EMC Isilon OneFS operating system that is used

More information

Dell EMC PowerEdge and BlueData

Dell EMC PowerEdge and BlueData Dell EMC PowerEdge and BlueData Enabling Big-Data-as-a-Service and Exploratory Analytics on Dell EMC PowerEdge Compute Platforms, Ready Solutions, and Isilon Storage Kris Applegate (kris.applegate@dell.com)

More information

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results

Dell Fluid Data solutions. Powerful self-optimized enterprise storage. Dell Compellent Storage Center: Designed for business results Dell Fluid Data solutions Powerful self-optimized enterprise storage Dell Compellent Storage Center: Designed for business results The Dell difference: Efficiency designed to drive down your total cost

More information

EMC Surveillance for Axon Commander

EMC Surveillance for Axon Commander EMC Surveillance for Axon Commander Functional Validation Guide H14723 01 Copyright 2015 EMC Corporation. All rights reserved. Published in the USA. Published December, 2015 EMC believes the information

More information

EMC CLARiiON CX3-80. Enterprise Solutions for Microsoft SQL Server 2005

EMC CLARiiON CX3-80. Enterprise Solutions for Microsoft SQL Server 2005 Enterprise Solutions for Microsoft SQL Server 2005 EMC CLARiiON CX3-80 EMC Long Distance Recovery for SQL Server 2005 Enabled by Replication Manager and RecoverPoint CRR Reference Architecture EMC Global

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

Isilon InsightIQ. Version Installation Guide

Isilon InsightIQ. Version Installation Guide Isilon InsightIQ Version 4.1.0 Installation Guide Copyright 2009-2016 EMC Corporation All rights reserved. Published October 2016 Dell believes the information in this publication is accurate as of its

More information

Syncplicity Panorama with Isilon Storage. Technote

Syncplicity Panorama with Isilon Storage. Technote Syncplicity Panorama with Isilon Storage Technote Copyright 2014 EMC Corporation. All rights reserved. Published in USA. Published November, 2014 EMC believes the information in this publication is accurate

More information

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those

More information

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration An Oracle White Paper December 2010 Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration Introduction...1 Overview of the Oracle VM Blade Cluster

More information

Surveillance Dell EMC Storage with S-1 Video Management Software (SVMS)

Surveillance Dell EMC Storage with S-1 Video Management Software (SVMS) Surveillance Dell EMC Storage with S-1 Video Management Software (SVMS) Sizing Guide H16928 Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved. Published February 2018 Dell believes the

More information

Rethink Storage: The Next Generation Of Scale- Out NAS

Rethink Storage: The Next Generation Of Scale- Out NAS Rethink Storage: The Next Generation Of Scale- Out NAS Norbert Funke EMEA Product Marketing Manager, EMC Isilon 1 Agenda EMC Isilon Momentum What Is The Difference? EMC Isilon Versus Traditional Architectures

More information

ECS. Monitoring Guide. Version 3.2.x.x

ECS. Monitoring Guide. Version 3.2.x.x ECS Version 3.2.x.x Monitoring Guide 302-004-492 03 Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved. Published June 2018 Dell believes the information in this publication is accurate

More information

Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd

Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd Performance Study Dell EMC Engineering October 2017 A Dell EMC Performance Study Revisions Date October 2017

More information

SPLUNK ENTERPRISE AND ECS TECHNICAL SOLUTION GUIDE

SPLUNK ENTERPRISE AND ECS TECHNICAL SOLUTION GUIDE SPLUNK ENTERPRISE AND ECS TECHNICAL SOLUTION GUIDE Splunk Frozen and Archive Buckets on ECS ABSTRACT This technical solution guide describes a solution for archiving Splunk frozen buckets to ECS. It also

More information

Dell Technologies IoT Solution Surveillance with Genetec Security Center

Dell Technologies IoT Solution Surveillance with Genetec Security Center Dell Technologies IoT Solution Surveillance with Genetec Security Center Surveillance December 2018 H17435 Configuration Best Practices Abstract This guide is intended for internal Dell Technologies personnel

More information

BIG DATA READY WITH ISILON JEUDI 19 NOVEMBRE Bertrand OUNANIAN: Advisory System Engineer

BIG DATA READY WITH ISILON JEUDI 19 NOVEMBRE Bertrand OUNANIAN: Advisory System Engineer BIG DATA READY WITH ISILON JEUDI 19 NOVEMBRE 2015 Bertrand OUNANIAN: Advisory System Engineer Unstructured Data Growth Total Capacity Shipped Worldwide % of Unstructured Data 67% 74% 80% 2013 37 EB 2015

More information

Milestone Solution Partner IT Infrastructure Components Certification Report

Milestone Solution Partner IT Infrastructure Components Certification Report Milestone Solution Partner IT Infrastructure Components Certification Report Dell Storage PS6610, Dell EqualLogic PS6210, Dell EqualLogic FS7610 July 2015 Revisions Date July 2015 Description Initial release

More information

EMC Unisphere for VMAX Database Storage Analyzer

EMC Unisphere for VMAX Database Storage Analyzer EMC Unisphere for VMAX Database Storage Analyzer Version 8.0.3 Online Help (PDF version) Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes the

More information

Maximizing NFS Scalability

Maximizing NFS Scalability Maximizing NFS Scalability on Dell Servers and Storage in High-Performance Computing Environments Popular because of its maturity and ease of use, the Network File System (NFS) can be used in high-performance

More information

Cloudian Sizing and Architecture Guidelines

Cloudian Sizing and Architecture Guidelines Cloudian Sizing and Architecture Guidelines The purpose of this document is to detail the key design parameters that should be considered when designing a Cloudian HyperStore architecture. The primary

More information

Scale-out Storage Solution and Challenges Mahadev Gaonkar igate

Scale-out Storage Solution and Challenges Mahadev Gaonkar igate Scale-out Solution and Challenges Mahadev Gaonkar igate 2013 Developer Conference. igate. All Rights Reserved. Table of Content Overview of Scale-out Scale-out NAS Solution Architecture IO Workload Distribution

More information

Isilon InsightIQ. Version User Guide

Isilon InsightIQ. Version User Guide Isilon InsightIQ Version 4.1.1 User Guide Copyright 2009-2017 Dell Inc. or its subsidiaries. All rights reserved. Published January 2017 Dell believes the information in this publication is accurate as

More information

EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S

EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S Enterprise Solutions for Microsoft SQL Server 2005 EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S Reference Architecture EMC Global Solutions

More information

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple ESSENTIALS Simple storage management designed for ease of use Massive scalability of capacity and performance Unmatched efficiency to

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for Citrix XenDesktop and XenApp for Dell EMC XC Family September 2018 H17388 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

Isilon: Raising The Bar On Performance & Archive Use Cases. John Har Solutions Product Manager Unstructured Data Storage Team

Isilon: Raising The Bar On Performance & Archive Use Cases. John Har Solutions Product Manager Unstructured Data Storage Team Isilon: Raising The Bar On Performance & Archive Use Cases John Har Solutions Product Manager Unstructured Data Storage Team What we ll cover in this session Isilon Overview Streaming workflows High ops/s

More information

EMC Solution for VIEVU Body Worn Cameras

EMC Solution for VIEVU Body Worn Cameras EMC Solution for VIEVU Body Worn Cameras Functional Validation Guide H14533 01 Copyright 2015 EMC Corporation. All rights reserved. Published in USA. Published October, 2015 EMC believes the information

More information

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY DATA SHEET DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple ESSENTIALS Simple storage management designed for ease of use Massive scalability of capacity and performance

More information

Network Design Considerations for Grid Computing

Network Design Considerations for Grid Computing Network Design Considerations for Grid Computing Engineering Systems How Bandwidth, Latency, and Packet Size Impact Grid Job Performance by Erik Burrows, Engineering Systems Analyst, Principal, Broadcom

More information

SAN Design Best Practices for the Dell PowerEdge M1000e Blade Enclosure and EqualLogic PS Series Storage (1GbE) A Dell Technical Whitepaper

SAN Design Best Practices for the Dell PowerEdge M1000e Blade Enclosure and EqualLogic PS Series Storage (1GbE) A Dell Technical Whitepaper Dell EqualLogic Best Practices Series SAN Design Best Practices for the Dell PowerEdge M1000e Blade Enclosure and EqualLogic PS Series Storage (1GbE) A Dell Technical Whitepaper Storage Infrastructure

More information

The Fastest Scale-Out NAS

The Fastest Scale-Out NAS The Fastest Scale-Out NAS The features a symmetric distributed architecture that delivers superior performance, extensive scale-out capabilities, and a super-large single file system providing shared storage

More information

The UnAppliance provides Higher Performance, Lower Cost File Serving

The UnAppliance provides Higher Performance, Lower Cost File Serving The UnAppliance provides Higher Performance, Lower Cost File Serving The UnAppliance is an alternative to traditional NAS solutions using industry standard servers and storage for a more efficient and

More information