Revision 42b0c921
Added by Phil Davis about 10 years ago
usr/local/www/status_graph_cpu.php | ||
---|---|---|
1 |
<?php
|
|
1 |
<?php |
|
2 | 2 |
/* |
3 | 3 |
$Id$ |
4 | 4 |
part of m0n0wall (http://m0n0.ch/wall) |
5 |
|
|
5 |
|
|
6 | 6 |
Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>. |
7 | 7 |
Copyright (C) 2013-2015 Electric Sheep Fencing, LP |
8 | 8 |
All rights reserved. |
9 |
|
|
9 |
|
|
10 | 10 |
Redistribution and use in source and binary forms, with or without |
11 | 11 |
modification, are permitted provided that the following conditions are met: |
12 |
|
|
12 |
|
|
13 | 13 |
1. Redistributions of source code must retain the above copyright notice, |
14 | 14 |
this list of conditions and the following disclaimer. |
15 |
|
|
15 |
|
|
16 | 16 |
2. Redistributions in binary form must reproduce the above copyright |
17 | 17 |
notice, this list of conditions and the following disclaimer in the |
18 | 18 |
documentation and/or other materials provided with the distribution. |
19 |
|
|
19 |
|
|
20 | 20 |
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
21 | 21 |
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
22 | 22 |
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
... | ... | |
28 | 28 |
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
29 | 29 |
POSSIBILITY OF SUCH DAMAGE. |
30 | 30 |
*/ |
31 |
/*
|
|
31 |
/* |
|
32 | 32 |
pfSense_MODULE: system |
33 | 33 |
*/ |
34 | 34 |
|
... | ... | |
48 | 48 |
|
49 | 49 |
?> |
50 | 50 |
<div align="center"> |
51 |
<embed src="graph_cpu.php" type="image/svg+xml" |
|
51 |
<embed src="graph_cpu.php" type="image/svg+xml"
|
|
52 | 52 |
width="550" height="275" pluginspage="http://www.adobe.com/svg/viewer/install/auto" /> |
53 | 53 |
</div> |
54 | 54 |
<br /><span class="red"><strong><?=gettext("Note"); ?>:</strong></span> <?=gettext("if you can't see the graph, you may have to install the"); ?> <a href="http://www.adobe.com/svg/viewer/install/" target="_blank"><?=gettext("Adobe SVG viewer"); ?></a>. |
Also available in: Unified diff
Code style WWW Status