搜索资源列表
monitorMemoryByJava
- 监视内存的使用情况,Java编程可通过编译运行-monitor memory usage, Java programming can be run through compiler
WatchMemory
- 本次上传内容为Java环境下监控Windows内存的使用情况, JNI编程的好例子.-upload the contents of this environment for Java under control Windows memory usage, JNI Programming good example.
MemoryMonitor
- MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage of all memory pools consumed by the application. This simple demo program queries the memory usage of each memory pool and plots the memory u
VerboseGC
- VerboseGC demonstrates the use of the java.lang.management API to print the garbage collection statistics and memory usage remotely by connecting to a JMX agent with a JMX service URL: service:jmx:rmi:///jndi/rmi://<hostName>:<portN
SystemResrc.java.tar
- 实现linux性能分析 如:cpu利用率, 内存使用情况,网络流量等-Performance Analysis of the achievement of linux such as: cpu utilization, memory usage, network traffic, such as
Memory
- 每秒显示一次内存使用情况,可以发现是否存在内存泄露-print the usage of memory,then check whether memory leak exists.
JMonitor
- Java写的OSGi监控Bundle,可以查看内存使用情况,线程数等等,可扩展-Written in Java OSGi Monitoring Bundle, to view memory usage, threads, etc., can be extended
tot-jsp-check
- 可以查看服务器上Request、Session、Cookie、Application的列表信息。 查看是否安装常见的JAVA类库。 查看服务器的内存使用情况。 查看服务器的JVM相关的所有信息(版本、时区、编码、操作系统名称等)。-Can view the server Request, Session, Cookie, Application of list information. See if the installation of common JAVA class libr
asf
- JDK1.5提供JMX remote的管理工具Jconsole,可以监控Java运行程序的内存使用情况、活动线程数量、类装载的数量、MBeans的状态、虚拟机的各种信息等,还可以执行MBean公开的方法或强制进行垃圾回收。只要应用服务器实现标准的JMX接口,就可以使用Jconsole进行监控。-JDK1.5 provide JMX remote management tools Jconsole, the program can monitor the Java runtime memory u
axiom-1.2.12
- Axis对象模型(AXIOM)是一个XML对象模型,设计用于提高XML处理期间的内存的使用率和性能,基于Pull解析。 Pull 解析方式,基于STAX(Streaming API for XML),Pull解析是最近处理XML的一种趋势,而SAX和DOM都是基于push的解析方式,也就是说解析控制在parser本身。Push解析方 式很容易使用,但在处理XML文档时效率并不好,(因为要在内存中生成完成的对象模型)。Pull解析方式颠倒了这种控制方式,增强了parser,只在 用户需要的时候
Sysinfo
- 获取电脑相关配置信息,比如网卡流量、cpu和内存使用率、ip和mac地址、操作系统等。但是只能获取本机,不能作为客户端的形式-Access to computer-related configuration information, such as LAN traffic, cpu and memory usage, ip and mac address, the operating system. But the only access to the machine, not as a cli
jxmtest
- 不适用jni,获取当前cpu使用率,内存占用,线程数等系统信息。-Get the current system information cpu usage, memory usage, number of threads without using JNI
lib
- 系统性能检测,cpu内存使用性能检测,硬盘大小-System performance testing, performance testing of CPU memory usage, hard disk size
admin4j-1.0.2-rc2
- Admin4J 为 J2EE 应用提供了一组管理的支持,包括异常管理、线程争用告警、内存使用告警、应用错误报告和运行时日志管理的功能。-Admin4J J2EE application provides a set of management support, including exception management, the thread contention alarms, memory usage alarm application error reporting and log ma
Vending-Machine
- 基于java J2se开发的自动售货机程序,自己编写了图形界面。内存使用上还有待改进,对于学习基础的java编程知识很有帮助。-Developed based on java J2se vending machine program, I have written a graphical interface. Memory usage could be improved, for learning basic knowledge of java programming helpful.
CpuMonitorDemo
- 这是使用java检测本机系统cpu的占有率以及内存使用情况-This is done using java share and memory usage cpu detection of the local system
jmemory
- Java监视内存使用情况,运行Java 程序一般要消耗大量的内存,这曾经是java 的一个致命弱点。当然随着硬件的飞速发展,这个缺点有所弱化,同时java 虚拟机的逐渐成熟,也使内存的消耗量减少。那么一个较小java 程序 究竟要消耗多少内存呢?本例将实现一个能自我监视内存使用的简单程序,来评估java 程序的内存消耗情况。-Java monitor memory usage, run Java programs generally consume large amounts of m
QuickSort
- 快速排序(QuickSort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法。-Quick Sort (QuickSort) is an efficient sorting algorithms. Although the algorithm runs in the wo
osattribute-java
- 1.利用jdk自带的API获取信息:(只支持jdk1.60以上的版本啊)2、//获取内存使用率 3、获取文件系统使用率 4、获得cpu使用率5、读取cpu相关信息6、内存资源信息-1. Use the JDK s own API version information: (only support jdk1.60+) 2, 3// get the memory usage, access to the file system usage 4, get the CPU utilization 5,
BTree
- 基于内存使用java实现的B树的查询、插入、删除的功能-Query based on the realization of java memory usage B-tree, insert, delete function