-
Notifications
You must be signed in to change notification settings - Fork 218
Scalability Benchmark Write Up
Tests were done with 1500 fake devices, each with 18 points. Only the "depth first all" for each device was published. Instructions for how to setup and run this benchmark are in scripts/scalability-testing/README.md.
This test is meant to push devices way beyond what is normally expected of the platform. Poor performance on this test does not necessarily mean that the device is unsuited for use with the platform. For instance, all listed devices are more than adequate for retrieving data from 20 real devices with 20 data point and forwarding the results to another platform.
Time is measured from the start of the first device publish to the completion of the last device publish. Data was published once per minute. DNF means that the device could not complete the task before the next publish started.
All values are in seconds.
Device | Storage | Publish Only | Publish One listener | Historian V2 Catch Up |
---|---|---|---|---|
Xeon CPU W3503 (2.4GHz 2 cores) | Hard Drive | 1.76 | 3.5 | ~6 |
6 Core VM on Xeon CPU E3-2603 (1.8GHZ 8 cores) | SSD Drive | 5.8 | 9.3 | ~5 |
Odroid XU4 | eMMC | 5.8 | 8.02 | ~5 |
Intel Compute Stick | eMMC | 8.6 | 12.78 | ~7.5 |
Minnowboard Max | SD UHS-3 | 16.14 | 28.7 | ~14 |
Banana Pi | SD UHS-3 | 17.76 | 36.16 | ~25 |
RaspberryPi 2 Model B | SD UHS-3 | 18.03 | 22.29 | ~25 |
SMC TWT controller | SD | 36.69 | DNF | DNF |
BeagleBone2 | SD | 47.99 | DNF | DNF |
BeagleBoneBlack | SD | 49.87 | DNF | DNF |
- Platform Agent
- VOLTTRON Central Agent
- Platform Commands
- Platform Configuration
- [Platform Hardening Security Recommendations] (Linux-Platform-Hardening-Recommendations-for-VOLTTRON-users)
- ...
- [Building VOLTTRON] (Building-VOLTTRON)
- Example Agents
- Agent Development
- [Shortcut Scripts] (Scripts)
- [VOLTTRON Conventions] (Conventions)
- [sMAP Test Server] (sMAP-Test-Instance)
- [Design Discussions] (Design Discussions)
- VIP
- VIP - VOLTTRON Interconnect Protocol
- RPC by example
- VIP - Known Identities
- VIP - Authentication
- VIP - Authorization
- Protecting Pub/Sub Topics
- Setup Eclipse for VOLTTRON
- Deployment Walkthrough
- Forward Historian Walkthrough
- [Create New Historian Agent] (Developing-Historian-Agents)
- [Create New Driver Agent] (Develop-Driver-Agent)
- [Developing With Eclipse] (Eclipse)
- Migrations
- [2.x to 3.x Migration](2.x-to 3.x-Migration)
- 1.2 to 2.0 Migration
- [Deployment Recommendations](Recommendations for Deployments)
VOLTTRON Versions and Features
Transactional Network Platform Overview
- Established Topics
- Working with the Actuator Agent
- Logging
- [Multi-Node Communication] (MultiBuildingMessaging)
Information Exchange Standards