All Projects → speedtracker → Speedtracker

speedtracker / Speedtracker

📉 Visualisation layer and data store for SpeedTracker

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Speedtracker

Requesttracker
Track when your users get your HTTP requests
Stars: ✭ 13 (-97.3%)
Mutual labels:  performance-monitoring, webperf
Nemetric
前端性能指标的监控,采集以及上报。用于测量第一个dom生成的时间(FP/FCP/LCP)、用户最早可操作时间(fid|tti)和组件的生命周期性能,,网络状况以及资源大小等等。向监控后台报告实际用户测量值。
Stars: ✭ 145 (-69.92%)
Mutual labels:  performance-monitoring, webperf
Watchdoginspector
Shows your current framerate (fps) in the status bar of your iOS app
Stars: ✭ 497 (+3.11%)
Mutual labels:  performance-monitoring, performance-visualization
Import Cost
displays the import size of the package you are importing inside the code editor
Stars: ✭ 1,021 (+111.83%)
Mutual labels:  performance-visualization, webperf
dashboard.sitespeed.io
Example how to use sitespeed.io to monitor the performance of your web site
Stars: ✭ 43 (-91.08%)
Mutual labels:  performance-monitoring, webperf
Swiftmetrics
Swift Application Metrics instruments the Swift runtime for performance monitoring, providing the monitoring data programatically via an API or visually with an Eclipse Client.
Stars: ✭ 145 (-69.92%)
Mutual labels:  performance-monitoring, performance-visualization
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (+157.26%)
Mutual labels:  performance-monitoring, performance-visualization
browbeat
Performance monitoring and testing of OpenStack
Stars: ✭ 80 (-83.4%)
Mutual labels:  performance-visualization, performance-monitoring
Androidgodeye
An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
Stars: ✭ 2,430 (+404.15%)
Mutual labels:  performance-monitoring, performance-visualization
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+373.24%)
Mutual labels:  performance-monitoring, performance-visualization
performance-budget-plugin
Perfromance budget plugin for Webpack (https://webpack.js.org/)
Stars: ✭ 65 (-86.51%)
Mutual labels:  performance-monitoring, webperf
javametrics
Application Metrics for Java™ instruments the Java runtime for performance monitoring, providing the monitoring data visually with its built in dashboard
Stars: ✭ 19 (-96.06%)
Mutual labels:  performance-visualization, performance-monitoring
Verge
🟣 Verge is a very tunable state-management engine on iOS App (UIKit / SwiftUI) and built-in ORM.
Stars: ✭ 273 (-43.36%)
Mutual labels:  performance-monitoring
Rails performance
Monitor performance of you Rails applications
Stars: ✭ 345 (-28.42%)
Mutual labels:  performance-monitoring
PCMgr
Windows 任务管理器重制版 A rebulid version for Windows task manager.
Stars: ✭ 70 (-85.48%)
Mutual labels:  performance-monitoring
zipkin-javascript-opentracing
Opentracing implementation for Zipkin in Javascript
Stars: ✭ 19 (-96.06%)
Mutual labels:  performance-monitoring
Apm Agent Dotnet
Elastic APM .NET Agent
Stars: ✭ 418 (-13.28%)
Mutual labels:  performance-monitoring
Sparklens
Qubole Sparklens tool for performance tuning Apache Spark
Stars: ✭ 345 (-28.42%)
Mutual labels:  performance-visualization
msr-safe
Allows safer access to model specific registers (MSRs)
Stars: ✭ 62 (-87.14%)
Mutual labels:  performance-monitoring
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: ✭ 25 (-94.81%)
Mutual labels:  performance-monitoring

Front-end

Backers on Open Collective Sponsors on Open Collective

v1.2.3

Visualisation layer and data store for SpeedTracker


js-standard-style

Installation

  1. Click here to request a WebPageTest API key.
  2. Fork this repository into your own GitHub account or organisation.
  3. Enable GitHub Pages for the repository under Settings > Options > GitHub Pages. Select the branch you want to serve your site from (typically master).
  4. Add speedtracker-bot as a collaborator on your repository (under Settings > Collaborators).
  5. Use the connect tool to establish a connection between SpeedTracker and your repository.
  6. Edit the main configuration file (speedtracker.yml).
  7. Edit _profiles/default.html to define your first profile.
  8. Commit and push the changed files.
  9. Use the test tool to run a test.

Development

  1. Install dependencies
npm install
  1. Start the Jekyll server
jekyll serve --watch --port SOME_PORT
  1. Start Webpack
npm run watch
  1. When you're done with your changes, build the bundle for production
npm run build

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! [Become a backer]

Sponsors

Thank you to all our sponsors! (please ask your company to also support this open source project by becoming a sponsor)

License

This project is licensed under the MIT license:

The MIT License (MIT)

Copyright (c) 2016 Eduardo Bouças

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].