1
0
Fork 0
arangodb/Documentation/Examples/QUERY_03_listSlowQueries.ge...

10 lines
229 B
Plaintext

arangosh> queries.slow();
[
{
"id" : "130",
"query" : "FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLEEP(1) RETURN sleepLoooong",
"started" : "2015-08-12T09:32:14Z",
"runTime" : 5.040858030319214
}
]