lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 18 Apr 2016 20:53:53 +0800
From:	zhong jiang <zhongjiang@...wei.com>
To:	<tj@...nel.org>
CC:	<lizefan@...wei.com>, <miaoxie@...wei.com>, <dingxiang@...wei.com>,
	LKML <linux-kernel@...r.kernel.org>
Subject: A mainline question about cgroup writeback

cgroup writeback support the filesystem both ext4 and ext2.
but,  it appears to be not work when I test the function in the ext4.
The example is as follows:
echo "8:0 1048576" > blkio.throttle.write_bps_device
echo $$ > cgroup.procs
dd if=/dev/zero of=/test.c bs=1M count=10240
10240+0 records in
10240+0 records out
10737418240 bytes (11 GB) copied, 49.8796 s, 215 MB/s

Furthering test find that the ratelimit will be limited if it write data
to disk directly.  Additionly, The read ratelimit is limited whther it go through
the page cache or not.



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ