Re! I figured out with Anthony
Woods (thanks!!!) ‘benchmark’ suggestion which epl was causing the
trouble: [+
localtime +] [-
Execute('down-devices.epl'); -] [+
localtime +] [-
Execute('down-interfaces.epl'); -] [+
localtime +] [-
Execute('new-interfaces.epl'); -] [+
localtime +] [-
Execute('mod-interfaces.epl'); -] [+
localtime +] [-
Execute('old-interfaces.epl');-] [+
localtime +] The sql query for
down-devices.epl takes about 5.5secs to complete. I was only able to lower
the time to about 2secs but better than nothing ;-| Yes Gerald Apache::DBI is
loaded ;-) I generate graph per
request (interface and device utilitzation) and also want to speed up things
there. I swapped from GD::Graph
(png output) to SVG::TT::Graph::TimeSeries (svg output) with png fallback if
the browser doesn’t support svg. But its even slower than
before!!! I don’t understand this because png has to be brought into
binary form and compressed. svg is plain text which
should be fast in my opinion... How can i benchmark professional
unter perl? are there modules for benchmarking and how to use them? Alex Von: Gerald
Richter [mailto:[EMAIL PROTECTED] > I don’t think
that the database (oracle 9ir2) queries cause the Do you use Apache::DBI ? Oracle need very long to make the
inital connect and without connection caching you will get very slow responses Gerald > How can I track
down which part of code is causing this and/or *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"* Hinweis: Dieses E-mail kann vertrauliche und geschützte Informationen enthalten. Sollten Sie nicht der beabsichtigte Empfänger sein, verständigen Sie bitte den Absender und löschen Sie dieses E-mail dann sofort. Notice: This e-mail contains information that is confidential and may be privileged. If you are not the intended recipient, please notify the sender and then delete this e-mail immediately. *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"* |
Title: Briefvorlage
- performace issues Hartmaier Alexander
- Re: performace issues Gerald Richter
- RE: performace issues Hartmaier Alexander
- Re: performace issues Gerald Richter