Giter Club home page Giter Club logo

lmp's Introduction

Linux microscope

项目目标

  1. 帮助运维人员更全面地了解系统实时运行状态
  2. 希望通过BPF技术来探测系统性能数据
  3. 能够通过web形式展示性能数据

startup

TODO...

项目架构

界面截图

展开查看



项目结构概览

展开查看
.
├── README.md
├── api   协议文件、前端交互的接口文件等, 本项目的路由设置与路由函数
├── cmd   main函数文件目录
├── config   配置文件
├── deployments   后端下发的一些配置文件与模板
├── docs   本项目设计文档,项目经历记录文档等
├── go.mod
├── go.sum
├── internal   本项目封装的代码,其中包括BPF代码等
├── pkg   通用的可以被其他项目所使用的一些代码
├── static   项目用到的一些静态页面,包括前端静态展示页、图片等
├── test   测试目录,包括功能测试,性能测试等
└── vendor   本项目依赖的其它第三方库

本地测试

编译

$ git clone https://github.com/linuxkerneltravel/lmp
$ cd lmp 
$ make
$ ./cmd/main

打开浏览器进行本地观测

http://localhost:8080/

感谢以下开源项目的支持

lmp's People

Contributors

linkinpf avatar x1ngx1ngzzz avatar helight avatar hawl29 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.