Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
5 replies
Answers
1 answer
Subscribers
8 subscribers
Views
7208 views
Users
0 members are here
plugin
stored procedure
Performance
log
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Execute Stored Procedure Trace Logging
James Carter
Appian Employee
over 6 years ago
Did you know, the execute stored procedure plug-in has a performance log? Each time a stored procedure is executed an entry is added to APPIAN_HOME/logs/perflogs/execute_stored_procedure_trace.csv
It contains a wide variety of metrics from connection time, execution time, data transformation time all the way through to the number of records the stored proc returns. This functionality has existed in the plug-in for a little over year (since v1.4.2)
The log is buffered before writing to disk, so overhead of logging every execution is minimal. This delays how frequently the log is written to disk. In v1.4.5 this will happen about once every 5 minutes.
Discussion posts and replies are publicly visible
Top Replies
James Carter
over 5 years ago
in reply to
karthikkanjerla
+2
suggested
Appian Employee
Datasource Connect Time (ms) --> Time taken to connect to database / retrieve from connection pool. This time may be higher if a brand new connection was required vs one already available from the pool…
Parents
0
hedn89
A Score Level 2
over 6 years ago
Thanks for the information James. This is very helpful for debugging.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
hedn89
A Score Level 2
over 6 years ago
Thanks for the information James. This is very helpful for debugging.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data