Questions tagged [load]

A measure of the amount of work a computer is performing. CPU load is closely related too, but not exactly the same as CPU utilization.

In computing (typically UNIX), load is a measure of the amount of computational work that a computer system performs.

All Unix and Unix-like systems generate a metric of three "load average" which represent the system load during the last one-, five-, and fifteen-minute periods.

7165 questions
16
votes
5 answers

How can I detect 'any' ajax request being completed using jQuery?

I have a page where I can insert some javascript / jquery to manipulate the output. I don't have any other control over the page markup etc. I need to add an extra element via jquery after each present on the page. The issue is that the elements…
Brian Scott
  • 9,221
  • 6
  • 47
  • 68
16
votes
2 answers

Got message unable to load shared object stats.so when R starts

I am using R-3.0.2 compiled from source code on Linux 64 and I got the following message when R starts: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object…
hlfernandez
  • 443
  • 1
  • 3
  • 11
16
votes
2 answers

Increase load and decrease performance while replace DBCP to Tomcat JDBC-pool

After problems with connection leak and deadlocks in DBCP we made a decision to replace it with Tomcat JDBC-pool. Of course migration was really simple. But after deploy it on a production environment I noticed, that load on a server with running…
Dzinek
  • 786
  • 7
  • 17
15
votes
2 answers

Directly load spacy model from packaged tar.gz file

Is it possible to load a packaged spacy model (i.e. foo.tar.gz) directly from the tar file instead of installing it beforehand? I would imagine something like: import spacy nlp = spacy.load(/some/path/foo.tar.gz)
evermean
  • 1,255
  • 21
  • 49
15
votes
2 answers

javascript executing function after full image load

I have the following line of javascritp $("#hero_image img").attr('src', src); to change an image. The following lines then do whatever they do based on the images new width which I was calling through $("#hero_image img").width();. However, how do…
kalpaitch
  • 5,193
  • 10
  • 43
  • 67
15
votes
3 answers

jquery .load() page then parse html

I have used the line below in my app. But now I need to parse the html loaded before I show it. Whats the best way to get certain html elements. $("#div").load("page.html"); Thanks UPDATED Now I am using this but having trouble geting the title…
moo
  • 187
  • 1
  • 1
  • 7
15
votes
5 answers

generate CPU load in Java

I am conducting some throughput testing. My application has to read from JMS do some processing write to JMS My goal here is to simulate #2, 'some processing'. That is, introduce a delay and occupy the CPU for a given time (e.g. 500ms) before…
Air
  • 5,084
  • 5
  • 25
  • 19
15
votes
7 answers

Eclipse (Galileo) : Why does "Initializing Java Tooling : 59%" take FOREVER?

New to Java and Eclipse. For some reason, the first time I load Eclipse on a given day, it freezes at "Initializing Java Tooling : 59%". Eventually, it gets past this and I can do my work. However, this "Initializing Java Tooling : 59%" stage…
sangfroid
  • 3,733
  • 11
  • 38
  • 42
15
votes
3 answers

Jmeter - testing multiple urls

I'm new to Jmeter; I would like to know how to test multiple urls (stored in a txt/csv file) of different sections of a website in a load test ie. is there any way to import that file and run a load test or any alternative solution? Thanks! LP
L P
  • 1,776
  • 5
  • 25
  • 46
15
votes
4 answers

jQuery .load() not working

On my website, I'm trying to pull the content of a post in my forum (hosted on the same domain) and display it in a div on the homepage, using jQuery. Here's the code for the header: