Enabling RPM on MX, M and T Series Routers and SRX Firewalls for the Services SDK
Real-time performance monitoring (RPM), which has been supported on the adaptive services interface, is now supported by the Services SDK. RPM is supported on all platforms and service PICs that support the Services SDK.
To enable RPM for the Junos OS extension-provider package on
the adaptive services interface, configure the object-cache-size
, policy-db-size
, and package
statements at
the [edit chassis fpc slot-number pic pic-number adaptive-services service-package extension-provider]
hierarchy level. For the extension-provider package, package-name
in the package package-name
statement is jservices-rpm
.
For more information about the extension-provider package, see the SDK Applications Configuration Guide and Command Reference.
The following example shows how to enable RPM for the extension-provider package on the adaptive services interface:
chassis fpc 1 { pic 2 { adaptive-services { service-package { extension-provider { control-cores 1; data-cores 1; object-cache-size 512; policy-db-size 64; package jservices-rpm; syslog daemon any; } } } } }