Enabling RBS Performance Testing with LoadRunner

Use the C# Mini-App method to perform load testing of RBS in Sybase Unwired Platform with LoadRunner.

  1. Call Sybase.Mobile.Application.GetInstance(USER_IDENTIFIER, USER_DATA_DIRECTORY); to distinguish multiple clients on a single host.
  2. Call ConnectionProfile .SetProperty("databaseFile", USER_DATA_DIRECTORY + "\\database.udb"); to separate the database files for each client.
  3. Configure DatabaseFile before calling SampleDB.SetApplication(app);
  4. Use ConnectionProfile.save() to avoid contention.
  5. Use app.UnregisterApplication(TIMEOUT); to block the invocation before DeleteDatabase for a successful cleanup.
Related concepts
Performance Considerations for Replication
Performance Considerations for Messaging
LoadRunner Extension for Sybase Unwired Platform
Related reference
Performance Considerations for Relay Server and Outbound Enabler