मेमोरी और सीपीयू को lxc-execute के साथ सीमित करें


9

मैं lxc-execute का उपयोग करके प्रक्रियाओं को अलग करना चाहूंगा। क्या बैंडविड्थ, सीपीयू और मेमोरी लिमिट सेट करना संभव है?

मैं lxc.conf के आदमी में एक नज़र था, लेकिन मुझे यह संपूर्ण नहीं लगा।

जवाबों:


23

सबसे पहले मैं आपको Cgroups समझना चाहूंगा जो LXC उपयोगिता का एक हिस्सा है। जब आपके पास एक कंटेनर होता है, तो आप स्पष्ट रूप से यह सुनिश्चित करना चाहेंगे कि आपके द्वारा चलाए जा रहे विभिन्न कंटेनरों ने किसी अन्य कंटेनर या प्रक्रिया को भूखा रखा। इसे ध्यान में रखते हुए, LXC परियोजना का अच्छा लड़काउर्फ डैनियल लेक्ज़ानो ने कंटेनर तकनीक के साथ इंटीग्रेटेड कॉग्रुप्स तैयार किए जो वह यानी एलएक्ससी बना रहे थे। अब यदि आप संसाधन उपयोग निर्दिष्ट करना चाहते हैं, तो आपको अपने CGROUP को कॉन्फ़िगर करने की आवश्यकता होगी। Cgroups आपको संसाधनों को आवंटित करने की अनुमति देता है - जैसे कि CPU समय, सिस्टम मेमोरी, नेटवर्क बैंडविड्थ, या इन संसाधनों के संयोजन - सिस्टम पर चल रहे कार्यों (प्रक्रियाओं) के उपयोगकर्ता-निर्धारित समूहों के बीच। आप अपने द्वारा कॉन्फ़िगर किए गए cgroups की निगरानी कर सकते हैं, कुछ संसाधनों तक cgroups की पहुँच से इनकार कर सकते हैं, और यहां तक ​​कि अपने cgroups को गतिशील रूप से किसी रनिंग सिस्टम पर पुन: कॉन्फ़िगर कर सकते हैं। Cgconfig (नियंत्रण समूह कॉन्फ़िगरेशन) सेवा को बूट समय पर शुरू करने और अपने पूर्वनिर्धारित cgroups को फिर से स्थापित करने के लिए कॉन्फ़िगर किया जा सकता है, इस प्रकार उन्हें रिबूट के पार लगातार बना रहा है। Cgroups में कई पदानुक्रम हो सकते हैं क्योंकि प्रत्येक पदानुक्रम एक या एक से अधिक सबसिस्टम (संसाधन नियंत्रक या नियंत्रक के रूप में भी जाना जाता है) से जुड़ा होता है। इसके बाद कई पेड़ बनेंगे जो असंबद्ध हैं। नौ उपप्रणालियाँ उपलब्ध हैं।

  1. ब्लॉक डिवाइस पर इनपुट / आउटपुट एक्सेस पर ब्लकिओ सीमा निर्धारित करता है
  2. CPU के लिए cgroup टास्क एक्सेस के लिए cpu अनुसूचक
  3. cpuacct CPU उपयोग और cgroup के लिए रिपोर्ट जनरेट करता है
  4. cpuset cgroup में CPU और मेमोरी असाइन करते हैं
  5. डिवाइस कार्यों द्वारा उपकरणों तक पहुंच का प्रबंधन करते हैं
  6. फ्रीजर कार्यों को निलंबित / फिर से शुरू करें
  7. स्मृति सीमा स्मृति
  8. net_cls टैग नेटवर्क पैकेट को लिनक्स ट्रैफ़िक नियंत्रक को कार्य ट्रैफ़िक की पहचान करने की अनुमति देता है
  9. ns नामस्थान

हम अपने कर्नेल में उपसमूह को कमांड द्वारा सूचीबद्ध कर सकते हैं:

lssubsys –am

lxc-cgroup कंटेनर नाम से जुड़े नियंत्रण समूह से मान प्राप्त करें या सेट करें। एक कंटेनर से जुड़े नियंत्रण समूह का प्रबंधन करें। उदाहरण का उपयोग:

lxc-cgroup -n foo cpuset.cpus "0,3" 

कंटेनर को प्रोसेसर 0 और 3 असाइन करें।

अब, मैंने अपने मूल प्रश्न का उत्तर दिया है। लेकिन मुझे थोड़ा पैरामीटर जोड़ना चाहिए जो आपके कंटेनर को lxc का उपयोग करने के लिए कॉन्फ़िगर करने के लिए आपके लिए उपयोगी हो सकता है। Redhat द्वारा संसाधन नियंत्रण के प्रलेखन के संघनित रूप हैं

BLKIO परिवर्तनीय पैरामीटर:

    blkio.reset_stats : any int to reset the statistics of BLKIO
    blkio.weight : 100 - 1000 (relative proportion of block I/O access)
    blkio.weight_device : major, minor , weight 100 - 1000 
    blkio.time : major, minor and time (device type and node numbers and length of access in milli seconds)
    blkio.throttle.read_bps_device : major, minor specifies the upper limit on the number of read operations a device can perform. The rate of the read operations is specified in bytes per second.
    blkio.throttle.read_iops_device :major, minor and operations_per_second specifies the upper limit on the number of read operations a device can  perform
    blkio.throttle.write_bps_device : major, minor and bytes_per_second (bytes per second)
    blkio.throttle.write_iops_device : major, minor and operations_per_second

सीएफएस परिवर्तनीय पैरामीटर:

    cpu.cfs_period_us : specifies a period of time in microseconds for how regularly a cgroup's access to CPU resources should be reallocated. If tasks in a cgroup should be able to access a single CPU for 0.2 seconds out of every 1 second, set cpu.cfs_quota_us to 200000 and cpu.cfs_period_us to 1000000.
    cpu.cfs_quota_us : total amount of time in microseconds that all tasks in a cgroup can run during one period. Once limit has reached, they are not allowed to run beyond that. 
    cpu.shares : contains an integer value that specifies the relative share of CPU time available to tasks in a cgroup.


    Note: For example, tasks in two cgroups that have cpu.shares set to 1 will receive equal CPU time, but tasks in a cgroup that has cpu.shares set to 2 receive twice the CPU time of tasks in a cgroup where cpu.shares is set to 1. Note that shares of CPU time are distributed per CPU. If one cgroup is limited to 25% of CPU and another cgroup is limited to 75% of CPU, on a multi-core system, both cgroups will use 100% of two different CPUs. 

आरटी मॉडिफाइड पैरामीटर्स:

cpu.rt_period_us : time in microseconds for how regularly a cgroups access to CPU resources should be reallocated. 
cpu.rt_runtime_us : same as above.

सीपीयूसेट:

cpuset subsystem assigns individual CPUs and memory nodes to cgroups.
Note: here some parameters are mandatory
Mandatory: 


cpuset.cpus : specifies the CPUs that tasks in this cgroup are permitted to access. This is a comma-separated list in ASCII format, with dashes (" -")                 to represent ranges. For example 0-2,16 represents CPUs 0, 1, 2, and 16. 
        cpuset.mems : specifies the memory nodes that tasks in this cgroup are permitted to access. same as above format


Optional: 
        cpuset.cpu_exclusive : contains a flag ( 0 or 1) that specifies whether cpusets other than this one and its parents and children can share the CPUs specified for this cpuset. By default ( 0), CPUs are not allocated exclusively to one cpuset. 
        cpuset.mem_exclusive : contains a flag ( 0 or 1) that specifies whether other cpusets can share the memory nodes specified for this cpuset. By default ( 0), memory nodes are not allocated exclusively to one cpuset. Reserving memory nodes for the exclusive use of a cpuset ( 1) is functionally the same as enabling a memory hardwall with the cpuset.mem_hardwall parameter.
        cpuset.mem_hardwall : contains a flag ( 0 or 1) that specifies whether kernel allocations of memory page and buffer data should be restricted to the memory nodes specified for this cpuset. By default ( 0), page and buffer data is shared across processes belonging to multiple users. With a hardwall enabled ( 1), each tasks' user allocation can be kept separate.
        cpuset.memory_pressure_enabled : contains a flag ( 0 or 1) that specifies whether the system should compute the memory pressure created by the processes in this cgroup
        cpuset.memory_spread_page : contains a flag ( 0 or 1) that specifies whether file system buffers should be spread evenly across the memory nodes allocated to this cpuset. By default ( 0), no attempt is made to spread memory pages for these buffers evenly, and buffers are placed on the same node on which the process that created them is running. 
        cpuset.memory_spread_slab : contains a flag ( 0 or 1) that specifies whether kernel slab caches for file input/output operations should be spread evenly across the cpuset. By default ( 0), no attempt is made to spread kernel slab caches evenly, and slab caches are placed on the same node on which the process that created them is running.
        cpuset.sched_load_balance : contains a flag ( 0 or 1) that specifies whether the kernel will balance loads across the CPUs in this cpuset. By default ( 1), the kernel balances loads by moving processes from overloaded CPUs to less heavily used CPUs.

उपकरण:

The devices subsystem allows or denies access to devices by tasks in a cgroup. 
    devices.allow : specifies devices to which tasks in a cgroup have access. Each entry has four fields: type, major, minor, and access.
    type can be of following three values: 
        a - applies to all devices
        b - block devices
        c - character devices
    access is a sequence of one or more letters: 
        r read from device
        w write to device
        m create device files that do not yet exist

    devices.deny : similar syntax as above
    devices.list : reports devices for which access control has been set for tasks in this cgroup

याद:

मेमोरी सबसिस्टम एक cgroup में कार्यों द्वारा उपयोग किए जाने वाले मेमोरी संसाधनों पर स्वत: रिपोर्ट उत्पन्न करता है, और उन कार्यों द्वारा मेमोरी उपयोग पर सीमा निर्धारित करता है मेमोरी मोडिफायबल पैरामीटर: memory.limit_in_bytes: उपयोगकर्ता मेमोरी की अधिकतम मात्रा निर्धारित करता है। किलोग्राम और एम के लिए प्रत्यय जैसे मेगा आदि के लिए प्रत्यय का उपयोग कर सकता है। यह केवल समूहों को सीमित करता है। यानी रूट cgroup को सीमित नहीं किया जा सकता है। memory.memsw.limit_in_bytes: मेमोरी और स्वैप उपयोग के योग के लिए अधिकतम राशि सेट करता है। फिर से यह रूट cgroup को सीमित नहीं कर सकता है।

    Note: memory.limit_in_bytes should always be set before memory.memsw.limit_in_bytes because only after limit, can swp limit be set
    memory.force_empty : when set to 0, empties memory of all pages used by tasks in this cgroup
    memory.swappiness : sets the tendency of the kernel to swap out process memory used by tasks in this cgroup instead of reclaiming pages from the page cache. he default value is 60. Values lower than 60 decrease the kernel's tendency to swap out process memory, values greater than 60 increase the kernel's tendency to swap out process memory, and values greater than 100 permit the kernel to swap out pages that are part of the address space of the processes in this cgroup. 


    Note: Swappiness can only be asssigned to leaf groups in the cgroups architecture. i.e if any cgroup has a child cgroup, we cannot set the swappiness for that
    memory.oom_control : contains a flag ( 0 or 1) that enables or disables the Out of Memory killer for a cgroup. If enabled ( 0), tasks that attempt to consume more memory than they are allowed are immediately killed by the OOM killer. 

net_cls:

Net_cls सबसिस्टम एक पैकेट पहचानकर्ता (classid) के साथ नेटवर्क पैकेट को टैग करता है जो लिनक्स ट्रैफिक कंट्रोलर (tc) को किसी विशेष cgroup से उत्पन्न पैकेट की पहचान करने की अनुमति देता है। ट्रैफ़िक कंट्रोलर को अलग-अलग प्राथमिकताओं से अलग-अलग cgroups से पैकेट को असाइन करने के लिए कॉन्फ़िगर किया जा सकता है।

net_cls.classid : 0XAAAABBBB AAAA = major number (hex)
                         BBBB = minor number (hex)
        net_cls.classid contains a single value that indicates a traffic control handle. The value of classid read from the net_cls.classid file is presented in the decimal format while the value to be written to the file is expected in the hexadecimal format. e.g. 0X100001 = 10:1

net_prio:

नेटवर्क प्राथमिकता (net_prio) सबसिस्टम विभिन्न नेटवर्क के भीतर अनुप्रयोगों के लिए प्रत्येक नेटवर्क इंटरफ़ेस के प्रति नेटवर्क ट्रैफ़िक की प्राथमिकता को गतिशील रूप से सेट करने का एक तरीका प्रदान करता है। एक नेटवर्क की प्राथमिकता नेटवर्क ट्रैफ़िक को सौंपी गई संख्या है और सिस्टम और नेटवर्क उपकरणों द्वारा आंतरिक रूप से उपयोग की जाती है। नेटवर्क प्राथमिकता का उपयोग उन पैकेटों को अलग करने के लिए किया जाता है जिन्हें भेजा, कतारबद्ध या गिराया जाता है। ट्रैफिक कंट्रोलर (tc) नेटवर्क की प्राथमिकता तय करने के लिए जिम्मेदार है।

net_prio.ifpriomap : networkinterface , priority (/cgroup/net_prio/iscsi/net_prio.ifpriomap)
        Contents of the net_prio.ifpriomap file can be modified by echoing a string into the file using the above format, for example:

            ~]# echo "eth0 5" > /cgroup/net_prio/iscsi/net_prio.ifpriomap

0

यह डॉक काफी मददगार है: http://doc.opensuse.org/documentation/html/openSUSE/opensuse-tuning/cha.tuning.cgroups.html

जानकारी लिनक्स कर्नेल प्रलेखन में यहाँ हैं: / usr / src / linux / प्रलेखन / cgroups


जब तक यह सैद्धांतिक रूप से प्रश्न का उत्तर दे सकता है, उत्तर के आवश्यक भागों को शामिल करना और संदर्भ के लिए लिंक प्रदान करना बेहतर होगा
लेओ लाम
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.