1304814331 J * ksn ~ksn@41.146.171.147 1304815724 Q * manana Remote host closed the connection 1304816620 M * Mr_Smoke Bertl_oO: question for when you get back ... what's the easiest way to get VSZ/RSS info for a guest, to use with munin/rrdtool : vserver-stat ? cgroup ? some /proc entry ? 1304816624 M * Mr_Smoke thnx :) 1304816624 M * Mr_Smoke nite 1304820385 J * derjohn_foo ~aj@p4FFD1E99.dip.t-dialin.net 1304820773 Q * derjohn_mob Ping timeout: 480 seconds 1304820993 Q * ksn Quit: leaving 1304821024 N * Bertl_oO Bertl 1304821041 M * Bertl Mr_Smoke: with a recent kernel, probably the cgroup entry directly 1304827473 M * Bertl off to bed now ... have a good one everyone! 1304827477 N * Bertl Bertl_zZ 1304834045 Q * ignaz Ping timeout: 480 seconds 1304834888 J * bsingh ~balbir@122.172.36.168 1304835473 Q * bsingh Ping timeout: 480 seconds 1304837115 J * ignaz ~ignaz@85-126-150-194.work.xdsl-line.inode.at 1304839625 J * Piet_ ~Piet__@04ZAABFXY.tor-irc.dnsbl.oftc.net 1304840028 Q * Piet Ping timeout: 480 seconds 1304843957 J * bonbons ~bonbons@2001:960:7ab:0:2492:c553:df60:e245 1304844113 J * manana ~mayday090@84.17.25.149 1304845268 J * eyck ~eyck@77.79.198.68 1304845663 J * petzsch ~markus@dslb-088-075-170-052.pools.arcor-ip.net 1304847308 J * hijacker ~hijacker@87-126-142-51.btc-net.bg 1304849294 J * pmenier ~pmenier@ACaen-751-1-16-109.w86-220.abo.wanadoo.fr 1304850230 J * bsingh ~balbir@122.172.36.168 1304850465 Q * sigue Remote host closed the connection 1304850476 J * sigue contempt@stole.ur.cc-number.info 1304851573 Q * bsingh Ping timeout: 480 seconds 1304856012 N * Bertl_zZ Bertl 1304856016 M * Bertl morning folks! 1304858350 Q * pmenier 1304859715 M * darkhawk hi there 1304861375 Q * petzsch Quit: Leaving. 1304867632 M * Bertl nap attack .. bbl 1304867639 N * Bertl Bertl_zZ 1304869595 J * petzsch ~markus@dslb-088-075-170-052.pools.arcor-ip.net 1304871699 Q * manana Remote host closed the connection 1304872768 J * manana ~mayday090@84.17.25.149 1304875298 J * matti matti@acrux.romke.net 1304876058 Q * matti Quit: 8-X 1304876324 J * matti matti@acrux.romke.net 1304878753 N * Bertl_zZ Bertl 1304880940 N * ensc Guest149 1304880950 J * ensc ~irc-ensc@p5DF2F0D0.dip.t-dialin.net 1304881359 Q * Guest149 Ping timeout: 480 seconds 1304882060 J * AndrewLee ~andrew@n201.enc.hlc.edu.tw 1304882076 Q * AndrewLee 1304882082 J * AndrewLee ~andrew@n201.enc.hlc.edu.tw 1304882087 Q * AndrewLee 1304882089 J * AndrewLee ~andrew@n201.enc.hlc.edu.tw 1304882094 Q * AndrewLee 1304882102 J * AndrewLee ~andrew@n201.enc.hlc.edu.tw 1304883446 Q * hijacker Quit: Leaving 1304886827 Q * bonbons Quit: Leaving 1304886836 J * bonbons ~bonbons@2001:960:7ab:0:3d16:742d:34c1:c4ad 1304886912 Q * bonbons 1304887768 M * Mr_Smoke Bertl: well /dev/cgroup//memory.stat has RSS but i dunno about VSZ 1304887810 M * Mr_Smoke Also, the rss or total rss values are not the RSS values reported by vserver-stat 1304887848 M * Mr_Smoke I admit knowing too little about memory management to make sense out of all the memory cgroup data :/ 1304888501 Q * petzsch Quit: Leaving. 1304888652 M * Bertl well, VSZ is a sum of all processes (in recent vserver-stat) so you can either get that there or sum it up yourself 1304888675 M * Bertl for the RSS, it should be the same, given that your util-vserver is reasonably new 1304888712 M * daniel_hozac VSZ is really not an interesting thing to look at that though IMHO 1304888769 M * daniel_hozac util-vserver looks at memory.usage_in_bytes 1304888799 J * ksn ~ksn@41.146.171.147 1304888810 M * daniel_hozac (which is cache + rss) 1304891580 M * Mr_Smoke hm 1304891602 M * Mr_Smoke then : 1304891603 M * Mr_Smoke total_rss 8179712 1304891616 M * Mr_Smoke CTX PROC VSZ RSS userTIME sysTIME UPTIME NAME 1304891616 M * Mr_Smoke 180 6 45.3M 25.6M 3m19s69 0m42s11 16d01h35 ns0 1304891650 M * Mr_Smoke What am I missing ? 1304891685 M * Mr_Smoke daniel_hozac: you mean vserver-stat's RSS = rss + cache from the cgroup ? 1304891776 M * daniel_hozac yes, that is what memory.usage_in_bytes is. 1304891836 N * Piet_ Piet 1304891860 M * Mr_Smoke ok 1304891885 M * Mr_Smoke Indeed 1304891900 M * Mr_Smoke and how would you suggest to go about graphing cpu usage ? 1304891903 M * Mr_Smoke I mean 1304891924 M * Mr_Smoke for example, I'd like to graph cpu usage per vserver 1304891948 M * Mr_Smoke sounds more like a proc entry maybe 1304891990 M * Mr_Smoke /proc/virtual//cvirt sounds good 1304892010 M * Mr_Smoke I'll see if I can learn enough to make a munin plugin out of this 1304892533 M * daniel_hozac the cgroup's cpuacct.stat is what util-vserver uses.