Home Answers Viewqa JSP-Servlet visualize free disk space

 
 


rasanga ratnayake
visualize free disk space
1 Answer(s)      a year and 10 months ago
Posted in : JSP-Servlet

hi i want to visualize free disk spaces of machines as a bar chart.thanks.

View Answers

July 22, 2011 at 3:41 PM


import java.io.*;
import java.text.*;
import org.jfree.chart.*;
import org.jfree.chart.plot.*;
import org.jfree.chart.axis.*;
import org.jfree.data.category.*;
import org.jfree.chart.renderer.category.*;
import org.jfree.chart.labels.StandardCategoryItemLabelGenerator;

public class ChartDemo{

   public static void main(String arg[]){
      File f1=new File("C:\\");
      File f2=new File("D:\\");
      long d1 = f1.getFreeSpace()/1024/1024;
      long d2 = f2.getFreeSpace()/1024/1024;
      DefaultCategoryDataset dataset = new DefaultCategoryDataset();
      dataset.setValue(d1, "Free Space", "C");
      dataset.setValue(d2, "Free Space", "D");
      JFreeChart chart = ChartFactory.createBarChart("Bar Chart","Drives", "Free Space(in MB)", dataset, 
      PlotOrientation.VERTICAL, false,true, false);
      CategoryPlot p = chart.getCategoryPlot(); 
      NumberAxis rangeAxis = (NumberAxis) p.getRangeAxis();
      rangeAxis.setStandardTickUnits(NumberAxis.createIntegerTickUnits());
      BarRenderer renderer = (BarRenderer) p.getRenderer();
      DecimalFormat decimalformat1 = new DecimalFormat("##");
      renderer.setItemLabelGenerator(new StandardCategoryItemLabelGenerator("{2}", decimalformat1));
      renderer.setItemLabelsVisible(true);
      chart.getCategoryPlot().setRenderer(renderer);
      ChartFrame frame=new ChartFrame("Bar Chart",chart);
      frame.setVisible(true);
      frame.setSize(350,450);
    }
 }









Related Pages:
visualize free disk space
visualize free disk space  hi i want to visualize free disk spaces of machines as a bar chart.thanks.
Display free disk space
Description: This example will demonstrate how to get the free disk space... in java.io.File. This method get the free disk space in the bytes. Code... upon number of drive you have and the free space available. Note
PHP find free space, php disk_free_space, disk_free_space
The example Shows of disk_free_space() function in php Program. In this section you will find the example code of disk_free_space() function. The disk_free_space() function in PHP is used to find the Hard Disk's free space from
diskfreespace php, Find free disk space from PHP program
will shows how you can find the free disk space from your php program...) gives the free space present on the disk in bytes works same as the function disk_free_space() works in php4 and php5 Code for freediskspace() Function PHP
Java file get free space
Java file get free space In this section, you will learn how to find the free... with java.io.File. These methods provides essential information regarding disk space...(); System.out.println("Free space= " + value + " bytes"); } } You can find
Find total disk space in PHP, php disk_total_space, disk_total_space
Learn How to Get the total disk space in PHP Program. In this PHP Tutorial example we will use the disk_total_space() function in our PHP code to find the total disk space. syntax disk_total_space() Function PHP disk_total_space
Free JSP, Free EJB and Free Servlets Hosting Servers
J2 JVM -5 Megabytes Disk Space -Disk Read/Write access to your... Free JSP, Free EJB and Free Servlets Hosting Servers...; Other Free Hosting Services 
Free JSP, Free EJB and Free Servlets Hosting Servers
-5 Megabytes Disk Space -Disk Read/Write access to your...Free JSP, Free EJB and Free Servlets Hosting Servers  MyCGIserver - Free Hosting server
Java Get Free Space
Java Get Free Space       In this section, you will study how to obtain available free space in the specified file. In the given example, we have provided the path
Space based web-hosting system
, Disk Space, Memory, Network throughput etc. Most of the virtual private server...Space based web-hosting system Here, space based web hosting system refers to the web hosting service according to sharing the space on the server
Display total disk drive capacity
Description: This example will demonstrate how to get the total disk space... This method gets the total disk capacity in the bytes. Code... of this example depends upon number of drive you have and the total disk capacity
Free Web Hosting
and then compare these free web space providers. Here is the list of Free Web Hosting... Support.     http://www.topcities.com/ We offer free space... and receive free space and tools for you to build your own web site. What you
Java file get total space
These methods provides essential information regarding disk space. In the given...Java file get total space In this section, you will learn how to get the total space of disc. Description of code: JDK 1.6 provides few new methods
Open Source program
to Disk Recording Studio. Mixer 64-16-8-4-2 stereo/quadraphonic outputs. Includes... project The l.o.s.s project promotes and supports the use of free, open source... for free download), the project's online presence is intended to become a focal
Free Web Hosting - Why Its not good Idea
provides web space to host your site without any free, this is called Free Web Hosting...;  Free Web Hosting Service providers provide very little space for your web pages. They usually provides 5 to 15 MB of disk space, so your site's
Submit Articles for Free
Submit Articles for Free       Links for submitting articles for free. Articles is very effective way... your articles. Articles-Database.com A comprehensive collection of free
Examples of optical disk
Examples of optical disk  What is the example of Optical disk? Please give me at least one example of it.   Digital versatile disks is a example of optical disk
Free Web Site Hosting Services
offer free space and tools for you to build your own web site. You get:150 MB... now and receive free space and tools for you to build your own web site. What... is MSN TV-friendly. http://www.esmartstart.com/ Free 20 MB Web Space! Free
JAVA JAZZ UP - Free online Java magazine
JAVA JAZZ UP - Free online Java magazine   ... Lomboz is an open source and free JEE development environment used... by space..       Advertise with JavaJazzUp We are the top
An Introduction of Cloud Computing
on cloud computing, there is little use of a number of software and free spaces space... providing these services. The hard disk of your computer doesn't store even.... Certification of Protection of Datas. Can use free open source software. Business
time and space complexity
time and space complexity  sort the data structures according to efficient time and space utilisation
Web Hosting Bandwidth/Space/Transfer
to provide Unlimited Bandwidth or unlimited space because these companies themselves have limited bandwidth and hard disk space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space error. This error is coming while...: Java heap space where there is no more space available for the Java program... space. You can also increase the Java heap space using following parameters
Program to Ignore Space and Enter ?!
Program to Ignore Space and Enter ?!  Hi, dear friend i wont to write program to enter many statements, if i use Space and Enter in the Run Time must be delete the space and ignore the Enter ..for example if i entered
xmlname space in java
xmlname space in java  hi i want to write code like , i used setAttribute method for this. but its showing ERROR: 'Namespace for prefix 'company' has not been declared.' javax.xml.transform.TransformerException
create archive file on local disk in oracle 9i
create archive file on local disk in oracle 9i  how to create archive file on local disk and insert it in the oracle 9i database by java and MySQL. plz send to whole description all about this urgently. Thanks
Forcing Updates to a File to the Disk
Forcing Updates to a File to the Disk       In this program we are going to update a file forcefully. Firstly we have to make an object of OutputStream and pass a file name in which
Java heap space
Java heap space  I am using MyEclipse 8.6 for my web based project. The command may be... Ex: java -Xms32m -Xmx128m How can I increase java heap space??? and Where to use this command exactly?   Following are few
Saving URL in local disk - Java Beginners
Saving URL in local disk  Hi Friend, How can i Save URL like "www.jagran.com " on local disk throgh java Statement. Thanks ,in advance
space around/between my images
space around/between my images  How do I eliminate the space around/between my images
how to space images in html code
how to space images in html code  how to space images in html code
in java, how to store the oputput in tha hard disk in a particular location
in java, how to store the oputput in tha hard disk in a particular location  how to store the output in the hard disk
space between buttons iPhone SDK
space between buttons iPhone SDK  Hi, can any one please explain how to add space between UIButtons in iPhone SDK. Actually i am creating Multiple UIButton's and added them to my UIScrollView. But problem is that those buttons
White Space encoding problem in PDF
White Space encoding problem in PDF  I am reading PDF version 1.3 using iText. Things are fine but with one problem that is I am not able to get whitespace. Is there any problem in whitespace encoding in PDF version 1.3
Validaton(Checking Blank space) - Spring
Validaton(Checking Blank space)  Hi i am using java springs .I am having problem in doing validation. I am just checking blank space. This is my controller. I named it salescontroller. package controller; import
there extra space before or after my table.
there extra space before or after my table.  Why is there extra space before or after my table
eliminate the extra space after a </form> tag
eliminate the extra space after a tag  How can I eliminate the extra space after a tag
using java.lang.OutOfMemoryError: Java heap space
and my program has this error "using java.lang.OutOfMemoryError: Java heap space
java heap space & netbeans - Java Beginners
java heap space & netbeans  Java heap space". I'm using netbeans 5.1.1 and jdk1.5.0_07 version.. can any body say how can i know the amount of java heap space while i run...java heap space & netbeans Hey,all!! I've got a problem
Free download java
Free download java  Hi, Where can I download java for absolutely free and quickly? Thanks
Set Space Ratio and Alignment
Set Space Ratio and Alignment     ... are going to explain how we can set space ratio and how we can gives various alignment. You can make pdf with no space between the characters of a word
Free Java Download
Free Java Download   Hi, I am beginner in Java and trying to find the url to download Java. Can anyone provide me the url of Free Java Download ? Is Java free? Thanks
php download free
php download free  From where i download php free
Download free java
Download free java  Hi, How to get Java for free? It is possible to download and install java on windows 64bit system? Thanks
java heap space bpbroble - Java Beginners
java heap space bpbroble  In my code i use JXmapViewier to show location on map but but after some time (When code is running )It give me exception that Java heap space problem how to solve that one or why this problem occurs
Free Java Software
Free Java Software  Hi, What all free and open source softwares are available in Java? Thanks   Hi, Please see Open Source Java. Thanks
Free software of Java
Free software of Java  Hi, What all Free software of Java is available these days? Thanks   Hi, Please see Java open source software. Thanks
Oracle 9i free download
Oracle 9i free download  where to download oracle 9i for database connectivity in j2ee
Free Java Is it correct?
Free Java Is it correct?  Hi, Is Java free? If yes then where I can download? Thanks   Hi, You can download it from http://www.oracle.com/technetwork/java/javase/downloads/index.html Thanks

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.