data profiling
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 13031
Aggregate Profiler 4.5
A useful and powerful Data Analysis product for Data Quality and Data Profiling more>>
A useful and powerful Data Analysis product for Data Quality and Data Profiling Aggregate Profiler is a useful and powerful Data Analysis product for Data Quality and Data Profiling focused on Business Users.
Main features:
Profiling
- Meta Data Information
- Entity-Relationship Diagram
- Structural Analysis
- Number Analysis
- String Analysis
- Supports Different formats
- Import from Flat, XML file
Quality
- Data Correction Interface
- DeDuplication
- Search & Replace
- Table Comparison (Cardinality)
- SQL Interface
- Completeness
- Format Validation
System requirements:
- Java Runtime Environment 1.5.0 or higher
<<lessMain features:
Profiling
- Meta Data Information
- Entity-Relationship Diagram
- Structural Analysis
- Number Analysis
- String Analysis
- Supports Different formats
- Import from Flat, XML file
Quality
- Data Correction Interface
- DeDuplication
- Search & Replace
- Table Comparison (Cardinality)
- SQL Interface
- Completeness
- Format Validation
System requirements:
- Java Runtime Environment 1.5.0 or higher
Download (1.02MB)
Added: 2007-11-14 License: Freeware Price:
720 downloads
Other version of Aggregate Profiler
Price: FREE
License:Freeware
License:Freeware
License:Freeware
NetBeans Profiler 5.5.1
NetBeans Profiler, with its tight integration into the NetBeans IDE work flow helps you build reliable and scalable applications more>>
NetBeans Profiler, with its tight integration into the NetBeans IDE work flow helps you build reliable and scalable applications With its tight integration into the NetBeans IDE work flow, NetBeans Profiler was designed to enable you to build scalable and reliable software.
Select from several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. The options are preset to default values by experts. Only the application-specific options are exposed to you. If you need to tune the tools nuts and bolts, switch to custom profiling for full flexibility.
The Profiler can be set up to report only on the methods in which you are interested. Profile the entire application, or a subset, under a realistic workload. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler obtains runtime information on applications that are too large or complex for other profilers.
Main features:
- Low overhead profiling: you can profile just a subset of the application code - the rest of the code is not instrumented and thus runs at full speed. The profiled subset and the kind of profiling (CPU, memory, etc.) can be changed at any moment during run time.
- CPU Performance profiling: you can profile the entire application, or select a subset of its code to profile based on one or more root methods that you are free to choose. For example, you can set the doGet() method of your servlet as a root, and thus profile only the code of this method and other methods that it calls. The rest of the Java code, including most of the code of your Web/Application server, will run at full speed. Selective profiling based on chosen root methods appears to be a surprisingly good way to reduce the performance overhead and obtain accurate results for heavily multithreaded applications under realistic workload.
- Memory profiling: you can profile only object creation events, which imposes smaller overhead and allows you to detect problems with excessive object allocations. If this is not enough, you can turn on object liveness profiling, that records both object creation and reclamation events. It allows you to see the number, age, allocation paths, and other characteristics of objects currently in memory. It also can help you to detect memory leaks.
- Memory leak debugging: memory leaks are not uncommon with large Java applications. With most of the existing tools, it may take hours to make sure there is really a memory leak, and then to identify leaking objects. Our technology can pinpoint leaking objects for you immediately, based on the special pattern of allocations and reclamations (or lack thereof) that such objects typically demonstrate. You can then check where these objects were allocated, which in many cases is sufficient for identifying the root cause of the leak.
- Task-based profiling: profiling is a complex activity, which may require quite a bit of tuning, and thus learning the tools nuts and bolts. However, our task-based approach makes climbing the learning curve much easier, by first offering you several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. In these tasks, most of the options are preset to the most common values, and only the most important options are exposed to you. Once you learn more, you can switch to custom profiling, where you can get a full advantage of the flexibility of the advanced NetBeans Profiler technology.
- Threads profiling: you can observe threads & their activity during application execution. The threads profiling offers two views of the threads: "Threads timeline", showing threads activity side-by-side, and "Thread details" showing detailed information about one or more selected threads, including a list of all state changes in the threads life
- Processing collected data offline: you can save snapshots of collected results and process them offline.
System requirements:
- You must have NetBeans IDE installed first. Download it here
<<lessSelect from several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. The options are preset to default values by experts. Only the application-specific options are exposed to you. If you need to tune the tools nuts and bolts, switch to custom profiling for full flexibility.
The Profiler can be set up to report only on the methods in which you are interested. Profile the entire application, or a subset, under a realistic workload. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler obtains runtime information on applications that are too large or complex for other profilers.
Main features:
- Low overhead profiling: you can profile just a subset of the application code - the rest of the code is not instrumented and thus runs at full speed. The profiled subset and the kind of profiling (CPU, memory, etc.) can be changed at any moment during run time.
- CPU Performance profiling: you can profile the entire application, or select a subset of its code to profile based on one or more root methods that you are free to choose. For example, you can set the doGet() method of your servlet as a root, and thus profile only the code of this method and other methods that it calls. The rest of the Java code, including most of the code of your Web/Application server, will run at full speed. Selective profiling based on chosen root methods appears to be a surprisingly good way to reduce the performance overhead and obtain accurate results for heavily multithreaded applications under realistic workload.
- Memory profiling: you can profile only object creation events, which imposes smaller overhead and allows you to detect problems with excessive object allocations. If this is not enough, you can turn on object liveness profiling, that records both object creation and reclamation events. It allows you to see the number, age, allocation paths, and other characteristics of objects currently in memory. It also can help you to detect memory leaks.
- Memory leak debugging: memory leaks are not uncommon with large Java applications. With most of the existing tools, it may take hours to make sure there is really a memory leak, and then to identify leaking objects. Our technology can pinpoint leaking objects for you immediately, based on the special pattern of allocations and reclamations (or lack thereof) that such objects typically demonstrate. You can then check where these objects were allocated, which in many cases is sufficient for identifying the root cause of the leak.
- Task-based profiling: profiling is a complex activity, which may require quite a bit of tuning, and thus learning the tools nuts and bolts. However, our task-based approach makes climbing the learning curve much easier, by first offering you several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. In these tasks, most of the options are preset to the most common values, and only the most important options are exposed to you. Once you learn more, you can switch to custom profiling, where you can get a full advantage of the flexibility of the advanced NetBeans Profiler technology.
- Threads profiling: you can observe threads & their activity during application execution. The threads profiling offers two views of the threads: "Threads timeline", showing threads activity side-by-side, and "Thread details" showing detailed information about one or more selected threads, including a list of all state changes in the threads life
- Processing collected data offline: you can save snapshots of collected results and process them offline.
System requirements:
- You must have NetBeans IDE installed first. Download it here
Download (9.99MB)
Added: 2007-06-20 License: Freeware Price:
898 downloads
Other version of NetBeans Profiler
License:Freeware

Data Recover It 6.9
Recovers a wide variety of file types, including recycled and compressed. Recover lost data in seconds, it can recover images, documents, videos, music, text files, html files, folders and more>> <<less
Download (4MB)
Added: 2008-06-23 License: Freeware Price:
252 downloads

Modify Profile 1.21
Loads Registry hives and modifies profiles! more>> Loads Registry hives and modifies profiles for users who are not currently logged in. Can also be used to modify new user profiles (Default User). Use ModifyProfile /? to view the syntax.<<less
Download (21KB)
Added: 2008-09-16 License: Freeware Price:
418 downloads
Data Recall 2.1
Data Recall is Windows-based application that will easily and securely store of all of your critical data. Data Recall allows you to store an unlimited number of user names, passwords, web site URLs, insurance policies, bank accounts, and much more. more>> <<less
Download (4.40MB)
Added: 2009-04-13 License: Freeware Price: $0
199 downloads
Data Recovery London 1.0
Data Recovery London - Get easy access to Data Recovery London. more>> Data Recovery London - Get easy access to Data Recovery London. Extensive experience and expertise in recovering data from inaccessible hard drives. Easy to use application.<<less
Download (373KB)
Added: 2007-07-22 License: Freeware Price: Free
828 downloads

Data Sweeper Pro 1.8.0.0
Data Sweeper Pro is a versatile and sophisticated file shredder which provides you a safe way to dispose of any file for good more>> <<less
Download (6.3MB)
Added: 2009-12-17 License: Freeware Price: FREE
downloads
Other version of Data Sweeper
Price: $0
License:Freeware
License:Freeware
Data Recovery 3.0
Data Recovery - When its about data recovery you need expert help. more>> Data Recovery - When its about data recovery you need expert help. Get the expert data recovery help you need with this free application right now. Its very easy to install and use. Data recovery help.<<less
Download (369KB)
Added: 2007-07-30 License: Freeware Price:
8306 downloads
Other version of Data Recovery
Speedy Information toolbar for Internet Explorer. Find information on ...Speedy Information toolbar for Internet Explorer. Find information on SportsPrice: $0.00
License:Freeware
License:Freeware
Kemo Data Security Lite 2.0
Kemo Data Security suite 2.0 is the ultimate security solution to your personal and mission critical data. If you want to keep your valuable data secu... more>> <<less
Download (13602KB)
Added: 2008-09-07 License: Freeware Price: Free
428 downloads

Data Catalogue 1.0
Data Catalogue is considered as a convenient as well as effective application which can be used to catalogue all files and folders on your entire network including your local drives, removeable media such as CDs/USB sticks and network drives. more>> <<less
Download (491.7KB)
Added: 2008-09-30 License: Freeware Price: $0.00
downloads
Data Supplies RTS 2.0.0
Data Supplies is a Remote Technical Support Installer more>>
Data Supplies is a Remote Technical Support Installer which will connect you to Data Supplies HQ support team.
<<less Download (591KB)
Added: 2006-08-17 License: Freeware Price:
1167 downloads
M8 Data Capture 1.1
data capture automation demo more>> M8 data capture systems are custom written to your specification and can dramatically cut the cost of data capture projects. This is a fully working demonstration system designed to capture information from individual prisoner files for incorporation into a national data base.<<less
Download (1.3M)
Added: 2008-11-07 License: Freeware Price:
363 downloads
C++ Data Structure Files 4.1.5
C++ Data Structure Files - Data structures and other miscellaneous functions in C++ more>>
C++ Data Structure Files is a useful utility that contains data structures and other miscellaneous functions in C++.
<<less Download (13.6MB)
Added: 2007-05-04 License: Freeware Price:
717 downloads

OrlyGurus Profile Builder 1
OrlyGurus Profile Builder wont make you disappointed because it is a simple, easy-to-use, profile creation and editing tool, developed to help new and expert MySpace users with editing their profiles with ease. more>>
OrlyGurus Profile Builder 1 won't make you disappointed because it is a simple, easy-to-use, profile creation and editing tool, developed to help new and expert MySpace users with editing their profiles with ease.
Use its simplistic, but powerful features to improve your profiles with only a few clicks. Never lose your important profile data to hackers, human error, or broken code again.
Download (474.4KB)
Added: 2007-05-21 License: Freeware Price: $0.00
downloads
Other version of OrlyGurus Profile Builder
License:Freeware
Data Backup and Storage 1.0
Data Backup and Storage - Finding information about data backup and storage has never been easier. With this application, you can easily and quickly find the information you are looking for. Data Backup and Storage. more>> <<less
Download (1.98MB)
Added: 2009-02-23 License: Freeware Price: $0
197 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above data profiling search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed