Dear All,
I need to monitor CENTOS 6.5 servers, before buying the license I would like to be sure that it will work
Can someone confirm ?
If yes, how can I proceed to set...
Yes i confirm that NeoLoad can monitor a Centos 6.5 version. NeoLoad performs standard Linux tools for the monitoring so except for iostat they are usually all available by...
I want to extract "objname" value according to the randomly selected "objid".
On runtime i want a user to select random object. for that i need to pass "objname" and...
I can see multiple ways to achieve your goal. For example, if you create your variable extractor using the Advanced mode you could extract all occurrences of both objid and...
NeoLoad uses Rhino from Mozila. It's an open-source implementation of JavaScript written in Java.
You can see the Rhino JAR file and license in the NeoLoad lib folder.
java.lang.UnsatisfiedLinkError: could not load i4jinst from C:\Program Files\NeoLoad 5.0\.install4j\i4jinst.dll, true, C:\Program Files\NeoLoad 5.0\platform.zip, false, C...
When do you have that error? If it's during the installation phase i would say that your installer file is corrupted.
You should try to download it again from the Neotys web...
.xlsx files are binary files. The only way to modify them is to open them through the appropriate software. Even if you can call such program through a Javascript you won't be...
Please see attached screenshot.
This happens after dragging and dropping additional Statistic Parameters into the "Overall Throughput" window and disabling the related...
It seems that it's a bug that may happen on very rare cases. The graph is not refreshed properly. This bug is opened on the R&D side. It will probably be fixed in the next...
I am working with Kronos application and while recording, I am getting a popup window saying 'Required Jar is missing'. Also it says, 'Neoload has detected an Oracle forms...
I guess if it's really Oracle Forms content, you should see in the previous response some download of JAR files and especially a "frmall.jar" file (if the browser cache was...
I have a script that fetches an uri randomly from a page with a list of uri's and requests the uri after it.
When I recorded the script, the request redirected to another...
This kind of dynamic redirects cannot be handled out of the box. You will have to manage them through "if then else" condition or even "Try...Cache" condition in order to handle...
You can't record SMTP protocol with NeoLoad. NeoLoad only records HTTP and RTMP protocols.
You could execute SMTP commands through Javascript and/or JAVA code from NeoLoad if...