Pool of Talent

banner

Pool of Talent

Please consider joining the PHP-Fusion 8 Team by submitting this form below.

Last seen

Last Seen Admins
[A] hien 00:13:52
[SA] Richard Ainz 01:48:24
[A] jikaka 02:25:13
[SA] Ankur 03:10:12
[SA] Domi 06:06:48

» Show More Admins «


[A] Archer 13:27:12
[SA] JoiNNN 16:10:30
[A] Yodix 22:07:24
[A] WolfCore 22:56:47
[SA] Halisson Ricardo 1 Day
[A] Arda 3 Days
[A] David 4 Days
[A] NetriX 6 Days
[A] FILON 1 Week
[A] MeTRoiD 1 Week
[A] Matthew 3 Weeks
[A] kneekoo 3 Weeks
[A] Christian 4 Weeks
[A] KEFF 4 Weeks
[A] lelebart 5 Weeks
[A] samem 6 Weeks
[SA] HobbyMan 11 Weeks
[A] Matonor 16 Weeks

Last Seen Users
[U] Sony 01:21:30
[U] Lippke 01:24:57
[U] Craig 02:19:47
[U] byte 03:23:04
[U] Wanabo 07:25:35

» Show More Users «


[U] krystian1988 18:30:23
[U] Rolly8 HL php 18:47:07
[U] Korcsii 19:29:02
[U] djdandi 20:56:32
[U] Johnny Viinblad Jensen 1 Day
[U] KasteR 1 Day
[U] Leina 1 Day
[U] MarioMP24 1 Day
[U] MarcusG 1 Day
[U] Creatium 2 Days

Monitoring of this sitePrint

Network

I am experimenting a bit with external monitor software of this site, you know some server somewhere checks if this server reponds on http or ping requests, to verify that the site is running. Currently testing Pingdom (Swedish excellent stuff ;-) ) and the public result is visible in this link. (Click on "History" up right.)

What seems a bit strange is that the site has begun to misbehave a bit. I have noticed timeouts on loading and as you can see via the Pingdom link, every 2-4 hours some minutes are dropped. Can you please verify this behaviour? If so post a comment below.

Thanks


Social Sharing: Delicious Facebook Google Live Reddit StumbleUpon Tweet This Yahoo

40
<
#11 | Ankur on February 27 2013 16:41:21
For better clarification in kb, mb, gb, use parsebytesize(memory_get_usage()) Like

Ok wait! LEt me try it...
1
<
#12 | Richard Ainz on February 27 2013 19:36:09
This page uses 2.27MB of memory out of 2.76MB allocated.


What does that even mean?
40
<
#13 | Ankur on February 28 2013 10:33:38
That just displays the amount of memory allocated to the PHP for running a script. You said that memset reported for over usage of memory and resources by php. So i thought it could be helpful to you to monitor usage.

Bt the way, the function shows different memory usage at different places. So, it will better show real usage, if you will put this in footer.php, at the end after echo handle_output($output);, say:
Code
if (iSUPERADMIN) {
echo "This page is allocated ".parsebytesize(memory_get_usage())." of memory. The Maximum memory used was ".parsebytesize(memory_get_peak_usage());
}


Post Comment

Please Login to Post a Comment.