slitaz-forge diff mirror/info/graphs.php @ rev 714

Virtual machines have moved
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 01 10:43:39 2021 +0000 (2021-02-01)
parents d59bc2abbc96
children cfad9fa3f53c
line diff
     1.1 --- a/mirror/info/graphs.php	Fri Sep 23 12:56:50 2016 +0300
     1.2 +++ b/mirror/info/graphs.php	Mon Feb 01 10:43:39 2021 +0000
     1.3 @@ -24,8 +24,6 @@
     1.4  		<a href="http://scn.slitaz.org/">Community</a>
     1.5  		<a href="http://doc.slitaz.org/">Doc</a>
     1.6  		<a href="http://forum.slitaz.org/">Forum</a>
     1.7 -		<a href="http://pro.slitaz.org/">Pro</a>
     1.8 -		<a href="http://slitaz.spreadshirt.net/">Shop</a>
     1.9  		<a href="http://bugs.slitaz.org/">Bugs</a>
    1.10  		<a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
    1.11  		<a href="http://cook.slitaz.org/">Cook</a>
    1.12 @@ -38,15 +36,14 @@
    1.13  	<!-- Information/image -->
    1.14  	<div class="block_info">
    1.15  		<header>Codename: <?php echo $host; ?></header>
    1.16 -		<p>
    1.17 -			This is the SliTaz GNU/Linux main mirror. The server runs naturally SliTaz 
    1.18 -			(stable) in an UML virtual machine provided by 
    1.19 -			<a href="http://www.ads-lu.com/">Allied Data Sys. (ADS)</a>.
    1.20  		</p>
    1.21 +			<p>This is the SliTaz GNU/Linux main mirror. The server runs naturally 
    1.22 +			SliTaz (stable) in a virtual machine provided by 
    1.23 +			<a href="https://www.linkedin.com/company/balinor-technologies/">balinor-technologies</a>.</p>
    1.24  		<p>
    1.25  			Mirror CPU is a <?php
    1.26  system("( sed '/cpuinfo=/!d;" .
    1.27 -	"s/.*cpuinfo=\\([^ ]*\).*/: \\1/;s/_/ /g' /proc/cmdline ; grep '^model name' /proc/cpuinfo) | sed -e 's/.*Intel(R) //;" .
    1.28 +	"s/.*cpuinfo=\\([^ ]*\).*/: \\1/;s/_/ /g' /proc/cmdline ; grep '^model name' /etc/cpuinfo) | sed -e 's/.*Intel(R) //;" .
    1.29  	"s/@//;s/(.*)//;s/CPU //;s/.*AMD //;s/.*: //;s/Processor //;q' |" .
    1.30  	" awk '{ s=$0; n++ } END { if (n == 2) printf \"dual \";" .
    1.31  	"if (n == 4) printf \"quad \"; print s }' ")
    1.32 @@ -54,8 +51,8 @@
    1.33  system("free | awk '/Mem:/ { x=2*$2-1; while (x >= 1024) { x /= 1024; ".
    1.34  	"n++ }; y=1; while (x > 2) { x /= 2; y *= 2}; ".
    1.35  	"printf \"%d%cB RAM\",y,substr(\"MG\",n,1) }' ")
    1.36 -			?> - Located in France next to 
    1.37 -			Roubaix. This page has real time statistics provided by PHP 
    1.38 +			?> - Located in France.
    1.39 +			This page has real time statistics provided by PHP 
    1.40  			<code>system()</code>.
    1.41  			Mirror is monitored by RRDtool which provides graphical stats.
    1.42  		</p>