All Projects → ParaToolsInc → taucmdr

ParaToolsInc / taucmdr

Licence: other
Performance engineering for the rest of us.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to taucmdr

python-for-data-and-media-communication-gitbook
An open source book on Python tailed for communication students with zero background
Stars: ✭ 99 (+280.77%)
Mutual labels:  data-analysis
xayah
WEB文件管理器
Stars: ✭ 19 (-26.92%)
Mutual labels:  storage
localstorage-ponyfill
Universal LocalStorage for browser and Node.js.
Stars: ✭ 52 (+100%)
Mutual labels:  storage
xfsvol
Local Docker Volumes with XFS Project Quota
Stars: ✭ 24 (-7.69%)
Mutual labels:  storage
gasper
Gasper is a CLI for safe, privacy-aware file storage based on Shamir's Secret Sharing
Stars: ✭ 37 (+42.31%)
Mutual labels:  storage
snowfs
SnowFS - a fast, scalable version control file storage for graphic files 🎨
Stars: ✭ 1,101 (+4134.62%)
Mutual labels:  storage
Naive-Resume-Matching
Text Similarity Applied to resume, to compare Resumes with Job Descriptions and create a score to rank them. Similar to an ATS.
Stars: ✭ 27 (+3.85%)
Mutual labels:  data-analysis
Learn-Data-Science-in-3-months
Course Curriculum and Resources for Learning Data Science in 3 Months
Stars: ✭ 20 (-23.08%)
Mutual labels:  data-analysis
infinitree
Scalable and encrypted embedded database with 3-tier caching
Stars: ✭ 80 (+207.69%)
Mutual labels:  storage
re-data
re_data - fix data issues before your users & CEO would discover them 😊
Stars: ✭ 955 (+3573.08%)
Mutual labels:  data-analysis
dataViz CADi
Materials for the "Data Visualization" CADi workshop @ "Tecnológico de Monterrey"
Stars: ✭ 14 (-46.15%)
Mutual labels:  data-analysis
data-disasters
data-disasters.netlify.app/
Stars: ✭ 34 (+30.77%)
Mutual labels:  data-analysis
hotmap
WebGL Heatmap Viewer for Big Data and Bioinformatics
Stars: ✭ 13 (-50%)
Mutual labels:  data-analysis
file-storage-system
一个基于 Go 语言实现的分布式云存储服务,慕课网实战仿百度网盘项目。
Stars: ✭ 149 (+473.08%)
Mutual labels:  storage
PhantasmaChain
Blockchain with native storage and smart contract integration.
Stars: ✭ 74 (+184.62%)
Mutual labels:  storage
S4
S4 is 100% S3 compatible storage, accessed through Tor and distributed using IPFS.
Stars: ✭ 67 (+157.69%)
Mutual labels:  storage
web
realness.online
Stars: ✭ 15 (-42.31%)
Mutual labels:  storage
gocells
Event Based Applications [DEPRECATED]
Stars: ✭ 69 (+165.38%)
Mutual labels:  data-analysis
PSelect
PowerShell DSL for aggregating data
Stars: ✭ 27 (+3.85%)
Mutual labels:  data-analysis
covid-19
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
Stars: ✭ 28 (+7.69%)
Mutual labels:  data-analysis

TAU Commander

GitHub license CI Build Status Coverage Status

The TAU Commander performance engineering solution consists of an intuitive, client-side application and cloud-hosted data analysis, storage, and visualization services.

TAU Commander from ParaTools, Inc. is a production-grade performance engineering solution that makes The TAU Performance System users more productive. It presents a simple, intuitive, and systemized interface that guides users through performance engineering workflows and offers constructive feedback in case of error. TAU Commander also enhances the performance engineer's ability to mine actionable information from the application performance data by connecting to a suite of cloud-based data analysis, storage, visualization, and reporting services.

TAU Commander is especially useful for porting, developing, modernizing, benchmarking, and purchasing efforts where the intricacies of multi-layered software parallelism are difficult to intuit. The principal components of TAU Commander are:

  • An intuitive user interface for the TAU Performance System that simplifies the process of acquiring and displaying software performance data on a variety of computer systems.
  • A suite of cloud-based performance data analysis, storage, visualization, and reporting services that enhances the performance engineer's ability to mine actionable information from software application performance data.

Getting Started

Install TAU Commander to the default location:

  • make install

Or, to install to a different location:

  • make install INSTALLDIR=/path/to/installation

Add TAU Commander to your PATH:

  • bash-like shells (nearly everyone):
    • export PATH=/path/to/taucmdr/bin:$PATH
  • csh-like shells (nearly everyone else):
    • set path=(/path/to/taucmdr/bin $path)

Initialize a new TAU project:

  • cd /path/to/your/code
  • tau initialize

Need help?

  • Add --help to any TAU Commander command line to see command line usage.
  • Use tau help to view online documentation. (Very incomplete at the moment.)
  • Contact [email protected] with questions or feedback.

Developers

TAU Commander developers should visit the developer documentation.

Acknowledgements

This work is supported by the United States Department of Energy under DoE SBIR grant DE-SC0009593.

The work on extending TAU Commander for OpenSHMEM was supported by the United States Department of Defense (DoD) and used resources of the Computational Research and Development Programs and the Oak Ridge Leadership Computing Facility (OLCF) at Oak Ridge National Laboratory.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].