1, Network--pppoe client:
New PPPoE Group, user name, password for operator delivery.
2. Network--Interface:
Configure the interface of the link PPPOE link, security Domain type: Three layer Security Domain,
fallback information, and when we commit a transaction, the fallback information is no longer working for transaction rollback and database recovery. However, for a long transaction, it has the function of read consistency, which guarantees that the information queried is always the old information. In addition, the implementation of the various flashback operations of the database also requires information in the fallback segment. Oracle automatically adjusts the retention time of the fallback
router's memory usage.
The database for routers in the same region must be fully consistent.
Content contained in the OSPF database, called LSA (link-state advertisement)That is, link-state advertisements.OSPF computes the router through various types of LSA.Different types of LSA are used, and the types of routes that are computed are different.LSA Entry Structure:Type: Indicates the kind of LSA (1/2/3/4/5/7)Link-id: Represents the name of the LSA, and the representation of th
state Management, Cookie,Session,URL rewriteHTTP protocol: Stateless connection (each connection is a new request)1, hidden field 2. Cookies are saved to the client3. Session Save to server4. User-disabled cookie: Use URL rewrite to add jsessionid=123 after URL;Cookie principle1, the data in the form of "key-value" to save in response to the clientCookie cookie = new Cookie ("", "");Response.addcookie (cookie);Expiry time: At the end of a sessionA browser saves cookies; A browser can construct m
milliseconds.
SET timestamp=1378361759; Well, I don't know what to do with it right now.Show tables from ' test_db '; This is the key information, indicating that the statement was executed at that time.
1, MySQL slow query log analysispt-query-digest Analysis Slow query log
Pt-query-digest–report Slow.log
Report a slow query for the last half hour:
Pt-query-digest–report–since 1800s Slow.log
Report a slow query fo
of our other applications is running in WebLogic with no similar problem.Finally, we found the root knot of the problem on Oracle's forum, because our application is a database connection pool developed by ourselves, and there is a layer of firewall between the application and the database. The firewall policy is to automatically shut down the socket connection that is not used for 1800s. The exception that the socket was unexpectedly closed was also
can be modified in this configuration file;
Module parameters, you can see the specific usage and the following parameters through the "ansible-doc-s module name";
Ansible parameter, can be found through the help information of the ansible command, there are many parameters to choose from, such as whether to enter a password, whether sudo, etc.
2. Backstage executionWhen the command execution time is longer, it can also be executed in the background, using the-B,-p parameters, as f
0.735883 seconds of execution, 1 second equals 1000 milliseconds
SET timestamp = 1378361759; I still don't know whyShow tables from 'test _ db'; this is the key information, indicating that the statement was executed at that time.
1. MySQL slow query log analysisPt-query-digest analyze slow query logs
pt-query-digest –report slow.log
Report slow queries in the last 30 hours:
pt-query-digest –report –since 1800s slow.log
Report slow queries within a p
Topics from StackOverflow why are processing a sorted array faster than an unsorted array?Here is a piece of C + + code that seems very peculiar. For some strange reason, sorting the data miraculously makes the code almost six times faster:#include
{ if (Data[c] >=) sum + = Data[c]; } } Double elapsedtime = static_cast
without std::sort (data, data + arraySize); , the code runs in 11.54 seconds.
with the sorted data, the code runs in
is made for the URL
if (req.url ~ "/test/.*" !client.ip ~ Permit) {Error 403 "not allowed."}
do not cache for a specific URL
Sub Vcl_fetch {if (req.request = = "Get" req.url ~ "/test/.*") {set obj.ttl = 0s;}else {Set Obj.ttl = 1800s;}#set obj.http.x-varnish-ip = Server.ip;Set obj.http.Varnish = "Tested by Kevin";Insert}
clear the specified cache content
We can specify cache cleanup from the admin port by varnishadm this command
/usr/varnish/bin/varn
There is a problem in the field, after Oracle has been running for a while, the number of process overflows and the new connection fails. Through analysis, the ARCSOC process of ArcGIS Server is found to grow in no segment. ARCSOC is a container process for ArcGIS server that loads ArcGIS object.The plan attempts to solve/mitigate this problem in two ways.Method OneAdjust the configuration information for each service as follows:
Reduce the maximum time that a space instance can be run
MySQL Slow query analysisPosted: 29.08.2014 |Author: Zdz | Category: MySQLMySQL Slow Query log analysis1. Pt-query-digest Analysis Slow query logPt-query-digest–report Slow.log2. Report a slow query for the last half hour:Pt-query-digest–report–since 1800s Slow.log3. Report a slow query for a time period:Pt-query-digest–report–since ' 2013-02-10 21:48:59 ' –until ' 2013-02-16 02:33:50 ' Slow.log4. Report a slow query with only the SELECT statement:Pt-
resulting results must already be recorded in the Redo log file, the Smon process rolls forward according to the redo log file after the instance restarts. The time used for recovery after an instance failure is determined by the size of the interval between two checkpoints, and you can set the frequency of the checkpoint execution by four parameters: Log_checkpoint_interval: Determines the system physical block (redo) that writes redo log files between two checkpoints. Blocks) size, the defaul
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.