
Symptom
The message “Sybperf helper thread is setting up counters for a windows Performance Monitor connection” keep appearing in the Sybase error log message. So, you plan to remove the lines from keep generated.

Solution
Referring to SAP Note 2096297 – SYB: “Sybperf helper thread is setting up counters” message occurs continuously, execute the following command,
sp_configure “SQL Perfmon Integration”,0
You will get below output from the executed command,
Configuration option changed. Since the option is static, Adaptive Server must
be rebooted in order for the change to take effect.
Changing the value of ‘SQL Perfmon Integration’ does not increase the amount of
memory Adaptive Server uses.
(return status = 0)



