Skip to main content

Home/ Groups/ Larvata
crazylion lee

GitHub - OpenTSDB/opentsdb: A scalable, distributed Time Series Database. - 0 views

  •  
    "A scalable, distributed Time Series Database"
crazylion lee

GitHub - naver/pinpoint: Pinpoint is an open source APM (Application Performance Manage... - 0 views

  •  
    "Pinpoint is an open source APM (Application Performance Management) tool for large-scale distributed systems written in Java. http://naver.github.io/pinpoint/"
crazylion lee

GitHub - dianping/cat: Central Application Tracking - 0 views

shared by crazylion lee on 15 Mar 18 - No Cached
  •  
    "Central Application Tracking"
crazylion lee

OpenZipkin · A distributed tracing system - 0 views

shared by crazylion lee on 12 Mar 18 - No Cached
  •  
    "Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages both the collection and lookup of this data. Zipkin's design is based on the Google Dapper paper."
crazylion lee

GitHub - hugmanrique/turbo-ws: Blazing fast low-level WebSocket server - 0 views

  •  
    "
crazylion lee

GitHub - schneems/derailed_benchmarks: Go faster, off the Rails - Benchmarks for your w... - 0 views

  •  
    "Go faster, off the Rails - Benchmarks for your whole Rails app"
crazylion lee

ProxySQL - 0 views

  •  
    "ProxySQL High-performance MySQL proxy "
crazylion lee

UwAmp Wamp Server - Apache MySQL PHP - 0 views

  •  
    "UwAmp Free Wamp Server with Apache MySQL PHP and SQLite"
張 旭

redis cluster管理工具redis-trib.rb详解 | 魏子珺的博客 - 0 views

  • reshard命令可以在线把集群的一些slot从集群原来slot负责节点迁移到新的节点,利用reshard可以完成集群的在线横向扩容和缩容。
crazylion lee

GitHub - olark/up: Zero-downtime reloads and requests load balancer based on distribute. - 0 views

  •  
    "Zero-downtime reloads and requests load balancer based on distribute."
crazylion lee

GitHub - bdimcheff/rainbow-deploys: - 0 views

  •  
    " or: how you can deploy services to Kubernetes that require long periods of draining."
張 旭

How To Use Bash's Job Control to Manage Foreground and Background Processes | DigitalOcean - 0 views

  • Most processes that you start on a Linux machine will run in the foreground. The command will begin execution, blocking use of the shell for the duration of the process.
  • By default, processes are started in the foreground. Until the program exits or changes state, you will not be able to interact with the shell.
  • stop the process by sending it a signal
  • ...17 more annotations...
  • Linux terminals are usually configured to send the "SIGINT" signal (typically signal number 2) to current foreground process when the CTRL-C key combination is pressed.
  • Another signal that we can send is the "SIGTSTP" signal (typically signal number 20).
  • A background process is associated with the specific terminal that started it, but does not block access to the shell
  • start a background process by appending an ampersand character ("&") to the end of your commands.
  • type commands at the same time.
  • The [1] represents the command's "job spec" or job number. We can reference this with other job and process control commands, like kill, fg, and bg by preceding the job number with a percentage sign. In this case, we'd reference this job as %1.
  • Once the process is stopped, we can use the bg command to start it again in the background
  • By default, the bg command operates on the most recently stopped process.
  • Whether a process is in the background or in the foreground, it is rather tightly tied with the terminal instance that started it
  • When a terminal closes, it typically sends a SIGHUP signal to all of the processes (foreground, background, or stopped) that are tied to the terminal.
  • a terminal multiplexer
  • start it using the nohup command
  • appending output to ‘nohup.out’
  • pgrep -a
  • The disown command, in its default configuration, removes a job from the jobs queue of a terminal.
  • You can pass the -h flag to the disown process instead in order to mark the process to ignore SIGHUP signals, but to otherwise continue on as a regular job
  • The huponexit shell option controls whether bash will send its child processes the SIGHUP signal when it exits.
crazylion lee

DBeaver | Free Universal SQL Client - 0 views

  •  
    "Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, PostgreSQL, MariaDB, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Derby, etc."
crazylion lee

GitHub - ntentan/atiaa: A thin wrapper around PHP's PDO. - 0 views

shared by crazylion lee on 26 Jan 18 - No Cached
  •  
    "A thin wrapper around PHP's PDO."
crazylion lee

GitHub - fabiolb/fabio: Consul Load-Balancing made simple - 0 views

  •  
    "consul Load-Balancing made simple https://fabiolb.net"
« First ‹ Previous 481 - 500 of 1422 Next › Last »
Showing 20 items per page