Oh, cake. At this point, there's just 2 of us, though it is production use.
[andy@mail proc]$ uname -a
Linux mail 2.6.9-34.EL #1 Wed Mar 8 00:07:35 CST 2006 i686 athlon i386 GNU/Linux
[andy@mail proc]$ cat /proc/meminfo | awk '/MemTotal/ { print $2/2 " kB" }'
501638 kB
[andy@mail proc]$ cat /proc/cpuinfo | awk '/cpu MHz/ { print $4/2 " MHz" }'
915.15 MHz
Just a 1GB stick of memory in the host.. was a pair of them, but one went bad and I haven't gotten around to getting another. Lower priority until I start adding more users.
Free T-Shirts. Just for fun.
Free T-Shirts. Just for fun.
[raraki@gila ~]$ cat /proc/meminfo | awk '/MemTotal/ {print $2/(14*1024) " MBytes"}'
289.512 MBytes
[raraki@gila ~]$ cat /proc/cpuinfo | awk '/cpu MHz/ {print $4/14 " MHz"}'
157.984 MHz
157.984 MHz
[raraki@gila ~]$ uname -a
Linux gila 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 athlon i386 GNU/Linux
running on a dual core Opteron Sun X2100 with 14 users
thanks to ashelley for the commands above
289.512 MBytes
[raraki@gila ~]$ cat /proc/cpuinfo | awk '/cpu MHz/ {print $4/14 " MHz"}'
157.984 MHz
157.984 MHz
[raraki@gila ~]$ uname -a
Linux gila 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 athlon i386 GNU/Linux
running on a dual core Opteron Sun X2100 with 14 users
thanks to ashelley for the commands above
Free T-Shirts. Just for fun.
[root@webmail.jeffarnold.net] /root
' cat /proc/meminfo | awk '/MemTotal/ {print $2/(2*1024)" MBytes"}
505.598 MBytes
[root@webmail.jeffarnold.net] /root
# cat /proc/cpuinfo | awk '/cpu MHz/ {print $4/2 " MHz"}'
1081.34 MHz
My wife and I are the only users. :)
' cat /proc/meminfo | awk '/MemTotal/ {print $2/(2*1024)" MBytes"}
505.598 MBytes
[root@webmail.jeffarnold.net] /root
# cat /proc/cpuinfo | awk '/cpu MHz/ {print $4/2 " MHz"}'
1081.34 MHz
My wife and I are the only users. :)
Free T-Shirts. Just for fun.
3.0GHz 2 Xeons
4.0GB RAM
34 users currently
6000MHz / 34 = 176.4Mhz / user
4000MB / 34 = 117 MB / user
This is at work, I'll report on my home setup when it's finished.
4.0GB RAM
34 users currently
6000MHz / 34 = 176.4Mhz / user
4000MB / 34 = 117 MB / user
This is at work, I'll report on my home setup when it's finished.
-
- Posts: 20
- Joined: Fri Sep 12, 2014 10:03 pm
- ZCS/ZD Version: 8.8.6_GA_1906.RHEL7_64_201711300410
Free T-Shirts. Just for fun.
Mem = 512MB, proc=PentII 450MHz x 2, Users = 10 so...
51.2 MB/user, 90MHz/user
Home use, family and friends only.
51.2 MB/user, 90MHz/user
Home use, family and friends only.
Free T-Shirts. Just for fun.
We have a single proc home server. Here are the numbers:
Total Users = 21
Total Domains = 5
Memory: MemTotal: 1035788 kB
CPU: cpu MHz: 2083.203
Mem Per User = 1035788 / 21 = 48.16 Meg Per User
Proc per user = 2083.203 / 21 = 99.20 Mhz Per user
-- Isi
Total Users = 21
Total Domains = 5
Memory: MemTotal: 1035788 kB
CPU: cpu MHz: 2083.203
Mem Per User = 1035788 / 21 = 48.16 Meg Per User
Proc per user = 2083.203 / 21 = 99.20 Mhz Per user
-- Isi
-
- Posts: 31
- Joined: Fri Sep 12, 2014 10:07 pm
Free T-Shirts. Just for fun.
from cat /proc/cpuinfo
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 1
cpu MHz : 2994.458
cache size : 1024 KB
:: and
[root@ ~]# free -m
total used free shared buffers cached
Mem: 2018 1935 82 0 80 790
-/+ buffers/cache: 1065 953
Swap: 2047 0 2046
64 user accounts....
Therefore
CPU/USERS => 2995/64 ==> 46.80 Hz/user
MEM/USERS ==> 2018/64 ==>31.53 Meg/user
...disclaimer
Most of the users are pop3/smtp users, only a couple of imap users. (no exchange users, coz we're using OSS) ... but having said that, the mail server is still busy.
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 1
cpu MHz : 2994.458
cache size : 1024 KB
:: and
[root@ ~]# free -m
total used free shared buffers cached
Mem: 2018 1935 82 0 80 790
-/+ buffers/cache: 1065 953
Swap: 2047 0 2046
64 user accounts....
Therefore
CPU/USERS => 2995/64 ==> 46.80 Hz/user
MEM/USERS ==> 2018/64 ==>31.53 Meg/user
...disclaimer
Most of the users are pop3/smtp users, only a couple of imap users. (no exchange users, coz we're using OSS) ... but having said that, the mail server is still busy.
Free T-Shirts. Just for fun.
2.8Ghz * 2 / 300 users = 18.7Hz/User
2GB RAM / 300 users = 6.7MB/User
2GB RAM / 300 users = 6.7MB/User
Free T-Shirts. Just for fun.
$ uname -a
Linux email 2.6.9-34.0.2.ELsmp #1 SMP Fri Jun 30 10:33:58 EDT 2006 i686 i686 i386 GNU/Linux
$ cat /proc/meminfo | awk '/MemTotal/ { print $2/300 " kB" }'
13621.6kB
$ cat /proc/cpuinfo | awk '/cpu MHz/ { print $4/300 " MHz" }'
10.6734 MHz
10.6734 MHz
10.6734 MHz
10.6734 MHz
He he... where is the ZIMBRA shirt???
Linux email 2.6.9-34.0.2.ELsmp #1 SMP Fri Jun 30 10:33:58 EDT 2006 i686 i686 i386 GNU/Linux
$ cat /proc/meminfo | awk '/MemTotal/ { print $2/300 " kB" }'
13621.6kB
$ cat /proc/cpuinfo | awk '/cpu MHz/ { print $4/300 " MHz" }'
10.6734 MHz
10.6734 MHz
10.6734 MHz
10.6734 MHz
He he... where is the ZIMBRA shirt???
-
- Ambassador
- Posts: 4558
- Joined: Fri Sep 12, 2014 9:52 pm
Free T-Shirts. Just for fun.
Best ratio: yetdog (18.7Hz/User & 6.7MB/User)
Most users: antonio.meireles (1149)
Most CPU: zaf (2 x 3.0GHz)
Most Mem: kjohnson (4GB)
Please PM me an address and the size you want. No PO boxes please.
Most users: antonio.meireles (1149)
Most CPU: zaf (2 x 3.0GHz)
Most Mem: kjohnson (4GB)
Please PM me an address and the size you want. No PO boxes please.
Who is online
Users browsing this forum: No registered users and 12 guests