Hi,
I have an client-server application that is running over a VPN to a customer site. The client machine is in my office and the server is located behind the customers VPN and firewall.
When I log into the application I can bring up http based graphs and reports. However, when I run java...
Hi,
I've created an SPR that selects objects and values from various tables. If these variables exceed certain thresholds I then need to call a script on my unix box and pass these parameters to it. Currently I'm using the SYSTEM command like below:
SYSTEM "/LOCAL/bin/myscript -a...
Hi,
I'm using GD::Graph::mixed to create a graph of performance over time.
My time array has data 00:00, 00:30, 01:00, 01:30 etc.
The Summ array has data 0, 0, 0, 10.5, etc.
I am producing an area graph for the Summ array but I am getting a diagonal line for the period 1:00 to 1:30.
|...
Hi,
I have used Perl to gather stats on the performance of a product I am working on. I output these stats to a comma delimited file.
I have been manually going through this file to create a report document which contains tables and text.
I believe its possible to create tables and graphs...
Hi,
I'm working on a Web Based Java Application which queries a database and presents graphs to the user.
In testing there are six of us and we noticed a decrease in performance of how long it too for the graph to be presented.
Ideally the application should support 500 online users.
Does...
Hi,
I'm new to Java.
I have a file that contains performance stats of type:
Time IO CPU ............
10:20:00 100.25 8.93 ............
10:25:00 150.89 14.61 ............
I want to be able to create graphs to map such things as IO over Time or CPU usage over...
Hi,
I have an application which contains over 400 text files. These files are displayed in a tree structure and can be expanded etc. Within these files are variables and their definitions, however, a variable can appear in more than one file. I am implementing a Search functionality to allow...
Hi,
I have a Java application which is designed to be distributed over a network. In order to do this a jar file is put on each machine and then extracted, using the java -jar NetTool.jar command.
However, I have found that if I have a machine with Java 1.3 on it and another with Java 1.2.2...
Hi,
I have implemented a JTree.
The tree can be expanded by clicking the handles beside the nodes and when the nodes are clicked on, any information pertaining to that node is displayed. I have also implemented a search function for the tree, which allows the user to click a button and a dialog...
Hi,
I have implement a JTree in my code. I have also added a TreeSelectionListener to this and written code for valueChanged(TreeEvent e). If the user selects a node then the valueChanged method displays information relating to that node.
I now wish to let the user type in the name of the...
Hi,
I have a GUI that when using Java1.2 worked perfectly. Recently we upgraded to Java1.3 and for some reason the GUI is not functioning properly.
Under Java1.2 when the GUI initialised the screen appeared as follows:
|----------------------------------------------------|
|| No Profile...
Hi,
I have an application in which there is a GUI that utilises the splitPane functionality. On the left side of this view there is a JTree which shows what 'Profile' has been loaded, initially this states 'No Profile'. On the right side there is a section which displays a JTable that is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.