Jove
Visualize
Contact Us

Related Concept Videos

Production Efficiency01:01

Production Efficiency

18.1K
Net production efficiency (NPE) is the efficiency at which organisms assimilate energy into biomass for the next trophic level. Due to low metabolic rates and less energy spent on thermoregulatory processes, the NPE of ectotherms (cold-blooded animals) is 10 times higher than endotherms (warm-blooded animals).
18.1K
Quantifying Work02:30

Quantifying Work

23.8K
As a system undergoes a change, its internal energy can change, and energy can be transferred from the system to the surroundings, or from the surroundings to the system.
23.8K
Multimachine Stability01:25

Multimachine Stability

537
Multimachine stability analysis is crucial for understanding the dynamics and stability of power systems with multiple synchronous machines. The objective is to solve the swing equations for a network of M machines connected to an N-bus power system.
In analyzing the system, the nodal equations represent the relationship between bus voltages, machine voltages, and machine currents. The nodal equation is given by:
537
Column Efficiency: Rate Theory01:12

Column Efficiency: Rate Theory

869
The rate theory of chromatography provides quantitative insight into the shapes and widths of elution bands. These bands are based on the random-walk mechanism governing molecular migration within a column. The Gaussian profile of chromatographic bands arises from the cumulative effect of random molecular motions as they progress through the column.
During elution, a solute molecule experiences numerous transitions between stationary and mobile phases, exhibiting irregular residence times in...
869
Net Torque Calculations01:19

Net Torque Calculations

11.2K
When a mechanic tries to remove a hex nut with a wrench, it is easier if the force is applied at the farthest end of the wrench handle. The lever arm is the distance from the pivot point (the hex nut in this case) to the person’s hand. If this distance is large, the torque is higher. Only the component of the force perpendicular to the lever arm contributes to the torque. Therefore, pushing the wrench perpendicular to the lever arm is more advantageous. If multiple people apply force to...
11.2K
Distribution Reliability and Automation01:25

Distribution Reliability and Automation

485
Distribution reliability in electrical power systems is critical for ensuring an uninterrupted power supply to consumers at minimal cost. According to IEEE Standard Terms, reliability is the probability that a device will function without failure over a specified time period or amount of usage. For electric power distribution, this translates to maintaining continuous power supply and addressing customer concerns over power outages. Several indices, as defined by IEEE Standard 1366-2012, are...
485

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

On the Analysis of Inter-Relationship between Auto-Scaling Policy and QoS of FaaS Workloads.

Sensors (Basel, Switzerland)·2024
Same journal

RETRACTED: Zhang et al. A Novel Framework for Reconstruction and Imaging of Target Scattering Centers via Wide-Angle Incidence in Radar Networks. <i>Sensors</i> 2025, <i>25</i>, 6802.

Sensors (Basel, Switzerland)·2026
Same journal

Enhancing Unsupervised Multi-Source Domain Adaptation for Person Re-Identification via Mixture of Experts and Graph-Based Relation.

Sensors (Basel, Switzerland)·2026
Same journal

Development of an Instrumented Glove for Palmar Pressure Assessment in Kayakers.

Sensors (Basel, Switzerland)·2026
Same journal

Development and Experimental Validation of an Autonomous IoT-Based Monitoring System for Real-Time Water Quality Assessment in the Amazon River.

Sensors (Basel, Switzerland)·2026
Same journal

Semi-Supervised Adversarial Learning Framework for Controller Area Network Bus Intrusion Detection.

Sensors (Basel, Switzerland)·2026
Same journal

Smart Optimization Method for Safety Signs in Innovative Manufacturing Environments Integrating Industrial Field IoT Sensors and Knowledge Graphs.

Sensors (Basel, Switzerland)·2026
See all related articles
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Video

Updated: Jan 11, 2026

Automated Deployment of an Internet Protocol Telephony Service on Unmanned Aerial Vehicles Using Network Functions Virtualization
07:49

Automated Deployment of an Internet Protocol Telephony Service on Unmanned Aerial Vehicles Using Network Functions Virtualization

Published on: November 26, 2019

8.5K

Aquila: Efficient In-Kernel System Call Telemetry for Cloud-Native Environments.

Juyong Shin1, Jisu Kim1, Jaehyun Nam2

  • 1Department of AI-Based Convergence, Dankook University, 152, Jukjeon-ro, Suji-gu, Yongin-si 16890, Republic of Korea.

Sensors (Basel, Switzerland)
|November 13, 2025
PubMed
Summary
This summary is machine-generated.

Aquila, a new system call telemetry framework, enhances cloud-native monitoring by reducing overhead and improving reliability. It provides richer context for analyzing complex workload behaviors, overcoming limitations of existing eBPF-based systems.

Keywords:
cloud-native securityeBPF monitoringsystem call telemetry

More Related Videos

Integration of 5G Experimentation Infrastructures into a Multi-Site NFV Ecosystem
10:15

Integration of 5G Experimentation Infrastructures into a Multi-Site NFV Ecosystem

Published on: February 3, 2021

4.1K

Related Experiment Videos

Last Updated: Jan 11, 2026

Automated Deployment of an Internet Protocol Telephony Service on Unmanned Aerial Vehicles Using Network Functions Virtualization
07:49

Automated Deployment of an Internet Protocol Telephony Service on Unmanned Aerial Vehicles Using Network Functions Virtualization

Published on: November 26, 2019

8.5K
Integration of 5G Experimentation Infrastructures into a Multi-Site NFV Ecosystem
10:15

Integration of 5G Experimentation Infrastructures into a Multi-Site NFV Ecosystem

Published on: February 3, 2021

4.1K

Area of Science:

  • Computer Science
  • Cloud Computing
  • Systems Engineering

Background:

  • System call telemetry is crucial for understanding cloud-native runtime behavior.
  • Existing eBPF-based monitors face challenges with high overhead, unreliable delivery, and limited contextual information.
  • These limitations hinder scalability and complicate the analysis of complex workload activities.

Purpose of the Study:

  • To introduce Aquila, a novel lightweight telemetry framework designed for efficiency, reliability, and semantic fidelity in system call monitoring.
  • To address the scalability and reliability issues of current eBPF-based telemetry solutions.
  • To enhance the contextual information available for system call analysis in cloud-native environments.

Main Methods:

  • Aquila utilizes a dual-path kernel pipeline to separate metadata from attributes, optimizing event processing.
  • Implements priority-aware buffering and explicit drop detection for improved event retention and overload visibility.
  • Enriches kernel traces with Kubernetes metadata in user space for semantic mapping of system calls to cloud resources.

Main Results:

  • Aquila demonstrates improved scalability under representative workloads compared to existing approaches.
  • The framework significantly reduces event loss, enhancing telemetry stream reliability.
  • Aquila provides enhanced semantic completeness of system call telemetry, aiding in the analysis of complex behaviors.

Conclusions:

  • Aquila offers a more efficient, reliable, and semantically rich solution for system call telemetry in cloud-native infrastructures.
  • The framework effectively overcomes the limitations of existing eBPF-based monitoring tools.
  • Aquila facilitates better understanding and analysis of runtime behavior in complex cloud environments.