期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
Microstructure ordering:a strategy to overcome performance bottlenecks
1
作者 Tao Zhang Xiang Luo +1 位作者 Hai-Tian Zhang Xiangyi Zhang 《Science Bulletin》 2025年第7期1022-1025,共4页
Given the severe energy and environmental crises,there is a pressing need for the development of high-performance functional materials.Therefore,significant challenges facing current functional materials must be addre... Given the severe energy and environmental crises,there is a pressing need for the development of high-performance functional materials.Therefore,significant challenges facing current functional materials must be addressed,including further improving material performance,resolving complex trade-offs between properties,and achieving multifunctionality for greater energy efficiency while effectively preventing premature failures during functional processes.Traditional materials may exhibit translational periodicity at the lattice level,but their microstructures,such as grains and their characteristics,are often randomly distributed.Recent discoveries indicate that if the microstructure is constructed in an ordered manner,e.g.,grain size gradient,materials can perform distinctively compared to their conventional counterparts,potentially breaking through the trade-offs between various properties and achieving transformative performance[1-3]. 展开更多
关键词 energy environmental crises translational periodic functional materials microstructure ordering performance bottlenecks material performance improving material performanceresolving achieving multifunctionality
原文传递
Research and improvement on packet capture mechanism in linux for high-speed network 被引量:2
2
作者 杨武 方滨兴 +1 位作者 云晓春 张宏莉 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2005年第5期494-498,共5页
With the increasing enlargement of network scale and the rapid development of network techniques, large numbers of the network applications begin to appear. Packet capture plays an important role as one basic techniqu... With the increasing enlargement of network scale and the rapid development of network techniques, large numbers of the network applications begin to appear. Packet capture plays an important role as one basic technique used in each field of the network applications. In a high-speed network, the heavy traffic of network transmission challenges the packet capture techniques. This paper does an in-depth analysis on the traditional packet capture mechanisms in Linux, and then measures the performance bottleneck in the process of packet capture. The methods for improving the packet capture performance are presented and an optimized packet capture scheme is also designed and implemented. The test demonstrates that the new packet capture mechanism (Libpacket) can greatly improve the packet capture performance of the network application systems in a high-speed network. 展开更多
关键词 high-speed network packet capture TCP/IP protocol stack performance bottleneck LKM
在线阅读 下载PDF
Adaptable and Dynamic Access Control Decision-Enforcement Approach Based on Multilayer Hybrid Deep Learning Techniques in BYOD Environment
3
作者 Aljuaid Turkea Ayedh M Ainuddin Wahid Abdul Wahab Mohd Yamani Idna Idris 《Computers, Materials & Continua》 SCIE EI 2024年第9期4663-4686,共24页
Organizations are adopting the Bring Your Own Device(BYOD)concept to enhance productivity and reduce expenses.However,this trend introduces security challenges,such as unauthorized access.Traditional access control sy... Organizations are adopting the Bring Your Own Device(BYOD)concept to enhance productivity and reduce expenses.However,this trend introduces security challenges,such as unauthorized access.Traditional access control systems,such as Attribute-Based Access Control(ABAC)and Role-Based Access Control(RBAC),are limited in their ability to enforce access decisions due to the variability and dynamism of attributes related to users and resources.This paper proposes a method for enforcing access decisions that is adaptable and dynamic,based on multilayer hybrid deep learning techniques,particularly the Tabular Deep Neural Network Tabular DNN method.This technique transforms all input attributes in an access request into a binary classification(allow or deny)using multiple layers,ensuring accurate and efficient access decision-making.The proposed solution was evaluated using the Kaggle Amazon access control policy dataset and demonstrated its effectiveness by achieving a 94%accuracy rate.Additionally,the proposed solution enhances the implementation of access decisions based on a variety of resource and user attributes while ensuring privacy through indirect communication with the Policy Administration Point(PAP).This solution significantly improves the flexibility of access control systems,making themmore dynamic and adaptable to the evolving needs ofmodern organizations.Furthermore,it offers a scalable approach to manage the complexities associated with the BYOD environment,providing a robust framework for secure and efficient access management. 展开更多
关键词 BYOD security access control access control decision-enforcement deep learning neural network techniques TabularDNN MULTILAYER dynamic adaptable FLEXIBILITY bottlenecks performance policy conflict
在线阅读 下载PDF
SyncNOVA:an end‑to‑end fine‑grained profiling tool oN lOck behaVior detection and critical section diAgnosis
4
作者 Wentao Feng Shizhe Shang +3 位作者 Pengfei Li Hailong Yang Zhongzhi Luan Depei Qian 《CCF Transactions on High Performance Computing》 2025年第2期100-113,共14页
Synchronization performance issues related to lock such as too large critical section and improper lock usage,are inevitable in scientific computing.Even skilled programmers suffer from complicated reports of existing... Synchronization performance issues related to lock such as too large critical section and improper lock usage,are inevitable in scientific computing.Even skilled programmers suffer from complicated reports of existing lock behavior profilers,not to mention scientists who are most of the scientific computing programmers.Besides,ARM-based supercomputers emerge on the top 500 list while ARM-supported lock behavior profiling tools haven’t got enough attention as they deserve.Based on an“one step for all”workflow including problem identification,problem analysis and solution generation,this paper presents an end-to-end and fine-grained lock behavior profiling tool,supporting both ARM and×86 architecture.Specially,this paper introduces a priority function to quantify the priority of distinct solutions and users can adjust different weights of metrics.Compared to existing work using library interception and replacement or×86-based analysis framework,finedgrained analysis,highly usable report,high portability and strong compatibility make it an efficient tool for scientific computing programmers to find and optimize lock related performance bugs. 展开更多
关键词 Synchronization performance bottlenecks Lock behavior detection Fine-grained analysis ARM
在线阅读 下载PDF
NfvInsight:A Framework for Automatically Deploying and Benchmarking VNF Chains
5
作者 Tian-Ni Xu Hai-Feng Sun +5 位作者 Di Zhang Xiao-Ming Zhou Xiu-Feng Sui Sa Wang Qun Huang Yun-Gang Bao 《Journal of Computer Science & Technology》 SCIE EI CSCD 2022年第3期680-698,共19页
With the advent of virtualization techniques and software-defined networking(SDN),network function virtualization(NFV)shifts network functions(NFs)from hardware implementations to software appliances,between which exi... With the advent of virtualization techniques and software-defined networking(SDN),network function virtualization(NFV)shifts network functions(NFs)from hardware implementations to software appliances,between which exists a performance gap.How to narrow the gap is an essential issue of current NFV research.However,the cumbersomeness of deployment,the water pipe effect of virtual network function(VNF)chains,and the complexity of the system software stack together make it tough to figure out the cause of low performance in the NFV system.To pinpoint the NFV system performance,we propose NfvInsight,a framework for automatic deployment and benchmarking VNF chains.Our framework tackles the challenges in NFV performance analysis.The framework components include chain graph generation,automatic deployment,and fine granularity measurement.The design and implementation of each component have their advantages.To the best of our knowledge,we make the first attempt to collect rules forming a knowledge base for generating reasonable chain graphs.NfvInsight deploys the generated chain graphs automatically,which frees the network operators from executing at least 391 lines of bash commands for a single test.To diagnose the performance bottleneck,NfvInsight collects metrics from multiple layers of the software stack.Specifically,we collect the network stack latency distribution ingeniously,introducing only less than 2.2%overhead.We showcase the convenience and usability of NfvInsight in finding bottlenecks for both VNF chains and the underlying system.Leveraging our framework,we find several design flaws of the network stack,which are unsuitable for packet forwarding inside one single server under the NFV circumstance.Our optimization for these flaws gains at most 3x performance improvement. 展开更多
关键词 network function virtualization(NFV) service chain performance bottleneck network stack latency
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部