All Projects → mj-hd → promviz-front

mj-hd / promviz-front

Licence: Apache-2.0 license
Visualize Prometheus Metrics With Vizceral

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to promviz-front

Shadowsocks Hub
A web app managing shadowsocks users, servers, nodes, products, accounts, and traffic. Suitable for internal use by companies, organizations, and friends.
Stars: ✭ 118 (+136%)
Mutual labels:  traffic
Decept
Decept Network Protocol Proxy
Stars: ✭ 229 (+358%)
Mutual labels:  traffic
vnstat-dashboard
A responsive web UI to view network traffic statistics provided by vnStat (with support for version 2.x)
Stars: ✭ 139 (+178%)
Mutual labels:  traffic
Perf Tools
⏱→ 🚀A set of tools for improving performance your application (balancer, performance, PerfKeeper, LazyPromise).
Stars: ✭ 135 (+170%)
Mutual labels:  traffic
Bluesky
The open source air traffic simulator
Stars: ✭ 146 (+192%)
Mutual labels:  traffic
Spectral Trajectory And Behavior Prediction
This is the code base for Trajectory and Driver Behavior Prediction in Autonomous Vehicles using Spectral Graph Theory
Stars: ✭ 236 (+372%)
Mutual labels:  traffic
Pingtunnel
ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
Stars: ✭ 1,904 (+3708%)
Mutual labels:  traffic
DTA
This repository documents MATLAB implementation of a dynamic user equilibrium solver, including a dynamic network loading sub-routine
Stars: ✭ 55 (+10%)
Mutual labels:  traffic
Youtubeshop
Youtube autolike and autosubs script
Stars: ✭ 177 (+254%)
Mutual labels:  traffic
website-fingerprinting
Deanonymizing Tor or VPN users with website fingerprinting and machine learning.
Stars: ✭ 59 (+18%)
Mutual labels:  traffic
Deep Qlearning Agent For Traffic Signal Control
A framework where a deep Q-Learning Reinforcement Learning agent tries to choose the correct traffic light phase at an intersection to maximize traffic efficiency.
Stars: ✭ 136 (+172%)
Mutual labels:  traffic
Traffictoll
NetLimiter-like bandwidth limiting and QoS for Linux
Stars: ✭ 147 (+194%)
Mutual labels:  traffic
Websockify
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
Stars: ✭ 2,942 (+5784%)
Mutual labels:  traffic
Kanaloa
Make your service more resilient by providing protection against traffic oversaturation
Stars: ✭ 129 (+158%)
Mutual labels:  traffic
trafficator
Traffic generator for local analytics testing
Stars: ✭ 27 (-46%)
Mutual labels:  traffic
Mapbox Directions Swift
Traffic-aware directions and map matching in Swift on iOS, macOS, tvOS, watchOS, and Linux
Stars: ✭ 115 (+130%)
Mutual labels:  traffic
Horaires Ratp Api
Webservice pour les horaires et trafic RATP en temps réel
Stars: ✭ 232 (+364%)
Mutual labels:  traffic
CoinHive
A nice friendly simple and easly customizable GUI for coinhives javascript miner to embed onto websites so users of your site can interact with features of the miner on every single page this javascript miner is to help those who have problems with advertisements/advertising/ads popups banners mobile redirects malvertising/malware etc and provid…
Stars: ✭ 58 (+16%)
Mutual labels:  traffic
ReshaperForBurp
Burp Suite Extension - Trigger actions and reshape HTTP request/response and WebSocket traffic using configurable rules
Stars: ✭ 32 (-36%)
Mutual labels:  traffic
Wall-of-Shame
A framework for capturing user credentials and sensitive device information.
Stars: ✭ 57 (+14%)
Mutual labels:  traffic

Promviz-front PRs Welcome

nghialv/promviz web front-end application

This fork of Netflix's vizceral-example contains these new features:

  • Replaying
  • Connection Chart
  • Node Coloring
  • Class Filtering
  • Notice Filtering

...

Install

This application is one of promviz's components.
To install, please refer to nghialv/promviz#install.

Install & Run Independently

npm install
npm run dev

or, you can use Docker to run:

docker build -t <name>/promviz-front .
docker run -p 8080:8080 -d <name>/promviz-front

then, you can view the top page at http://localhost:8080/

Public Docker Repository

mjhddevlion/promviz-front

Configuration

There are 2 ways to configure this application:

  1. edit .env file
  2. set environment variables

You can customize this application's behavior with these variables:

UPDATE_URL: endpoint of promviz server  
INTERVAL: interval between fetches (ms)  
MAX_REPLAY_OFFSET: limit of replaying offset (s)  

Contributing

Welcome PRs!

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