Skip to content

Commit

Permalink
chore: add kyanos to emerging apps list (#672)
Browse files Browse the repository at this point in the history
* chore: add kyanos to emerging apps list

Signed-off-by: hengyoush <hengyoush1@163.com>

* chore: make the description shorter and more focus on eBPF

make the description shorter and more focus on eBPF

Signed-off-by: 烈香 <hengyoush1@163.com>

* Update emerging.js

Signed-off-by: 烈香 <hengyoush1@163.com>

---------

Signed-off-by: hengyoush <hengyoush1@163.com>
Signed-off-by: 烈香 <hengyoush1@163.com>
  • Loading branch information
hengyoush authored Dec 17, 2024
1 parent 7091ba9 commit 9d07a54
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import keplerLogo from './logos/kepler.gif';
import kubeArmorLogo from './logos/kubearmor.svg';
import kubectlTraceLogo from './logos/kubectl_trace.svg';
import kubeskoopLogo from './logos/kubeskoop.svg';
import kyanosLogo from './logos/kyanos.png';
import l3afLogo from './logos/l3af.svg';
import linuxLogo from './logos/linux.svg';
import llvmLogo from './logos/llvm.svg';
Expand Down Expand Up @@ -163,6 +164,7 @@ const logos = {
kflowLogo: (
<StaticImage src="./logos/kflow.png" alt="kflow" loading="lazy" width={116} height={116} />
),
kyanosLogo,
};

const Logo = ({ logo, name }) => {
Expand Down
15 changes: 15 additions & 0 deletions src/data/pages/applications/emerging.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,21 @@ const emergingApplications = [
{ label: 'Website', url: 'https://retina.sh' },
],
},
{
logoUrl: 'https://github.com/hengyoush/kyanos',
name: 'kyanos',
logoName: 'kyanosLogo',
title: 'eBPF based networking analysis command line tool',
description: `Kyanos uses eBPF to collect network traffic events
at both the application layer and the kernel. From these eBPF events,
it visualizes the time consumption of network data in the kernel and
calculates various aggregated metrics on the network flow, making
troubleshooting more efficient.`,
urls: [
{ label: 'GitHub', url: 'https://github.com/hengyoush/kyanos' },
{ label: 'Website', url: 'https://kyanos.io' },
],
},
{
logoUrl: 'https://github.com/kinvolk/inspektor-gadget',
name: 'Inspektor Gadget',
Expand Down

0 comments on commit 9d07a54

Please sign in to comment.