Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino
Created by Guest
Created on Jan 31, 2021

Increase length of maximum allowed name of the statistic in Domino C API function NSFGetServerStats

We've faced with the following problem with The Domino C API
NSFGetServerStats function: if the string length of the value of the parameter StatName longer than 63 characters, the function NSFGetServerStats returns to the result table buffer all statistics values from all statistics facilities (parameter Facility, in this case, are ignored.). The Return status is NOERROR.
The case in HCL support CS0193742.

For instance, if call NSFGetServerStats with statistics name DCA.DB_OPEN.Time.Java.Histogram.CN=CY-Lotus2/O=Xxxxxxxxxxxx.000-001" and faclity parameter eaquals "Traveler", as result you will receve dump of all statistich on the Domino server.


By information from HCL support, this is the limitation of this function.

It's necassary to increase the statistics name parameter length to at least 256 characters .

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Jan 23, 2022

    Workaround : Instead of obtaining the single statistic, retrieve all stats at once and then parse down to the one you are looking for.